-
Notifications
You must be signed in to change notification settings - Fork 0
/
reports.html
58 lines (47 loc) · 1.25 KB
/
reports.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<HTML>
<head>
<title>recent reports summarizer</title>
<meta name="description" lang="de" content="A tool to sum up your recent reports.">
<meta name="keywords" content="imperial conflict,recent,reports,summary,php,MMOG,massive,multiplayer,online,game">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link REL=STYLESHEET HREF="ic.css" TYPE="text/css">
</head>
<BODY>
<h3>silenz copy - online tools for <a href="http://www.imperialconflict.com/">Imperial Conflict</a></h3>
<hr>
<hr>
<a href="index.html">Family News Analyzer</a> -
<a href="reports.html">Recent Reports Summarizer</a> -
<a href="format.html">Format Planet Lists</a> -
<hr>
<h3>recent reports summary</h3>
<h4>Summarizes recent reports. Either your own or those of enemies acquired through ops.</h4>
Paste any recent reports into the field below and hit Format!
<br>
<strong>Unit counts, lasers, building, explorations, unit losses (in report but still debugging!)<strong>
<P>
<FORM method="POST" action="action_form_family_recent_reports.html">
<TEXTAREA name="news" cols=50 rows=5>
</TEXTAREA>
<BR>
<INPUT type="submit" value="Format!">
</FORM><hr>
<div align=center>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>