review-stats: use HTTPS links everywhere
eliminates mixed content problems in Firefox and Chrome Signed-off-by: Luke Macken <lmacken@redhat.com>
This commit is contained in:
parent
d86e05bbc6
commit
556f01ddee
6 changed files with 16 additions and 16 deletions
|
@ -9,8 +9,8 @@
|
|||
</p>
|
||||
|
||||
<ul>
|
||||
<li class="first"><a href="http://fedoraproject.org/wiki/Legal:Main">Legal</a></li>
|
||||
<li><a href="http://fedoraproject.org/wiki/Legal:Trademark_guidelines">Trademark Guidelines</a></li>
|
||||
<li class="first"><a href="https://fedoraproject.org/wiki/Legal:Main">Legal</a></li>
|
||||
<li><a href="https://fedoraproject.org/wiki/Legal:Trademark_guidelines">Trademark Guidelines</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -28,13 +28,13 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|||
</style>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="all"
|
||||
href="http://fedoraproject.org/static/css/fedora.css" />
|
||||
href="https://fedoraproject.org/static/css/fedora.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="wrapper">
|
||||
<div id="head">
|
||||
<h1><a href="http://fedoraproject.org/index.html">Fedora</a></h1>
|
||||
<h1><a href="https://fedoraproject.org/index.html">Fedora</a></h1>
|
||||
</div>
|
||||
<div id="content">
|
||||
<h2>$description<br/>
|
||||
|
|
|
@ -27,13 +27,13 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|||
</style>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="all"
|
||||
href="http://fedoraproject.org/static/css/fedora.css" />
|
||||
href="https://fedoraproject.org/static/css/fedora.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="wrapper">
|
||||
<div id="head">
|
||||
<h1><a href="http://fedoraproject.org/index.html">Fedora</a></h1>
|
||||
<h1><a href="https://fedoraproject.org/index.html">Fedora</a></h1>
|
||||
</div>
|
||||
<div id="content">
|
||||
<h2>$description<br/>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<head>
|
||||
<META http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<link rel="stylesheet" type="text/css" media="all"
|
||||
href="http://fedoraproject.org/static/css/fedora.css" />
|
||||
href="https://fedoraproject.org/static/css/fedora.css" />
|
||||
<style type="text/css">
|
||||
#content
|
||||
{
|
||||
|
@ -26,7 +26,7 @@ href="http://fedoraproject.org/static/css/fedora.css" />
|
|||
<body>
|
||||
<div id="wrapper">
|
||||
<div id="head">
|
||||
<h1><a href="http://fedoraproject.org/index.html">Fedora</a></h1>
|
||||
<h1><a href="https://fedoraproject.org/index.html">Fedora</a></h1>
|
||||
</div>
|
||||
<div id="content">
|
||||
<h2>Cached Package Review Tracker</h2>
|
||||
|
@ -53,7 +53,7 @@ available:
|
|||
Last updated: ${update}, query time: ${'{0:0.3f}'.format(querytime)}s, output time: ${'{0:0.3f}'.format(outputtime)}s, version: ${version}.
|
||||
<br/>
|
||||
<h2>Quick Review Search</h2>
|
||||
<form name="packageformform" action="http://bugzilla.redhat.com/buglist.cgi" method="get"
|
||||
<form name="packageformform" action="https://bugzilla.redhat.com/buglist.cgi" method="get"
|
||||
onsubmit="if (this.short_desc.value == '')
|
||||
{ alert('Please enter a search term.');
|
||||
return false; } return true;">
|
||||
|
@ -67,7 +67,7 @@ Last updated: ${update}, query time: ${'{0:0.3f}'.format(querytime)}s, output ti
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<form name="submittedform" action="http://bugzilla.redhat.com/buglist.cgi" method="get"
|
||||
<form name="submittedform" action="https://bugzilla.redhat.com/buglist.cgi" method="get"
|
||||
onsubmit="if (this.email1.value == '')
|
||||
{ alert('Please enter a search term.');
|
||||
return false; } return true;">
|
||||
|
@ -82,7 +82,7 @@ Last updated: ${update}, query time: ${'{0:0.3f}'.format(querytime)}s, output ti
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<form name="reviewedform" action="http://bugzilla.redhat.com/buglist.cgi" method="get"
|
||||
<form name="reviewedform" action="https://bugzilla.redhat.com/buglist.cgi" method="get"
|
||||
onsubmit="if (this.email1.value == '')
|
||||
{ alert('Please enter a search term.');
|
||||
return false; } return true;">
|
||||
|
@ -97,7 +97,7 @@ Last updated: ${update}, query time: ${'{0:0.3f}'.format(querytime)}s, output ti
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<form name="commentedform" action="http://bugzilla.redhat.com/buglist.cgi" method="get"
|
||||
<form name="commentedform" action="https://bugzilla.redhat.com/buglist.cgi" method="get"
|
||||
onsubmit="if (this.email1.value == '')
|
||||
{ alert('Please enter a search term.');
|
||||
return false; } return true;">
|
||||
|
|
|
@ -28,13 +28,13 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|||
</style>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="all"
|
||||
href="http://fedoraproject.org/static/css/fedora.css" />
|
||||
href="https://fedoraproject.org/static/css/fedora.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="wrapper">
|
||||
<div id="head">
|
||||
<h1><a href="http://fedoraproject.org/index.html">Fedora</a></h1>
|
||||
<h1><a href="https://fedoraproject.org/index.html">Fedora</a></h1>
|
||||
</div>
|
||||
<div id="content">
|
||||
<h2>$description</h2>
|
||||
|
|
|
@ -27,13 +27,13 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|||
</style>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="all"
|
||||
href="http://fedoraproject.org/static/css/fedora.css" />
|
||||
href="https://fedoraproject.org/static/css/fedora.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="wrapper">
|
||||
<div id="head">
|
||||
<h1><a href="http://fedoraproject.org/index.html">Fedora</a></h1>
|
||||
<h1><a href="https://fedoraproject.org/index.html">Fedora</a></h1>
|
||||
</div>
|
||||
<div id="content">
|
||||
<h2>$description<br/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue