summaryrefslogtreecommitdiffstats
path: root/themes/default
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/stylesheet.css12
-rw-r--r--themes/default/templates/index.tpl6
-rw-r--r--themes/default/templates/welcome.tpl2
3 files changed, 19 insertions, 1 deletions
diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css
index ebe9892..e9a505c 100644
--- a/themes/default/stylesheet.css
+++ b/themes/default/stylesheet.css
@@ -163,6 +163,18 @@ div.thumb a.thumblink:hover {
margin-right: 20px;
}
+#HTML_AJAX_LOADING {
+ position: fixed;
+ z-index: 1000;
+ top: 90px;
+ right: 10px;
+ background-color: #ffffff;
+ padding: 10px;
+ -moz-border-radius: 1em;
+ border-radius: 1em;
+ border: dashed 1px #aaaaaa;
+}
+
#available_tags,#selected_tags {
clip: auto;
overflow: auto;
diff --git a/themes/default/templates/index.tpl b/themes/default/templates/index.tpl
index be8ba6c..0bd7a7b 100644
--- a/themes/default/templates/index.tpl
+++ b/themes/default/templates/index.tpl
@@ -1,6 +1,12 @@
{include file="header.tpl"}
<body onload="init_phpfspot();">
+ <!-- loading -->
+
+ <div id="HTML_AJAX_LOADING">
+ <img src="resources/loading.gif" style="vertical-align: middle;" />&nbsp;&nbsp;Loading...
+ </div>
+
<!-- top menu -->
<div class="menu">
diff --git a/themes/default/templates/welcome.tpl b/themes/default/templates/welcome.tpl
index fe079a0..4629fda 100644
--- a/themes/default/templates/welcome.tpl
+++ b/themes/default/templates/welcome.tpl
@@ -19,7 +19,7 @@
<img src="phpfspot_img.php?idx=rand&width=150&i=2">
</div>
<div>
- You can addept this welcome page in the file "welcome.tpl" in the template<br />
+ You can adapt this welcome page in the file "welcome.tpl" in the template<br />
directory of your current theme.
</div>