From f193116a4f38a4d3c8a9e5f7da3006a6f006448d Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 9 Feb 2015 20:00:55 -0500 Subject: Bug 1123275 - Changes to form.reps.mentorship (DRAFT) --- .../en/default/bug/create/comment-mozreps.txt.tmpl | 16 +- .../en/default/bug/create/create-mozreps.html.tmpl | 408 ++++++++++----------- .../default/bug/create/created-mozreps.html.tmpl | 19 +- 3 files changed, 220 insertions(+), 223 deletions(-) (limited to 'extensions/REMO/template/en/default/bug') diff --git a/extensions/REMO/template/en/default/bug/create/comment-mozreps.txt.tmpl b/extensions/REMO/template/en/default/bug/create/comment-mozreps.txt.tmpl index 95ab1c3e4..c33202c81 100644 --- a/extensions/REMO/template/en/default/bug/create/comment-mozreps.txt.tmpl +++ b/extensions/REMO/template/en/default/bug/create/comment-mozreps.txt.tmpl @@ -27,8 +27,8 @@ Last Name: Under 18 years old: [%+ IF cgi.param('underage') %]Yes[% ELSE %]No[% END %] -Sex: -[%+ cgi.param('sex') %] +Gender: +[%+ cgi.param('gender') %] City: [%+ cgi.param('city') %] @@ -50,7 +50,7 @@ IM: - [% END %] -Mozillians.org Account: +Mozillians.org Account URL: [% IF cgi.param('mozillian') %] [%+ cgi.param('mozillian') %] [% ELSE %] @@ -58,17 +58,13 @@ Mozillians.org Account: [% END %] References: -[% IF cgi.param('references') %] -[%+ cgi.param('references') %] -[% ELSE %] -- +[% IF cgi.param('cc') %] +[%+ cgi.param('cc').join(", ") %] [% END %] -Currently Involved with Mozilla: +What are you currently doing at Mozilla? [% IF cgi.param('involved') %] [%+ cgi.param('involved') %] -[% ELSE %] -- [% END %] When First Contributed: diff --git a/extensions/REMO/template/en/default/bug/create/create-mozreps.html.tmpl b/extensions/REMO/template/en/default/bug/create/create-mozreps.html.tmpl index be461c795..420c6a8cd 100644 --- a/extensions/REMO/template/en/default/bug/create/create-mozreps.html.tmpl +++ b/extensions/REMO/template/en/default/bug/create/create-mozreps.html.tmpl @@ -20,228 +20,216 @@ [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl - title = "Mozilla Reps - Application Form" - style_urls = [ "extensions/REMO/web/styles/moz_reps.css" ] + title = "Mozilla Reps - Application Form" + style_urls = [ "extensions/REMO/web/styles/moz_reps.css" ] + yui = [ "autocomplete" ] + jquery = [] + javascript_urls = [ "extensions/REMO/web/js/moz_reps.js", "js/field.js", "js/util.js"] %] -[% USE Bugzilla %] -[% mandatory = '*' %] - - -

Mozilla Reps - Application Form

If you have questions while completing this form, please contact the - Reps Council for - assistance. + Reps Council for assistance.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
First Name:[% mandatory FILTER none %]
Last Name:[% mandatory FILTER none %]
Are you under 18 years old?: -
-
- Mozilla Reps program is not currently accepting people under 18 years old. - Sorry for the inconvenience. In the meantime please check with your local Mozilla - group for other contribution opportunities -
Sex:[% mandatory FILTER none %] - -
City:[% mandatory FILTER none %]
Country:[% mandatory FILTER none %]
Local Community you participate in:
IM (specify service):
Mozillians.org Account:[% mandatory FILTER none %]
- References: -
- -
- How are you involved with Mozilla? -
- -
- When did you first start contributing to Mozilla? -
Languages Spoken:[% mandatory FILTER none %]
How did you learn about Mozilla Reps?[% mandatory FILTER none %]
What motivates you most about joining Mozilla Reps?[% mandatory FILTER none %]
Comments:
- I have read the - Mozilla Privacy Policy:[% mandatory FILTER none %] -
  - -
- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [% BLOCK motivation_placeholder -%] + Tell us your goals and what you would be able to do as a Rep that you can't do right now + [%- END %] + + + + + + + + + + + + + + + + + + +
+
+
+ +
+ +
+ +
+ [% INCLUDE global/userselect.html.tmpl + id => "cc" + name => "cc" + value => cc + size => 60 + classes => ["bz_userfield"] + multiple => 5 + %] +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
  + +
[% PROCESS global/footer.html.tmpl %] diff --git a/extensions/REMO/template/en/default/bug/create/created-mozreps.html.tmpl b/extensions/REMO/template/en/default/bug/create/created-mozreps.html.tmpl index a8a3ca112..0ded8744f 100644 --- a/extensions/REMO/template/en/default/bug/create/created-mozreps.html.tmpl +++ b/extensions/REMO/template/en/default/bug/create/created-mozreps.html.tmpl @@ -27,12 +27,25 @@

Thank you!

-Thank you for submitting your Mozilla Reps Application Form. A Mozilla Rep -mentor will contact you shortly at your bugzilla email address. + Thanks for submitting your application to the Reps Program. +

+ +

+ What happens next: +

+ + + +

+ This might take some time, so we apologize for any delays and thank you for your patience.

-Reference: #[% id FILTER html %] + Reference: #[% id FILTER html %]

[% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b