diff options
| author | sostler <sbostler@gmail.com> | 2010-03-21 11:58:14 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-03-21 11:58:14 -0400 |
| commit | 677e455129b9d4846329f7b03ba09a6e34f31f45 (patch) | |
| tree | 055b6c266ea9cd7d546dee4f19d1ef197a0fa3ce /template/preload.st | |
| parent | c21d4e2ba126aa751920fa7a4fea2e6c6d4c97dd (diff) | |
| parent | bb260d1716d10b5550eaecaa8e93519a51d6fa19 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/preload.st')
| -rw-r--r-- | template/preload.st | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/template/preload.st b/template/preload.st index 1f51935..8963e70 100644 --- a/template/preload.st +++ b/template/preload.st @@ -1,4 +1,13 @@ +<!-- todo: just put this lot in javascript? --> <div id="preload"> <img src="/static/img/cursors/osx.hand.gif" class="no-cursor invisible" id="cursor-big" /> - <img src="/static/upload.png" /> + <img src="/static/upload.png" class="invisible" /> + <img src="/static/dblue2.png" class="invisible" /> +<img src="/static/text.gif" class="invisible" /> +<img src="/static/directory.gif" class="invisible" /> +<img src="/static/image_draw.gif" class="invisible" /> +<img src="/static/door2.gif" class="invisible" /> +<img src="/static/cambutton.png" class="invisible" /> +<img src="/static/urlbutton.png" class="invisible" /> +<img src="/static/upbutton.png" class="invisible" /> </div>
\ No newline at end of file |
