The unified diff between revisions [2531d294..] and [0b849689..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'templates/haiku.html'

#
#
# patch "templates/haiku.html"
#  from [e80dcebad4e65c878464de10e2fac0cad318bf55]
#    to [7e6b5dc5f4f1ae18bccec9332b5782ae0307fa30]
#
============================================================
--- templates/haiku.html	e80dcebad4e65c878464de10e2fac0cad318bf55
+++ templates/haiku.html	7e6b5dc5f4f1ae18bccec9332b5782ae0307fa30
@@ -12,54 +12,27 @@ Sorry, something went wrong generating y
 <p align="center">
 	Your freshly generated Haiku is:
 </p>
-

 <form action="http://grahame.angrygoats.net/lj-haiku/index.psp" method="post">
-<table border="1" cellspacing="0" cellpadding="2" align="center">
-	<tr>
-		<td align="left" colspan="2" bgcolor="#303088">
-			<font color="#FFFFFF"><b>LiveJournal Haiku 2!</b></font>
-		</td>
-	</tr>
-	<tr>
-		<td bgcolor="#303088">
-      		<font color="#FFFFFF">Your name:</font>
-    	</td>
-    	<td align="right" bgcolor="#DDDDAA">
-      		<font color="#303088">$username</font>
-    	</td>
-  	</tr>
-  	<tr>
-    	<td bgcolor="#303088">
-      		<font color="#FFFFFF">Your haiku:</font>
-		</td>
-		<td align="right" bgcolor="#DDDDAA">
-			<font color="#303088">
-				#for line in $haiku
-				$line<br />
-				#end for
-			</font>
-		</td>
-	</tr>
-    <tr>
-    	<td bgcolor="#303088">
-			<font color="#FFFFFF">Username:</font>
-		</td>
-		<td bgcolor="#DDDDAA">
-			<input type="text" name="haiku_username" value="$username">
-      	</td>
-    </tr>
-    <tr>
-		<td bgcolor="#303088" align="center" colspan="2">
-			<input type="submit" value="What's my Haiku?">
-		</td>
-    </tr>
-    <tr>
-      	<td align="center" colspan="2">
-			<font size="-1"><a href="http://www.livejournal.com/users/grahame/">Created by <img src="http://stat.livejournal.com/img/userinfo.gif" style='vertical-align:bottom;border:0;'>Grahame</a></font>
-			<input value="grahame" type="hidden" name="haiku_referrer">
-      	</td>
-    </tr>
+<table align="center" border="0" bgcolor="#DDDDFF" style="border: 1px solid black;">
+<tr><th>LJ-Haiku<sup>2</sup> for $username</th></tr>
+<tr><td>
+<blockquote align="right" style="text-align:right;border-right:1px solid #808080; padding:5px;">
+	#for line in $haiku
+	$line<br />
+	#end for
+</blockquote>
+</td></tr>
+<tr><td align="center">
+<input type="text" size=8 name="haiku_username" value="$username" /> @
+<select name="server">
+	<option selected value="livejournal.com">LJ</option>
+	<option value="pick">Other</option>
+</select>
+<input value="$username" type="hidden" name="haiku_referrer" />
+</td></tr>
+<tr><td align="center"><input type="submit" value="What's my Haiku?"></td></tr>
+<tr><td align="center" bgcolor="#CCCCCC"><small><a href="http://www.livejournal.com/users/grahame/">Created by Grahame</a></small></td></tr>
 </table>
 </form>