config/git_repos.html
1<!doctype html>
2<html lang="en">
3<head>
4 <meta charset="utf-8">
5 <meta name="author" content="{:author:}">
6 <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/>
7 <meta http-equiv="Pragma" content="no-cache"/>
8 <meta http-equiv="Expires" content="0"/>
9 <title>{:title:}</title>
10 <link rel="icon" type="image/png" href="{:favicon:}"/>
11 <link rel="stylesheet" type="text/css" href="{:stylesheet:}">
12</head>
13<body>
14 <table>
15 <tr>
16 <td rowspan="2" valign="top"><img src="{:logo:}" alt="" width="32" height="32" /></td>
17 <td><span class="desc">Repositories</span></td>
18 </tr>
19 <tr>
20 <td><a href="//[root]/">noxz.tech</a></td>
21 </tr>
22 </table>
23 <hr />
24 <div id="content">
25 <table id="index">
26 <tr class="nohi"><td>Name</td><td>Description</td><td>Owner</td><td>Last commit</td></tr>
27 <tbody>
28 {:repos:}
29 </tbody>
30 <tr class="nohi"><td colspan="4"> </td></tr>
31 <tr class="nohi"><td>Name</td><td>Description</td><td>Owner</td><td>Last commit</td></tr>
32 <tbody>
33 {:forks:}
34 </tbody>
35 <tr class="nohi"><td colspan="4"> </td></tr>
36 <tr class="nohi"><td>Name</td><td>Description</td><td>Owner</td><td>Last commit</td></tr>
37 <tbody>
38 {:discs:}
39 </tbody>
40 </table>
41 </div>
42</body>
43</html>