Skip to content

Commit

Permalink
Adds missing titles
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Oct 26, 2011
1 parent 5dfb26e commit a3aec6f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
3 changes: 2 additions & 1 deletion root/about/contributors.html
@@ -1,3 +1,4 @@
<% title = 'MetaCPAN Contributors ordered by commits' %>
<script type="text/javascript">
$(document).ready(function() {
var repos = ['CPAN-API/metacpan-web', 'CPAN-API/cpan-api'];
Expand Down Expand Up @@ -87,4 +88,4 @@
<div class="content">
<img src="/static/icons/busy.gif" id="author-result-loading" />
<div id="author-results"></div>
</div>
</div>
1 change: 1 addition & 0 deletions root/about/sponsors.html
@@ -1,4 +1,5 @@
<% PROCESS inc/about-bar.html %>
<% title = 'Sponsors' %>
<div class="content about-sponsor">
<div class="sponsor">
<table>
Expand Down
7 changes: 6 additions & 1 deletion root/favorite/leaderboard.html
@@ -1,5 +1,10 @@
<div class="content">
<% title = '++ Leaderboard' %>
<div class="search-bar">
<a href ="/favorite/recent">Recent ++</a>
</div>

<div class="content">
<center><big><strong>++ Leaderboard</strong></big></center>
<table class="release-table author-table<% IF tablesorter %> tablesorter remote<% END %>">
<thead>
<tr>
Expand Down
6 changes: 6 additions & 0 deletions root/favorite/recent.html
@@ -1,6 +1,12 @@
<%- rss = 'recent' %>
<% title = 'Recent ++ Activity' %>

<div class="search-bar">
<a href ="/favorite/leaderboard">++ Leaderboard</a>
</div>

<div class="content">
<center><big><strong>Recent ++ Activity</strong></big></center>
<%-
MoY = [undef, 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];
favorites = [];
Expand Down
3 changes: 2 additions & 1 deletion root/mirrors.html
@@ -1,5 +1,6 @@

<%- query = req.parameters.q %>
<% title = 'CPAN Mirrors' %>
<script src="http://openlayers.org/api/OpenLayers.js"></script>
<div class="search-bar" style="position: static">
<strong>Sorting</strong>
Expand Down Expand Up @@ -93,4 +94,4 @@
), 2);

})();
</script>
</script>

0 comments on commit a3aec6f

Please sign in to comment.