Mercurial > hg > ismi-richfaces
annotate src/main/webapp/imageServer/resources/js/jquery-ui-1.10.4/demos/selectable/index.html @ 205:f719d73383db
Merge iiif_diva branch
964846688a95cc9b0af5ade832b8d34ae4a4bc21
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 08 Jul 2019 17:55:14 +0200 |
parents | 764f47286679 |
children |
rev | line source |
---|---|
7 | 1 <!doctype html> |
2 <html lang="en"> | |
3 <head> | |
4 <meta charset="utf-8"> | |
5 <title>jQuery UI Selectable Demos</title> | |
6 </head> | |
7 <body> | |
8 | |
9 <ul> | |
10 <li><a href="default.html">Default functionality</a></li> | |
11 <li><a href="serialize.html">Serialize</a></li> | |
12 <li><a href="display-grid.html">Display as grid</a></li> | |
13 </ul> | |
14 | |
15 </body> | |
16 </html> |