summaryrefslogtreecommitdiff
path: root/data/extensions/https-everywhere-eff@eff.org/chrome/content/about.xul
blob: f22e08616be44381b92b8cc4611bccd53d9afc3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://https-everywhere/content/preferences.css" type="text/css"?>

<!DOCTYPE overlay SYSTEM "chrome://https-everywhere/locale/https-everywhere.dtd">

<dialog id="https-everywhere-about"
  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  xmlns:html="http://www.w3.org/1999/xhtml"
  buttons="accept"
  title="&https-everywhere.about.title;"
  width="640"
  height="480"
  align="center">

  <script type="application/x-javascript" 
           src="chrome://https-everywhere/content/about.js"/>
  <vbox style="overflow:auto" flex="1">
    <label style="text-align:center; font-weight:bold; font-size:22px;">&https-everywhere.about.ext_name;</label>
    <label style="text-align:center; font-size:18px; margin-bottom:10px;">&https-everywhere.about.ext_description;</label>

    <label style="font-weight:bold; margin-top:10px;">
      &https-everywhere.about.contribute;
      <label id="donate link"
        value="&https-everywhere.about.donate_tor;"
        style="color: blue; cursor:hand; text-decoration:underline; font-style:bold"
        onmouseover="event.target.style.cursor='pointer'"
        onmouseout="event.target.style.cursor='default'"
        onclick="window_opener('https://www.torproject.org/donate/donate.html.en')"/>
      &https-everywhere.about.or;
      <label id="donate link2"
        value="&https-everywhere.about.donate_eff;"
        style="color: blue; cursor:hand; text-decoration:underline; font-style:bold"
        onmouseover="event.target.style.cursor='pointer'"
        onmouseout="event.target.style.cursor='default'"
        onclick="window_opener('https://supporters.eff.org/donate/support-https-everywhere')"/>
    </label>

    <groupbox>
      <caption label="&https-everywhere.about.version;" />
      <label>5.1.6</label>
    </groupbox>
    
    <groupbox>
      <caption label="&https-everywhere.about.created_by;" />
      <label>Mike Perry, Peter Eckersley&https-everywhere.about.and; Yan Zhu</label>
    </groupbox>
    
    <groupbox>
      <caption label="&https-everywhere.about.librarians;" />
      <label>J0WI, MB, Nick Semenkovich, Sam Reed&https-everywhere.about.and; Søren Fuglede Jørgensen</label>
    </groupbox>

    <groupbox>
      <caption label="&https-everywhere.about.thanks;" />
      <label>&https-everywhere.about.many_contributors; Aaron Swartz, Alec Moskvin,
      Aleksey Kosterin, Alex Xu, Anas Qtiesh, Andreas Jonsson, Artyom Gavrichenkov, Brian
      Carpenter, Chris Palmer, Christian Inci, Christopher Liu, Claudio
      Moretti, Colonel Graff, Dan Auerbach, Daniel Kahn Gillmor, dm0, The
      Doctor, Felix Geyer, Fruitless Creek, George Kargiotakis, haviah, Heiko
      Adams, Jeroen van der Gun, Jay Weisskopf, Jacob Taylor, Jonathan Davies, Jorge Bernal,
      katmagic, Kevin Jacobs, Korte, Liam K, Leonardo Brondani Schenkel, Marti Raudsepp, Micah Lee, Mike
      Cardwell, Mangix, Matthias-Christian Ott, Mikko Harhanen, Mishari Muqbil, Neheb, Ori Avtalion, Osama Khalid,
      nitrox, Pablo Castellano, Paul Wise, Pavel Kazakov, Phol Paucar, Richard
      Green, Roan Kattouw, Rules Moore, Seth Schoen, Stefan Tomanek, Sam Reed, Steve
      Milner, Sujit Rao, TK-999, Vendo, Victor Garin, Weiland Hoffmann, Whizz
      Mo and Yan Zhu. &https-everywhere.about.noscript;</label>
    </groupbox>
  </vbox>
</dialog>