[%# The form for giving your account creation code Authors: Janine Smith Afuna Copyright (c) 2015 by Dreamwidth Studios, LLC. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. For a copy of the license, please reference 'perldoc perlartistic' or 'perldoc perlgpl'. %] [%- sections.title = ".title" | ml -%] [%- CALL dw.active_resource_group( "foundation" ) -%]

[%- 'widget.createaccountentercode.info1' | ml -%]

[%- IF from; form.hidden( name = "from", value = from ); END -%]
[%- form.textbox( label = dw.ml( '.field.code' ) name = 'code' size = 21 maxlength = 20 ) -%]
[%- form.submit( value = dw.ml( '.btn.proceed' ) class = 'expand submit' ) -%]
[% 'widget.createaccountentercode.getcode' | ml %] [%- IF payments_enabled -%] [% 'widget.createaccountentercode.pay2' | ml( aopts = "href='${site.shoproot}/account?for=new'", sitename = site.nameshort ) %] [%- END -%] [% 'widget.createaccountentercode.comm' | ml( aopts = "href='$site.root/communities/new'" ) %] [%- IF logged_out -%] [% 'widget.createaccountentercode.comm.loggedout2' | ml( aopts = "href='$site.root/communities/new'") %] [%- END -%]