Changeset 343 for trunk/sandbox
- Timestamp:
- 12/07/11 16:07:57 (6 months ago)
- Files:
-
- 1 modified
-
trunk/sandbox/jhb/webwallet/cgi/wallet.cgi (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sandbox/jhb/webwallet/cgi/wallet.cgi
r339 r343 241 241 <form action='%s' method='post'> 242 242 Recipient<br/> 243 <input type='text' name='url' value='http://baach.de/cgi-local/wallet.cgi/' /><br>243 <input type='text' name='url' value='http://baach.de/cgi-local/wallet.cgi/'size='40' /><br> 244 244 How many <b>%ss</b><br> 245 <input type='number' name='amount' value='1' /><br>245 <input type='number' name='amount' value='1' size='40'/><br> 246 246 Optional message<br> 247 <input type='text' name='reference' value='secret' /><br>247 <input type='text' name='reference' value='secret' size='40'/><br> 248 248 Please make sure the other side is ready to accept!<br> 249 249 <input type='submit' />
