Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
* feature, lightbox2 for photo preview out of the photo index.
* feature, a bit more color for tag-cloud.
* bug, SQlite temporary directory can now be set in phpfspot_cfg.php
+ * bug, modify AJAX-loading notification. Standard HTML_AJAX is getting overlayed.
-- Andreas Unterkircher <unki@netshadow.at> Sat, 29 Mar 2008 11:00:00 +0100
margin-right: 20px;
}
+#HTML_AJAX_LOADING {
+ position: fixed;
+ z-index: 1000;
+ top: 80px;
+ right: 10px;
+ background-color: #ffffff;
+ padding: 10px;
+}
+
#available_tags,#selected_tags {
clip: auto;
overflow: auto;
{include file="header.tpl"}
<body onload="init_phpfspot();">
+ <!-- loading -->
+
+ <div id="HTML_AJAX_LOADING">
+ <img src="resources/loading.gif" style="vertical-align: middle;" /> Loading...
+ </div>
+
<!-- top menu -->
<div class="menu">