##// END OF EJS Templates
Add rss tag in the changelog/filelog html template....
kreijack@inwind.REMOVEME.it -
r661:148f642d default
parent child Browse files
Show More
@@ -1,34 +1,36
1 #header#
1 #header#
2 <title>#repo|escape#: changelog</title>
2 <title>#repo|escape#: changelog</title>
3 <link rel="alternate" type="application/rss+xml"
4 href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#">
3 </head>
5 </head>
4 <body>
6 <body>
5
7
6 <div class="buttons">
8 <div class="buttons">
7 <a href="?cmd=tags">tags</a>
9 <a href="?cmd=tags">tags</a>
8 <a href="?cmd=manifest;manifest=#manifest#;path=/">manifest</a>
10 <a href="?cmd=manifest;manifest=#manifest#;path=/">manifest</a>
9 <a href="?cmd=changelog;style=rss">rss</a>
11 <a type="application/rss+xml" href="?cmd=changelog;style=rss">rss</a>
10 </div>
12 </div>
11
13
12 <h2>changelog for #repo|escape#</h2>
14 <h2>changelog for #repo|escape#</h2>
13
15
14 <form action="#">
16 <form action="#">
15 <p>
17 <p>
16 <label for="search1">search:</label>
18 <label for="search1">search:</label>
17 <input type="hidden" name="cmd" value="changelog">
19 <input type="hidden" name="cmd" value="changelog">
18 <input name="rev" id="search1" type="text" size="30">
20 <input name="rev" id="search1" type="text" size="30">
19 navigate: <small>#changenav#</small>
21 navigate: <small>#changenav#</small>
20 </p>
22 </p>
21 </form>
23 </form>
22
24
23 #entries#
25 #entries#
24
26
25 <form action="#">
27 <form action="#">
26 <p>
28 <p>
27 <label for="search2">search:</label>
29 <label for="search2">search:</label>
28 <input type="hidden" name="cmd" value="changelog">
30 <input type="hidden" name="cmd" value="changelog">
29 <input name="rev" id="search2" type="text" size="30">
31 <input name="rev" id="search2" type="text" size="30">
30 navigate: <small>#changenav#</small>
32 navigate: <small>#changenav#</small>
31 </p>
33 </p>
32 </form>
34 </form>
33
35
34 #footer#
36 #footer#
@@ -1,18 +1,21
1 #header#
1 #header#
2 <title>#repo|escape#: #file# history</title>
2 <title>#repo|escape#: #file# history</title>
3 <link rel="alternate" type="application/rss+xml"
4 href="?cmd=filelog;file=#file#;filenode=0;style=rss" title="RSS feed for #repo|escape#:#file#">
5 </head>
3 </head>
6 </head>
4 <body>
7 <body>
5
8
6 <div class="buttons">
9 <div class="buttons">
7 <a href="?cmd=changelog">changelog</a>
10 <a href="?cmd=changelog">changelog</a>
8 <a href="?cmd=tags">tags</a>
11 <a href="?cmd=tags">tags</a>
9 <a href="?cmd=file;file=#file#;filenode=#filenode#">file</a>
12 <a href="?cmd=file;file=#file#;filenode=#filenode#">file</a>
10 <a href="?cmd=annotate;file=#file#;filenode=#filenode#">annotate</a>
13 <a href="?cmd=annotate;file=#file#;filenode=#filenode#">annotate</a>
11 <a href="?cmd=filelog;file=#file#;filenode=0;style=rss">rss</a>
14 <a type="application/rss+xml" href="?cmd=filelog;file=#file#;filenode=0;style=rss">rss</a>
12 </div>
15 </div>
13
16
14 <h2>#file# revision history</h2>
17 <h2>#file# revision history</h2>
15
18
16 #entries#
19 #entries#
17
20
18 #footer#
21 #footer#
General Comments 0
You need to be logged in to leave comments. Login now