Mercurial > hg > rlgallery-misc
annotate web/scoring/tourn32/index.html @ 66:6542a7cf826b
Fix links from player pages to the ttyrec archive.
RogueGame.getPlayer() was setting the "name" field to self.uname
instead of the player's name.
Bugs like this are why I need to set up an actual testing server.
| author | John "Elwin" Edwards | 
|---|---|
| date | Thu, 06 Aug 2015 17:07:40 -0400 | 
| parents | 23a769aa487e | 
| children | 
| rev | line source | 
|---|---|
| 
29
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
2 <html><head> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
3 <title>2012 Tournament</title> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
4 <link rel="stylesheet" href="/scoring/scores.css" type="text/css"> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
5 </head> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
6 <body> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
7 <h1>2012 Tournament Standings</h1> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
8 <div class="nav"><a href="/">rlgallery.org</a> -> <a href="/scoring/">Scores</a> -> 2012 Tournament</div> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
9 <h2>Recently Completed</h2> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
10 <div class="stable"> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
11 <div class="sentry"> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
12 <span class="shdata">Name</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
13 <span class="shdata">Game</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
14 <span class="shdata">Score</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
15 <span class="shdata">XL</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
16 <span class="shdata">Fate</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
17 <span class="shdata">End time</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
18 </div> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
19 <div class="sentry"> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
20 <span class="sdata"><a href="/scoring/players/jockebeast.html">jockebeast</a></span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
21 <span class="sdata">Rogue V5</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
22 <span class="sdata">321</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
23 <span class="sdata">3</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
24 <span class="sdata">quit on level 6</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
25 <span class="sdata"><a href="/archive.cgi?name=jockebeast;game=rogue5;time=1342170489">2012/07/13 09:08:09</a></span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
26 </div> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
27 <div class="sentry"> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
28 <span class="sdata"><a href="/scoring/players/Luke.html">Luke</a></span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
29 <span class="sdata">Rogue V3</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
30 <span class="sdata">1051</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
31 <span class="sdata">6</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
32 <span class="sdata">killed by a giant ant on level 7</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
33 <span class="sdata"><a href="/archive.cgi?name=Luke;game=rogue3;time=1342107350">2012/07/12 15:35:50</a></span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
34 </div> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
35 <div class="sentry"> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
36 <span class="sdata"><a href="/scoring/players/elwin.html">elwin</a></span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
37 <span class="sdata">Rogue V4</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
38 <span class="sdata">54</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
39 <span class="sdata">2</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
40 <span class="sdata">killed by a hobgoblin on level 2</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
41 <span class="sdata"><a href="/archive.cgi?name=elwin;game=rogue4;time=1341637180">2012/07/07 04:59:40</a></span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
42 </div> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
43 <div class="sentry"> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
44 <span class="sdata"><a href="/scoring/players/BlastHardC.html">BlastHardC</a></span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
45 <span class="sdata">Rogue V5</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
46 <span class="sdata">1650</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
47 <span class="sdata">6</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
48 <span class="sdata">killed by a troll on level 13</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
49 <span class="sdata"><a href="/archive.cgi?name=BlastHardC;game=rogue5;time=1341615900">2012/07/06 23:05:00</a></span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
50 </div> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
51 <div class="sentry"> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
52 <span class="sdata"><a href="/scoring/players/BlastHardC.html">BlastHardC</a></span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
53 <span class="sdata">Rogue V5</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
54 <span class="sdata">174</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
55 <span class="sdata">1</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
56 <span class="sdata">killed by a rattlesnake on level 3</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
57 <span class="sdata"><a href="/archive.cgi?name=BlastHardC;game=rogue5;time=1341614988">2012/07/06 22:49:48</a></span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
58 </div> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
59 <div class="sentry"> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
60 <span class="sdata"><a href="/scoring/players/BlastHardC.html">BlastHardC</a></span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
61 <span class="sdata">Rogue V5</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
62 <span class="sdata">665</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
63 <span class="sdata">5</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
64 <span class="sdata">killed by a quagga on level 8</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
65 <span class="sdata"><a href="/archive.cgi?name=BlastHardC;game=rogue5;time=1341614922">2012/07/06 22:48:42</a></span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
66 </div> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
67 <div class="sentry"> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
68 <span class="sdata"><a href="/scoring/players/BlastHardC.html">BlastHardC</a></span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
69 <span class="sdata">Rogue V5</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
70 <span class="sdata">540</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
71 <span class="sdata">5</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
72 <span class="sdata">killed by a snake on level 6</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
73 <span class="sdata"><a href="/archive.cgi?name=BlastHardC;game=rogue5;time=1341614282">2012/07/06 22:38:02</a></span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
74 </div> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
75 <div class="sentry"> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
76 <span class="sdata"><a href="/scoring/players/BlastHardC.html">BlastHardC</a></span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
77 <span class="sdata">Rogue V5</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
78 <span class="sdata">103</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
79 <span class="sdata">1</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
80 <span class="sdata">killed by a hobgoblin on level 2</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
81 <span class="sdata"><a href="/archive.cgi?name=BlastHardC;game=rogue5;time=1341613802">2012/07/06 22:30:02</a></span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
82 </div> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
83 <div class="sentry"> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
84 <span class="sdata"><a href="/scoring/players/BlastHardC.html">BlastHardC</a></span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
85 <span class="sdata">Rogue V5</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards 
parents:  
diff
changeset
 | 
86 <span class="sdata">126</span> | 
| 
 
23a769aa487e
Add the Web pages from the 2012 tournament.
 
John "Elwin" Edwards  | 
