Mercurial > wikked
annotate static/tpl/special-pages.html @ 155:6cb5445e90b9
Disable browser auto-complete on the search field.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 25 Dec 2013 19:59:05 -0800 |
parents | b03f083c3a29 |
children |
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> |