Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
copy updates for ticket 650405
Browse files Browse the repository at this point in the history
  • Loading branch information
brez committed May 5, 2011
1 parent 7a8671d commit 686d13d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 19 deletions.
24 changes: 11 additions & 13 deletions ff4/templates/things/question.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,29 +26,27 @@ <h2 class="question-num"></h2>
<ul class="answers"></ul>
<br class="clr" />
</div>

<div id="form-body" class="form" style="display:none;">
<h2>{{ _('A little more about you...') }}</h2>
<h2>{{ _('Personalize your collage...') }}</h2>
<div class="input text">
<label for="name-field">{{ _('Name') }}:</label>
<label for="name-field">{{ _('Title') }}:</label>
<input type="text" name="name" id="name-field" />
<br class="clr" />
</div>
<div class="input cbox">
<input type="checkbox" name="gallery_include" id="gallery-include-field" />
<label for="gallery-include-field">{{ _('Include my collage in the gallery') }}</label>
<br class="clr" />
</div>
<h2>{{ _('Keep in touch') }}</h2>
<div class="input text">
<label for="email-field">{{ _('E-Mail') }}:</label>
<input type="text" name="email" id="email-field" />
<br class="clr" />
</div>

<div class="input">
<input type="checkbox" name="download_reminder" id="download-reminder-field" />
<label for="download-reminder-field">{{ _('Sign-up for our monthly newsletter featuring special Mozilla news, Firefox tips & tricks and more!') }}</label>
<br class="clr" />
</div>

<div class="input cbox">
<input type="checkbox" name="gallery_include" id="gallery-include-field" />
<label for="gallery-include-field">{{ _('Include my collage in the gallery') }}</label>
<div class="input">
<input type="checkbox" name="download_reminder" id="download-reminder-field" />
<label for="download-reminder-field">{{ _('Sign-up for our monthly newsletter featuring special Mozilla news, Firefox tips & tricks and more!') }}</label>
<br class="clr" />
</div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions ff4/things/questions_answers.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
6: _lazy(u'Guess what? Your office is flooded, so you get the day off work. A perfect day for: '),
7: _lazy(u'It\'s your third date and your paramour is coming over for dinner. You\'ll:'),
8: _lazy(u'Think fast: you run into an old co-worker who says "Hey, let\'s get together soon". You reply: '),
9: _lazy(u'You\'re taking an online personality quiz. It asks you to take an honest look at yourself and fill in what you see. You write "I am: '),
9: _lazy(u'You\'re taking an online personality quiz. It asks you to take an honest look at yourself and fill in what you see. You write "I am..." :'),
10: _lazy(u'You find a wallet stuffed with lots of cash, but no ID. After thinking about it you decide to:'),
11: _lazy(u'You\'re taking a vacation alone. Your destination:'),
12: _lazy(u'A car towing a giant trailer signals that they need to merge in ahead of you. Do you:'),
Expand Down Expand Up @@ -54,16 +54,16 @@
23: _lazy(u'Finishing doctoral thesis, re-shingling roof, grooming both dogs, helping neighbor pave driveway, whittling some sticks, learning C++, balancing gramophone turntable. '),
24: _lazy(u'Planting perennial shade trees at the senior center.'),
25: _lazy(u'Whip up some Coquilles Saint Jacques avec Pernod, with Gratin Dauphinois on the side.'),
26: _lazy(u'Rehydrate a bowl of fancy ramen. (not the cheap cup!). '),
26: _lazy(u'Rehydrate a bowl of fancy ramen (not the cheap cup!). '),
27: _lazy(u'Email their parents so you can cook their favorite childhood food.'),
28: _lazy(u'Peruse the local farmer\'s market for organic veggies.'),
29: _lazy(u'We\'re going camping; you should totally come with, we have an extra sleeping bag. Yay!'),
29: _lazy(u'We\'re going camping; you should totally come with us, we have an extra sleeping bag. Yay!'),
30: _lazy(u'Let\'s grab a cup of coffee, right now.'),
31: _lazy(u'Right, I\'ll have my assistant schedule something. How\'s your Autumn looking?'),
32: _lazy(u'Hey, we\'re together right now! Isn\'t that great?'),
33: _lazy(u'A dynamic, successful go-getter everybody loves!'),
34: _lazy(u'A regular person, just like everyone else.'),
35: _lazy(u'Uncertain-let me ask a few people and I\'ll get back to you.'),
35: _lazy(u'Uncertain - let me ask a few people and I\'ll get back to you.'),
36: _lazy(u'Me.'),
37: _lazy(u'Search Craigslist to see if there\'s a reward offered.'),
38: _lazy(u'Turn it over to the police.'),
Expand Down Expand Up @@ -92,7 +92,7 @@
61: _lazy(u'Simultaneously moving and shaking, as I make momentous financial decisions.'),
62: _lazy(u'Delving into the vast array of knowledge, news, facts and figures, and even fictions that comprise the Internet\'s news structure.'),
63: _lazy(u'Making dates, planning parties, keeping in touch with buddies and finding far-flung friends from the past. '),
64: _lazy(u'Doing it all for the children- there\'s a whole world of resources out there that enrich my kids\' lives'),
64: _lazy(u'Doing it all for the children - a whole world of resources out there that enrich my kids\' lives'),
65: _lazy(u'Making art, both analog and digital, and sharing it with the world.'),
66: _lazy(u'I\'ll log in to look up old high school friends or play some games, but I\'d rather pick up the phone for a chat.'),
67: _lazy(u'With as many friends as I\'ve got, keeping in touch is easier online than in real life.'),
Expand All @@ -108,7 +108,7 @@
77: _lazy(u'It\'s an addiction - I\'m taking classes to ease my co-dependency. Online classes.'),
78: _lazy(u'Tethered to my desk, at work and at home.'),
79: _lazy(u'I enjoy a balanced Internet diet - some desktop, some mobile.'),
80: _lazy(u'I\'m an active sort, so mostly mobile,with a sprinkling of desktop when I need a rest.'),
80: _lazy(u'I\'m an active sort, so mostly mobile, with a sprinkling of desktop when I need a rest.'),
81: _lazy(u'Every device I have connects to the Internet all the time. Including my toaster.'),
}

Expand Down

0 comments on commit 686d13d

Please sign in to comment.