Attachment 'SendAccountMail-1.5.py'

Download

   1 # -*- coding: iso-8859-1 -*-
   2 """
   3     MoinMoin - SendAccountMail form
   4     
   5     Syntax:
   6        [[SendAccountMail]]
   7 
   8     @copyright: 2006 by Reimar Bauer
   9     @license: GNU GPL, see COPYING for details.
  10 """
  11 
  12 def execute(macro, args):
  13     return '''
  14 <form action="UserPreferences" method="POST">
  15 <div class="userpref" lang="de" dir="ltr">
  16 <input type="hidden" name="action" value="userform">
  17 <table border="0"><tr><td><b>E-Mail</b>   </td><td><input type="text" name="email" value="" size="36"> </td></tr>
  18 <tr><td><b></b>   </td><td> <input type="submit" name="account_sendmail" value="Mail me my account data"> </td></tr></table></form>'''

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2006-08-19 11:27:51, 0.6 KB) [[attachment:SendAccountMail-1.5.py]]
  • [get | view] (2007-01-06 18:28:35, 2.1 KB) [[attachment:SendAccountMail-1.6-dev-2.py]]
  • [get | view] (2006-12-10 19:56:44, 1.8 KB) [[attachment:SendAccountMail1-6-dev-1.py]]
  • [get | view] (2006-12-10 17:18:39, 0.7 KB) [[attachment:SendMyPassword.txt]]
  • [get | view] (2006-08-19 11:27:36, 0.9 KB) [[attachment:userform.patch.txt]]
  • [get | view] (2006-12-10 17:18:16, 0.9 KB) [[attachment:userform1-6-dev.diff]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.