annotate static/tpl/revision-page.html @ 149:d29e2f337b00

Updated to Bootstrap 3.0.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 12 Dec 2013 21:54:04 -0800
parents b03f083c3a29
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
89
b03f083c3a29 Lots of HTML/JS/Less changes:
Ludovic Chabant <ludovic@chabant.com>
parents: 69
diff changeset
1 <article>
b03f083c3a29 Lots of HTML/JS/Less changes:
Ludovic Chabant <ludovic@chabant.com>
parents: 69
diff changeset
2 <header>
11
aa6951805e1a New features and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents: 10
diff changeset
3 <h1>{{meta.title}} <span class="decorator">Revision: <span class="rev_id">{{disp_rev}}</span></span></h1>
89
b03f083c3a29 Lots of HTML/JS/Less changes:
Ludovic Chabant <ludovic@chabant.com>
parents: 69
diff changeset
4 </header>
b03f083c3a29 Lots of HTML/JS/Less changes:
Ludovic Chabant <ludovic@chabant.com>
parents: 69
diff changeset
5 <section>
11
aa6951805e1a New features and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents: 10
diff changeset
6 <pre><code>{{text}}</code></pre>
69
0adac3bc079e Client refactoring:
Ludovic Chabant <ludovic@chabant.com>
parents: 60
diff changeset
7 <form id="page-revert" class="page-revert">
0adac3bc079e Client refactoring:
Ludovic Chabant <ludovic@chabant.com>
parents: 60
diff changeset
8 <input type="hidden" name="rev" value="{{rev}}"/>
0adac3bc079e Client refactoring:
Ludovic Chabant <ludovic@chabant.com>
parents: 60
diff changeset
9 <button type="submit" class="btn">Revert</button>
0adac3bc079e Client refactoring:
Ludovic Chabant <ludovic@chabant.com>
parents: 60
diff changeset
10 <small>Revert the page to this revision</small>
0adac3bc079e Client refactoring:
Ludovic Chabant <ludovic@chabant.com>
parents: 60
diff changeset
11 </form>
89
b03f083c3a29 Lots of HTML/JS/Less changes:
Ludovic Chabant <ludovic@chabant.com>
parents: 69
diff changeset
12 </section>
b03f083c3a29 Lots of HTML/JS/Less changes:
Ludovic Chabant <ludovic@chabant.com>
parents: 69
diff changeset
13 </div>
11
aa6951805e1a New features and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents: 10
diff changeset
14 </article>