diff options
Diffstat (limited to 'html/widgets/wait.tmpl')
| -rw-r--r-- | html/widgets/wait.tmpl | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/html/widgets/wait.tmpl b/html/widgets/wait.tmpl deleted file mode 100644 index 4d0b2a5..0000000 --- a/html/widgets/wait.tmpl +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html - PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" - "http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> - <title>XXV</title> - <meta http-equiv="Content-Type" content="text/html; charset=<?% charset %?>"> - <meta name="copyright" content="copyright 2004 Xpix"> -<style type="text/css"> -<!-- - - <?% INCLUDE style/style.css %?> - ---> -</style> -</head> -<body> -<!-- WaitTemplate --> -<?% percent = (data.current / data.maximum) * 100 %?> -<?% step = data.maximum / data.steps %?> -<?% c = 0 %?> -<center> -<h3><?% data.msg %?></h3> -<table border=0 align=center> -<?% WHILE c < data.steps %?> - <?% c = c + 1 %?> - <?% color = (step * c) <= data.current ? "red" : "white" %?> - <td bgcolor="<?% color %?>"> </td> -<?% END %?> - <td> <b><?% percent div 1 | format "%02d" %?>%</b> (<?% data.eta %?>)</td> -</table> -</center> -</body> -</html> |
