Module: bugzilla Branch: master Commit: 7e429f6ad0848bd72f3b651c0c38ec7d7d7d84a6 URL: https://source.winehq.org/git/bugzilla.git/?a=commit;h=7e429f6ad0848bd72f3b6...
Author: Alexandre Julliard julliard@winehq.org Date: Wed May 2 21:07:14 2018 +0200
Switch to the dl.winehq.org images.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
images/bg.jpg | Bin 86167 -> 0 bytes images/cw_logo_sm.png | Bin 4383 -> 0 bytes images/winehq_logo_16.png | Bin 917 -> 0 bytes images/winehq_logo_glass_sm.png | Bin 14291 -> 0 bytes images/winehq_logo_text.png | Bin 6870 -> 0 bytes styles.css | 2 +- template/en/default/global/banner.html.tmpl | 4 ++-- template/en/default/global/footer.html.tmpl | 2 +- template/en/default/global/header.html.tmpl | 4 ++-- template/en/default/search/search-plugin.xml.tmpl | 2 +- 10 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/images/bg.jpg b/images/bg.jpg deleted file mode 100644 index 16bb0b5..0000000 Binary files a/images/bg.jpg and /dev/null differ diff --git a/images/cw_logo_sm.png b/images/cw_logo_sm.png deleted file mode 100644 index 3099535..0000000 Binary files a/images/cw_logo_sm.png and /dev/null differ diff --git a/images/winehq_logo_16.png b/images/winehq_logo_16.png deleted file mode 100644 index 83d2c4c..0000000 Binary files a/images/winehq_logo_16.png and /dev/null differ diff --git a/images/winehq_logo_glass_sm.png b/images/winehq_logo_glass_sm.png deleted file mode 100644 index 949334b..0000000 Binary files a/images/winehq_logo_glass_sm.png and /dev/null differ diff --git a/images/winehq_logo_text.png b/images/winehq_logo_text.png deleted file mode 100644 index 29b6ecb..0000000 Binary files a/images/winehq_logo_text.png and /dev/null differ diff --git a/styles.css b/styles.css index 86bc79f..f191d5c 100644 --- a/styles.css +++ b/styles.css @@ -2,7 +2,7 @@ BODY { background-color: #000000; color: #000000; - background-image: url('images/bg.jpg'); + background-image: url('https://dl.winehq.org/share/images/bg.jpg'); background-repeat: no-repeat; font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif; margin: 0; diff --git a/template/en/default/global/banner.html.tmpl b/template/en/default/global/banner.html.tmpl index 1b2ba6d..1578286 100644 --- a/template/en/default/global/banner.html.tmpl +++ b/template/en/default/global/banner.html.tmpl @@ -10,8 +10,8 @@
<!-- <div id="banner"></div> -->
-<div id="logo_glass"><a href="/"><img src="images/winehq_logo_glass_sm.png" alt=""></a></div> -<div id="logo_text"><a href="/"><img src="images/winehq_logo_text.png" alt="WineHQ" title="WineHQ"></a></div> +<div id="logo_glass"><a href="/"><img src="https://dl.winehq.org/share/images/winehq_logo_glass_sm.png" alt=""></a></div> +<div id="logo_text"><a href="/"><img src="https://dl.winehq.org/share/images/winehq_logo_text.png" alt="WineHQ" title="WineHQ"></a></div>
<div id="logo_blurb"> Bug Tracking Database diff --git a/template/en/default/global/footer.html.tmpl b/template/en/default/global/footer.html.tmpl index b996468..5d97ea7 100644 --- a/template/en/default/global/footer.html.tmpl +++ b/template/en/default/global/footer.html.tmpl @@ -41,7 +41,7 @@
<div id="cwfooter"> Hosted By - <a href="http://www.codeweavers.com/"><img src="images/cw_logo_sm.png" alt="CodeWeavers" + <a href="http://www.codeweavers.com/"><img src="https://dl.winehq.org/share/images/cw_logo_sm.png" alt="CodeWeavers" title="CodeWeavers - Run Windows applications and games on Mac and Linux"></a> </div>
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index cd85496..2e3e28e 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -214,8 +214,8 @@ <link rel="stylesheet" href="styles.css" type="text/css" media="screen"> <script language="JavaScript" src="jquery.js" type="text/javascript"></script> <script language="JavaScript" src="utils.js" type="text/javascript"></script> - <link rel="icon" type="image/png" href="images/winehq_logo_16.png"> - <link rel="shortcut icon" type="image/png" href="images/winehq_logo_16.png"> + <link rel="icon" type="image/png" href="https://dl.winehq.org/share/images/winehq_logo_16.png"> + <link rel="shortcut icon" type="image/png" href="https://dl.winehq.org/share/images/winehq_logo_16.png"> [% Hook.process("additional_header") %] </head>
diff --git a/template/en/default/search/search-plugin.xml.tmpl b/template/en/default/search/search-plugin.xml.tmpl index a5511fd..bc27490 100644 --- a/template/en/default/search/search-plugin.xml.tmpl +++ b/template/en/default/search/search-plugin.xml.tmpl @@ -10,6 +10,6 @@ <ShortName>WineHQ Bugzilla</ShortName> <Description>WineHQ Bugzilla Quick Search</Description> <InputEncoding>UTF-8</InputEncoding> -<Image height="16" width="16" type="image/png">[% urlbase FILTER xml %]/images/winehq_logo_16.png</Image> +<Image height="16" width="16" type="image/png">https://dl.winehq.org/share/images/winehq_logo_16.png</Image> <Url type="text/html" method="GET" template="[% urlbase FILTER xml %]buglist.cgi?quicksearch={searchTerms}"/> </OpenSearchDescription>