Bugzilla – Bug 13141
need layout/design for support page
Last modified: 2009-10-05 16:43:16 UTC
Need to take marketing's copy for the support page and propose a layout in mockup form.
burning 4 hrs
After chatting with Matthew Martin, I'm just proposing flat text for now (properly formatted of course), otherwise SLT would have to make another pass, which is silly. Might try to make this a little prettier after 7.4. Reference screen is here based on Angela's current AMR copy in the CMS: http://embargo.wiki.slimdevices.com/index.php/Mysqueezeboxdotcom#7_Support Link to this will be in the footer, full navigation bar listings coming soon.
Just making sure you don't forget to add the link list. Could you please add the text copy as text too? Don't want to type all of this manually. Thanks!
Everything in that mockup is taken directly from the CMS, I don't know how much work you need to do on this, Michael, other than CSS styles?
Matthew - what would be the CMS keys for the support page?
Matthew - could you please provide me with the CMS keys I need to implement on that page?
Yo Matthew?!?
doh! sorry Michael, for some reason Bugzilla stopped bugging (emailing) me. Weird. I'll take care of this right now. Sorry for the delay! (wonder if email issue is related to Deskzilla?)
position: SUPPORT-OVERVIEW titles: Support for AP Support for AMR Support for EMEA (show appropriate sales region by country -- links are different by region)
Assigning to michael to implement the raw content using keys in my last comment.
Andy/Matthew - is there some simple way using GeoIP to put a country in a region? Or will we need to define a reduced static list and add links for the unknown?
== Auto-comment from SVN commit #7034 to the network repo by michael == == https://svn.slimdevices.com/network?view=revision&revision=7034 == Fixed Bug: 13141 Description: add Support page; use content key according to user's country setting and/or language
This code is using the same key to assign the content as we've been using before to assign support links: my %countryToRegion = ( US => 'AMR', UK => 'EMEA', DE => 'EMEA', FR => 'EMEA', IT => 'EMEA', ES => 'EMEA', NL => 'EMEA', DA => 'EMEA', SV => 'EMEA', PL => 'EMEA', RU => 'EMEA', # AP # Singapore:- SG => 'AP', # Malaysia:- MY => 'AP', # Japan:- JP => 'AP', JA => 'AP', # Korea:- KR => 'AP', # India:- IN => 'AP', # New Zealand:- NZ => 'AP', # Australia:- AU => 'AP', # China:- CN => 'AP', ZH_CN => 'AP', # Taiwan:- TW => 'AP', # Hong Kong:- HK => 'AP', );
== Auto-comment from SVN commit #7035 to the network repo by michael == == https://svn.slimdevices.com/network?view=revision&revision=7035 == Bug: 13141 Description: add a few more European countries
== Auto-comment from SVN commit #7036 to the network repo by michael == == https://svn.slimdevices.com/network?view=revision&revision=7036 == Bug: 13141 Description: simplify country to region mapping
This bug has been fixed in the latest release of MySqueezebox.com (formally known as SqueezeNetwork)! If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.