aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.html
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2011-05-09 09:42:17 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2011-05-09 09:42:17 -0400
commit99be279ae3d6991ea5c0d813ebb5aa536b7631cc (patch)
tree56017fcebead6b451b6255ea2d5ee241be1b146c /web/index.html
parentTo work around Espen's corrupted image bug, we simply try to copy the image twice. The second time will usually work, unless the file is totally borked. (diff)
downloadPhotoFloat-99be279ae3d6991ea5c0d813ebb5aa536b7631cc.tar.xz
PhotoFloat-99be279ae3d6991ea5c0d813ebb5aa536b7631cc.zip
Put photo segment at top and trim slashes from urls.
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/web/index.html b/web/index.html
index e9b0b9a..a0b201e 100644
--- a/web/index.html
+++ b/web/index.html
@@ -10,12 +10,6 @@
</head>
<body>
<div id="title">Photos</div>
-<div id="album-view">
- <div id="thumbs">
- <div id="loading">Loading...</div>
- </div>
- <div id="subalbums"></div>
-</div>
<div id="photo-view">
<div id="photo-box">
<a id="next-photo"><img id="photo" /></a>
@@ -30,6 +24,12 @@
<a id="back">&lsaquo;</a>
<a id="next">&rsaquo;</a>
</div>
+<div id="album-view">
+ <div id="thumbs">
+ <div id="loading">Loading...</div>
+ </div>
+ <div id="subalbums"></div>
+</div>
<div id="error-overlay"></div>
<div id="error-text">Forgot my camera.</div>