[or-cvs] r13272: Prevent the web form from losing its explanatory capabilitie (weather/trunk)

pde at seul.org pde at seul.org
Fri Jan 25 08:43:55 UTC 2008


Author: pde
Date: 2008-01-25 03:43:54 -0500 (Fri, 25 Jan 2008)
New Revision: 13272

Modified:
   weather/trunk/subscribe.template
Log:
Prevent the web form from losing its explanatory capabilities.



Modified: weather/trunk/subscribe.template
===================================================================
--- weather/trunk/subscribe.template	2008-01-25 07:22:42 UTC (rev 13271)
+++ weather/trunk/subscribe.template	2008-01-25 08:43:54 UTC (rev 13272)
@@ -4,8 +4,10 @@
 You can use this form to request status updates to tell you when a particular
 Tor node has become unreachable for a sustained period of time.
 <p>
+Email:<br>
 <input type="text" name="email" size="18" maxlength="255" value="Enter email address" onclick="if (this.value == 'Enter email address') {this.value = ''}" />
 </p><p>
+Node fingerprint:<br>
 <input type="text" name="node" size="18" maxlength="255" value="Enter Tor node ID" onclick="if (this.value == 'Enter Tor node ID') {this.value = ''}" />
 </p><p>
 <input type="submit" class="submit" value="Subscribe to Tor Weather" name="sa"/>



More information about the tor-commits mailing list