##// END OF EJS Templates
Obfuscate (instead of just escape) contact/owner in gitweb summary....
Thomas Arendsen Hein -
r5780:0ae95348 default
parent child Browse files
Show More
@@ -1,56 +1,56 b''
1 1 #header#
2 2 <title>#repo|escape#: Summary</title>
3 3 <link rel="alternate" type="application/atom+xml"
4 4 href="{url}atom-log" title="Atom feed for #repo|escape#">
5 5 <link rel="alternate" type="application/rss+xml"
6 6 href="{url}rss-log" title="RSS feed for #repo|escape#">
7 7 </head>
8 8 <body>
9 9
10 10 <div class="page_header">
11 11 <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / summary
12 12
13 13 <form action="{url}log">
14 14 {sessionvars%hiddenformentry}
15 15 <div class="search">
16 16 <input type="text" name="rev" />
17 17 </div>
18 18 </form>
19 19 </div>
20 20
21 21 <div class="page_nav">
22 22 summary |
23 23 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
24 24 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
25 25 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
26 26 <a href="{url}file/#node|short#{sessionvars%urlparameter}">manifest</a>#archives%archiveentry#
27 27 <br/>
28 28 </div>
29 29
30 30 <div class="title">&nbsp;</div>
31 31 <table cellspacing="0">
32 32 <tr><td>description</td><td>#desc#</td></tr>
33 <tr><td>owner</td><td>#owner|escape#</td></tr>
33 <tr><td>owner</td><td>#owner|obfuscate#</td></tr>
34 34 <tr><td>last change</td><td>#lastchange|rfc822date#</td></tr>
35 35 </table>
36 36
37 37 <div><a class="title" href="{url}shortlog{sessionvars%urlparameter}">changes</a></div>
38 38 <table cellspacing="0">
39 39 #shortlog#
40 40 <tr class="light"><td colspan="4"><a class="list" href="{url}shortlog{sessionvars%urlparameter}">...</a></td></tr>
41 41 </table>
42 42
43 43 <div><a class="title" href="{url}tags{sessionvars%urlparameter}">tags</a></div>
44 44 <table cellspacing="0">
45 45 #tags#
46 46 <tr class="light"><td colspan="3"><a class="list" href="{url}tags{sessionvars%urlparameter}">...</a></td></tr>
47 47 </table>
48 48
49 49 <div><a class="title" href="#">branches</a></div>
50 50 <table cellspacing="0">
51 51 {branches%branchentry}
52 52 <tr class="light">
53 53 <td colspan="4"><a class="list" href="#">...</a></td>
54 54 </tr>
55 55 </table>
56 56 #footer#
1 NO CONTENT: modified file, binary diff hidden
General Comments 0
You need to be logged in to leave comments. Login now