annotate static/tpl/special-pages.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: 60
diff changeset
1 <article>
b03f083c3a29 Lots of HTML/JS/Less changes:
Ludovic Chabant <ludovic@chabant.com>
parents: 60
diff changeset
2 <header>
17
8a4e0fe2c689 Added "Special Pages" section:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 <h1>Special Pages</h1>
89
b03f083c3a29 Lots of HTML/JS/Less changes:
Ludovic Chabant <ludovic@chabant.com>
parents: 60
diff changeset
4 </header>
b03f083c3a29 Lots of HTML/JS/Less changes:
Ludovic Chabant <ludovic@chabant.com>
parents: 60
diff changeset
5 <section>
19
884eb6c8edf0 Added "wiki history" special page:
Ludovic Chabant <ludovic@chabant.com>
parents: 17
diff changeset
6 <h3><a href="/#/special/changes">Recent Changes</a></h3>
884eb6c8edf0 Added "wiki history" special page:
Ludovic Chabant <ludovic@chabant.com>
parents: 17
diff changeset
7 <p>See all changes in the wiki.</p>
17
8a4e0fe2c689 Added "Special Pages" section:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
8 <h3><a href="/#/special/orphans">Orphaned Pages</a></h3>
8a4e0fe2c689 Added "Special Pages" section:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
9 <p>Lists pages in the wiki that have no links to them.</p>
89
b03f083c3a29 Lots of HTML/JS/Less changes:
Ludovic Chabant <ludovic@chabant.com>
parents: 60
diff changeset
10 </section>
17
8a4e0fe2c689 Added "Special Pages" section:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
11 </article>