7c4a7d7ee1e734a853d41da11a18d152c2609e8c
Andrew Lewman add dlhead for the download...

Andrew Lewman authored 12 years ago

download/en/dlhead.wmi   1) #! /usr/bin/wml
download/en/dlhead.wmi   2) <: use strict; :>
download/en/dlhead.wmi   3) <: use warnings; :>
download/en/dlhead.wmi   4) #use "perl-globals.wmi"
download/en/dlhead.wmi   5) #use "links.wmi"
download/en/dlhead.wmi   6) #use "versions.wmi"
download/en/dlhead.wmi   7) #use "navigation.wmi"
download/en/dlhead.wmi   8) 
download/en/dlhead.wmi   9) <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
download/en/dlhead.wmi  10) <html>
download/en/dlhead.wmi  11) <head>
download/en/dlhead.wmi  12)   <title>$(TITLE)</title>
download/en/dlhead.wmi  13)   <link rel="shortcut icon" type="image/x-icon" href="$(IMGROOT)/favicon.ico">
download/en/dlhead.wmi  14)   <ifneq "$(REDIRECT)" "" "<meta http-equiv="refresh" content="0;url=$(DOCROOT)/$(REDIRECT)">">
download/en/dlhead.wmi  15)   <ifneq "$(REDIRECT_GLOBAL)" "" "<meta http-equiv="refresh" content="0;url=$(REDIRECT_GLOBAL)">">
download/en/dlhead.wmi  16) 
download/en/dlhead.wmi  17)   # begin WML to generate css/js paths 
download/en/dlhead.wmi  18)   <ifneq "$(STYLESHEET)" "" "<link rel="stylesheet" type="text/css" href="$(DOCROOT)/$(STYLESHEET)">">
download/en/dlhead.wmi  19)   <ifeq "$(STYLESHEET)" "" "<link rel="stylesheet" type="text/css" href="$(DOCROOT)/css/master.css">">
download/en/dlhead.wmi  20) 
download/en/dlhead.wmi  21)   #<link href="css/master.css" rel="stylesheet" type="text/css">
download/en/dlhead.wmi  22)   <!--[if lte IE 8]>
download/en/dlhead.wmi  23)   <link rel="stylesheet" type="text/css" href="$(DOCROOT)/css/ie8-and-down.css">
download/en/dlhead.wmi  24)   <![endif]-->
download/en/dlhead.wmi  25)   <!--[if lte IE 7]>
download/en/dlhead.wmi  26)   <link rel="stylesheet" type="text/css" href="$(DOCROOT)/css/ie7-and-down.css">
download/en/dlhead.wmi  27)   <![endif]-->
download/en/dlhead.wmi  28)   <!--[if IE 6]>
download/en/dlhead.wmi  29)   <link rel="stylesheet" type="text/css" href="$(DOCROOT)/css/ie6.css">
download/en/dlhead.wmi  30)   <![endif]-->
download/en/dlhead.wmi  31) 
download/en/dlhead.wmi  32) #  <script language="javascript" type="text/javascript" src="$(DOCROOT)/global.js"></script>
download/en/dlhead.wmi  33)   # end WML to generate css/js paths 
download/en/dlhead.wmi  34) 
download/en/dlhead.wmi  35)   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
download/en/dlhead.wmi  36)   <meta name="author" content="The Tor Project, Inc.">
download/en/dlhead.wmi  37)   <meta name="keywords" content="anonymity online, tor, tor project, censorship circumvention, traffic analysis, anonymous communications research">
download/en/dlhead.wmi  38)   <script type="text/javascript" src="../js/jquery.min.js">
download/en/dlhead.wmi  39) # /* jQuery */
download/en/dlhead.wmi  40)   </script>
download/en/dlhead.wmi  41)   <script type="text/javascript" src="../js/jquery.client.min.js">
download/en/dlhead.wmi  42) /* "jQuery Browser And OS Detection Plugin" by Stoimen
download/en/dlhead.wmi  43)    Source: http://www.stoimen.com/blog/2009/07/16/jquery-browser-and-os-detection-plugin/
download/en/dlhead.wmi  44)    License: Public Domain (http://www.stoimen.com/blog/2009/07/16/jquery-browser-and-os-detection-plugin/#comment-12498) */
download/en/dlhead.wmi  45)   </script>
Andrew Lewman patch from jmtodaro for eve...

Andrew Lewman authored 11 years ago

include/dlhead.wmi      46)   <script type="text/javascript" src="../js/jquery.ba-bbq.min.js">
include/dlhead.wmi      47) /*  Source: https://raw.github.com/cowboy/jquery-bbq/v1.2.1/jquery.ba-bbq.js */
include/dlhead.wmi      48)   </script>
Andrew Lewman add dlhead for the download...

Andrew Lewman authored 12 years ago

download/en/dlhead.wmi  49)   <script type="text/javascript" src="../js/dlpage01.js">
download/en/dlhead.wmi  50) # /* Displays detected section */
download/en/dlhead.wmi  51)   </script>
download/en/dlhead.wmi  52)   <script async type="text/javascript" src="../js/jquery.accordion.min.js">
download/en/dlhead.wmi  53) /* Modified version of "Stupid Simple jQuery Accordian Menu" originally developed by Ryan Stemkoski
download/en/dlhead.wmi  54)    Source: http://www.stemkoski.com/stupid-simple-jquery-accordion-menu/
download/en/dlhead.wmi  55)    License: Public Domain (http://www.stemkoski.com/stupid-simple-jquery-accordion-menu/#comment-32882) */
download/en/dlhead.wmi  56)   </script>
download/en/dlhead.wmi  57) </head>
download/en/dlhead.wmi  58) <body onload="resetAll()" onunload="">
Arthur Edelstein Bug 22357: Move download la...

Arthur Edelstein authored 6 years ago

include/dlhead.wmi      59)     <span class="hidden" id="version-data">
include/dlhead.wmi      60)         { "torbrowserbundledir" : "<version-torbrowserbundledir>",
include/dlhead.wmi      61)           "torbrowserbundle" : "<version-torbrowserbundle>",
include/dlhead.wmi      62)           "torbrowserbundleosx64" : "<version-torbrowserbundleosx64>",
include/dlhead.wmi      63)           "torbrowserbundlelinux32" : "<version-torbrowserbundlelinux32>",
include/dlhead.wmi      64)           "torbrowserbundlelinux64" : "<version-torbrowserbundlelinux64>"  }
include/dlhead.wmi      65)     </span>