Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
437 bytes
|
Line | |
---|
1 | <div dojoAttachPoint="outerNode" class="thumbOuter"> |
---|
2 | <div dojoAttachPoint="navPrev" class="thumbNav thumbClickable"> |
---|
3 | <img src="" dojoAttachPoint="navPrevImg"/> |
---|
4 | </div> |
---|
5 | <div dojoAttachPoint="thumbScroller" class="thumbScroller"> |
---|
6 | <div dojoAttachPoint="thumbsNode" class="thumbWrapper"></div> |
---|
7 | </div> |
---|
8 | <div dojoAttachPoint="navNext" class="thumbNav thumbClickable"> |
---|
9 | <img src="" dojoAttachPoint="navNextImg"/> |
---|
10 | </div> |
---|
11 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.