Commit 6e9fcfb4 authored by beaufort.francois's avatar beaufort.francois Committed by Commit bot

[Docserver] Refreshed API Owners page

OLD=http://i.imgur.com/YC85Lci.png
NOW=http://i.imgur.com/d1fjzzz.png

BUG=400760
NOTRY=True

Review URL: https://codereview.chromium.org/1175993002

Cr-Commit-Position: refs/heads/master@{#333752}
parent e201c7cd
<!DOCTYPE html> {{+content:partials.site}}
<html> <h1>Extensions & Apps API Owners</h1>
<head> <table>
<title>Extensions/Apps API Owners</title> <tr>
<style> <th>API</th>
.warning { <th>Owners</th>
color: #f90101; <th>Notes</th>
} </tr>
html, body { {{#entry:owners.apis}}
width: 1400px; <tr id={{entry.id}}>
} <td>{{entry.apiName}}</td>
table { <td>
border-collapse: collapse; {{?entry.owners}}
} {{#owner:entry.owners}}
table, th, td { <a href="https://codereview.chromium.org/user/{{owner.email}}">
border: 1px solid #eee; {{owner.username}}</a>{{^owner.last}}, {{/owner.last}}
padding: 2px 6px; {{/entry.owners}}
} {{:}}
tr:target { N/A.
font-weight: bold; {{/entry.owners}}
background-color: #dcdcdc; </td>
} <td id="notes">
#notes { {{entry.notes}}
white-space: pre-line; </td>
} </tr>
</style> {{/owners.apis}}
</head> </table>
<body> {{/partials.site}}
<h1><center>Extensions/Apps API Owners</center></h1>
<table>
<tr>
<th>API</th>
<th>Owners</th>
<th>Notes</th>
</tr>
{{#entry:owners.apis}}
<tr id={{entry.id}}>
<td>{{entry.apiName}}</td>
<td>
{{?entry.owners}}
{{#owner:entry.owners}}
<a href="https://codereview.chromium.org/user/{{owner.email}}">
{{owner.username}}</a>{{^owner.last}}, {{/owner.last}}
{{/entry.owners}}
{{:}}
<a href="#core"><span class="warning">No owners.</span></a>
{{/entry.owners}}
</td>
<td id="notes">
{{entry.notes}}
</td>
</tr>
{{/owners.apis}}
</table>
</body>
</html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment