Fix code to send notification to all recipients.
[savadur.git] / templates / ping.html
blob62070496faf66b27fad7da58fc716179898093eb
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <title>Savadur - Ping Clients</title>
8 <meta name="description" content="Ping clients" />
10 <meta http-equiv="Content-Type"
11 content="text/html; charset=utf-8" />
13 <meta http-equiv="refresh" content="10;url=/">
15 <style type="text/css">
16 @import url("/css/style.css");
17 </style>
18 </head>
19 <body id="run_page">
20 <h1>Ping clients</h1>
21 <div id="menu">
22 <ul><li><a href="/">Back to project list</a></li></ul>
23 </div>
24 <div id="content">
25 <p>Pinging clients.</p>
26 <p>You'll be redirected to the project page in 10s...</p>
27 </div>
28 </body>
29 </html>