File: guymager_runstats_ended.template

package info (click to toggle)
guymager 0.8.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,764 kB
  • sloc: cpp: 17,479; makefile: 30; sh: 22
file content (20 lines) | stat: -rw-r--r-- 429 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>

<head>
   <script type="text/JavaScript">
      function timedRefresh(timeoutPeriod)
      {
         setTimeout("location.reload(true);",timeoutPeriod);
      }
   </script>
</head>

<body onload="JavaScript:timedRefresh(5000);">
Guymager status information<br/>
Hostname: %HostName%<br/>
Guymager is currently not running.
Last usage: %dddd%, %d%. %MMMM% %yyyy% %h%:%mm%:%ss%<br/><br/>

</body>
</html>