Apply patch to factor out page footers.
This commit is contained in:
parent
59a04f7ab8
commit
ad010124c3
5 changed files with 21 additions and 63 deletions
17
scripts/review-stats/review-templates/bottom.html
Normal file
17
scripts/review-stats/review-templates/bottom.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<div id="bottom">
|
||||
<div id="footer">
|
||||
<p class="copy">
|
||||
© 2013 Red Hat, Inc. and others.
|
||||
Currently maintained by Jason Tibbitts; please send comments or questions to him or file tickets on <a href="https://fedorahosted.org/fedora-infrastructure/">the infrastructure trac</a>.
|
||||
</p>
|
||||
<p class="disclaimer">
|
||||
The Fedora Project is maintained and driven by the community and sponsored by Red Hat. This is a community maintained site. Red Hat is not responsible for content.
|
||||
</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>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -67,21 +67,7 @@ There are $count tickets in this category</h2>
|
|||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bottom">
|
||||
<div id="footer">
|
||||
<p class="copy">
|
||||
© 2012 Red Hat, Inc. and others.
|
||||
Currently maintained by Jason Tibbitts; please send comments or questions to him or file tickets on <a href="https://fedorahosted.org/fedora-infrastructure/">the infrastructure trac</a>.
|
||||
</p>
|
||||
<p class="disclaimer">
|
||||
The Fedora Project is maintained and driven by the community and sponsored by Red Hat. This is a community maintained site. Red Hat is not responsible for content.
|
||||
</p>
|
||||
<xi:include href="bottom.html" />
|
||||
|
||||
<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>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -113,21 +113,6 @@ Last updated: ${update}, query time: ${'{0:0.3f}'.format(querytime)}s, output ti
|
|||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bottom">
|
||||
<div id="footer">
|
||||
<p class="copy">
|
||||
© 2012 Red Hat, Inc. and others.
|
||||
Currently maintained by Jason Tibbitts; please send comments or questions to him or file tickets on <a href="https://fedorahosted.org/fedora-infrastructure/">the infrastructure trac</a>.
|
||||
</p>
|
||||
<p class="disclaimer">
|
||||
The Fedora Project is maintained and driven by the community and sponsored by Red Hat. This is a community maintained site. Red Hat is not responsible for content.
|
||||
</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>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<xi:include href="bottom.html" />
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -71,21 +71,6 @@ There are $count tickets in this category<br/>
|
|||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bottom">
|
||||
<div id="footer">
|
||||
<p class="copy">
|
||||
© 2012 Red Hat, Inc. and others.
|
||||
Currently maintained by Jason Tibbitts; please send comments or questions to him or file tickets on <a href="https://fedorahosted.org/fedora-infrastructure/">the infrastructure trac</a>.
|
||||
</p>
|
||||
<p class="disclaimer">
|
||||
The Fedora Project is maintained and driven by the community and sponsored by Red Hat. This is a community maintained site. Red Hat is not responsible for content.
|
||||
</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>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<xi:include href="bottom.html" />
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -67,21 +67,6 @@ There are $count tickets in this category.</h2>
|
|||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bottom">
|
||||
<div id="footer">
|
||||
<p class="copy">
|
||||
© 2012 Red Hat, Inc. and others.
|
||||
Currently maintained by Jason Tibbitts; please send comments or questions to him or file tickets on <a href="https://fedorahosted.org/fedora-infrastructure/">the infrastructure trac</a>.
|
||||
</p>
|
||||
<p class="disclaimer">
|
||||
The Fedora Project is maintained and driven by the community and sponsored by Red Hat. This is a community maintained site. Red Hat is not responsible for content.
|
||||
</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>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<xi:include href="bottom.html" />
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue