--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/ldt_utils/ldt/templates/iriuser/ldt/loading.html Tue Jun 08 15:31:42 2010 +0200
@@ -0,0 +1,26 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<style type="text/css">
+.center {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+}
+
+.center div {
+ position: relative;
+ top: -7px;
+ left: -104px;
+}
+</style>
+</head>
+<body>
+<div class="center">
+<div><img alt="loading"
+ src="{{MEDIA_URL}}img/loadingAnimation.gif" /></div>
+</div>
+</body>
+</html>