alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

<%--
 - $Header: /cvsroot/mvnforum/mvnforum/srcweb/mvnplugin/mvnforum/user/inc_timezone_option.jsp,v 1.6 2005/01/18 11:01:43 minhnn Exp $
 - $Author: minhnn $
 - $Revision: 1.6 $
 - $Date: 2005/01/18 11:01:43 $
 -
 - ====================================================================
 -
 - Copyright (C) 2002-2005 by MyVietnam.net
 -
 - This program is free software; you can redistribute it and/or
 - modify it under the terms of the GNU General Public License
 - as published by the Free Software Foundation; either version 2
 - of the License, or any later version.
 -
 - All copyright notices regarding mvnForum MUST remain intact
 - in the scripts and in the outputted HTML.
 - The "powered by" text/logo with a link back to
 - http://www.mvnForum.com and http://www.MyVietnam.net in the
 - footer of the pages MUST remain visible when the pages
 - are viewed on the internet or intranet.
 -
 - This program is distributed in the hope that it will be useful,
 - but WITHOUT ANY WARRANTY; without even the implied warranty of
 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 - GNU General Public License for more details.
 -
 - You should have received a copy of the GNU General Public License
 - along with this program; if not, write to the Free Software
 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 -
 - Support can be obtained from support forums at:
 - http://www.mvnForum.com/mvnforum/index
 -
 - Correspondence and Marketing Questions can be sent to:
 - info@MyVietnam.net
 -
 - @author: Minh Nguyen  minhnn@MyVietnam.net
 - @author: Mai  Nguyen  mai.nh@MyVietnam.net
 --%>
<select name="<%=timeZoneSelectName%>">
<option value="-12"<%if (selectedTimeZone == -12) { out.print(" selected"); }%>>(GMT - 12:00 hours) Enitwetok, Kwajalien
<option value="-11"<%if (selectedTimeZone == -11) { out.print(" selected"); }%>>(GMT - 11:00 hours) Midway Island, Samoa
<option value="-10"<%if (selectedTimeZone == -10) { out.print(" selected"); }%>>(GMT - 10:00 hours) Hawaii
<option value="-9"<%if (selectedTimeZone == -9) { out.print(" selected"); }%>>(GMT - 9:00 hours) Alaska
<option value="-8"<%if (selectedTimeZone == -8) { out.print(" selected"); }%>>(GMT - 8:00 hours) Pacific Time (US & Canada)
<option value="-7"<%if (selectedTimeZone == -7) { out.print(" selected"); }%>>(GMT - 7:00 hours) Mountain Time (US & Canada)
<option value="-6"<%if (selectedTimeZone == -6) { out.print(" selected"); }%>>(GMT - 6:00 hours) Central Time (US & Canada), Mexico City
<option value="-5"<%if (selectedTimeZone == -5) { out.print(" selected"); }%>>(GMT - 5:00 hours) Eastern Time (US & Canada), Bogota, Lima, Quito
<option value="-4"<%if (selectedTimeZone == -4) { out.print(" selected"); }%>>(GMT - 4:00 hours) Atlantic Time (Canada), Caracas, La Paz
<option value="-3"<%if (selectedTimeZone == -3) { out.print(" selected"); }%>>(GMT - 3:00 hours) Brazil, Buenos Aires, Georgetown, Falkland Is.
<option value="-2"<%if (selectedTimeZone == -2) { out.print(" selected"); }%>>(GMT - 2:00 hours) Mid-Atlantic, Ascention Is., St Helena
<option value="-1"<%if (selectedTimeZone == -1) { out.print(" selected"); }%>>(GMT - 1:00 hours) Azores, Cape Verde Islands
<option value="0"<%if (selectedTimeZone == 0) { out.print(" selected"); }%>>(GMT) Casablanca, Dublin, Edinburgh, London, Lisbon, Monrovia
<option value="1"<%if (selectedTimeZone == 1) { out.print(" selected"); }%>>(GMT + 1:00 hours) Berlin, Brussels, Copenhagen, Madrid, Paris, Rome
<option value="2"<%if (selectedTimeZone == 2) { out.print(" selected"); }%>>(GMT + 2:00 hours) Minsk, Kaliningrad, South Africa, Warsaw
<option value="3"<%if (selectedTimeZone == 3) { out.print(" selected"); }%>>(GMT + 3:00 hours) Baghdad, Riyadh, Moscow, Nairobi
<option value="4"<%if (selectedTimeZone == 4) { out.print(" selected"); }%>>(GMT + 4:00 hours) Adu Dhabi, Baku, Muscat, Tbilisi
<option value="5"<%if (selectedTimeZone == 5) { out.print(" selected"); }%>>(GMT + 5:00 hours) Ekaterinburg, Islamabad, Karachi, Tashkent
<option value="6"<%if (selectedTimeZone == 6) { out.print(" selected"); }%>>(GMT + 6:00 hours) Almaty, Colomba, Dhakra
<option value="7"<%if (selectedTimeZone == 7) { out.print(" selected"); }%>>(GMT + 7:00 hours) Ho Chi Minh, Hanoi, Bangkok, Jakarta
<option value="8"<%if (selectedTimeZone == 8) { out.print(" selected"); }%>>(GMT + 8:00 hours) Beijing, Hong Kong, Perth, Singapore, Taipei
<option value="9"<%if (selectedTimeZone == 9) { out.print(" selected"); }%>>(GMT + 9:00 hours) Osaka, Sapporo, Seoul, Tokyo, Yakutsk
<option value="10"<%if (selectedTimeZone == 10) { out.print(" selected"); }%>>(GMT + 10:00 hours) Melbourne, Papua New Guinea, Sydney
<option value="11"<%if (selectedTimeZone == 11) { out.print(" selected"); }%>>(GMT + 11:00 hours) Magadan, New Caledonia, Solomon Islands
<option value="12"<%if (selectedTimeZone == 12) { out.print(" selected"); }%>>(GMT + 12:00 hours) Auckland, Wellington, Fiji, Marshall Island
</select>

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.