Added an AJAX framework within appy.gen, and its first use: a pagination mechanism for producing paginated references in the reference widget.

This commit is contained in:
Gaetan Delannay 2009-10-25 21:42:08 +01:00
parent 4c4b2d0f87
commit 605c42d94e
20 changed files with 546 additions and 187 deletions

View file

@ -10,6 +10,14 @@
float:right;
}
.appyNav {
padding: 0.4em 0 0.4em 0;
}
.appyFocus {
color: red;
}
#importedElem {
color: grey;
font-style: italic;