[TYPO3-typo3org] RFC: optimized switch for typo3.org-websites

Daniel Bruessler danielb at typo3.org
Fri Mar 4 13:37:42 CET 2011


Hello Stephano,

>>>         <label for="portal-select">Go to:</label>
>> my only concern is that "Go to:"
>> it really seems just a subpage selector..
>> - "go to site:"

I changed it now in this way:

		<label for="portal-select">Go to:</label>
		<select id="portal-select" onchange="document.location.href = this.options[this.options.selectedIndex].value">
			<option value="#" selected="selected">TYPO3 Site</option>
			<optgroup label="Main">
			  <option value="http://typo3.org">typo3.org (TYPO3 Main Site)</option>
			  <option value="http://news.typo3.org">News</option>
			</optgroup>
			<optgroup label="Community">
			  <option value="http://association.typo3.org">TYPO3 Association</option>
			  ...

You can try it out at http://wiki.typo3.org/

So this has that advantages:
- You can read "Go to TYPO3 Site"
- It doesn't take more space than before

Good now?

Greets!
Daniel

== DocTeam ==
Want to help? Just see what topics you're interested in and join us!
http://typo3.org/teams/documentation-team/
http://forge.typo3.org/projects/show/team-docteam
http://forge.typo3.org/projects/typo3v4-documentation



More information about the TYPO3-team-typo3org mailing list