if(IsDefined("FORM.locale")) { request.locale = LCase(Trim(FORM.locale)); }
request.localeFile = "resources/general_#request.locale#.xml";
request.grayLight = "E2E6E7"; // use for table bkgds
request.grayMedium = "C6CFD0"; // used for table borders
request.grayDark = "6C7A83"; // used for background
request.blueLight = "F3F7F7"; // used for table bkgds
request.blueMedium = "E9F0F2"; // used for table borders
request.blueBright = "0898DB"; // used for header text
request.blueDark = "003399"; // used for links
request.greenMedium = "008A00";//"2D8A00"; // used for link hover
request.yellow = "FFFF99"; // used for table highlights
while( listLast(thisURL,'/') neq "wizards" )
{
if( listLen(thisURL,"/") eq 0 )
{
cfbreak;
}
thisURL = listDeleteAt(thisURL, listLen(thisURL,"/"), "/");
}
queryString = "";
for(key in url)
{
queryString = queryString &iif(len(queryString), de("&"), de("")) &key &"=" &url[key];
}
queryString = HTMLEditFormat(queryString);
Wizard Login#pagename#ColdFusion
Enter your RDS user id and password below.
User ID
Enter your RDS or Admin password below
Password Required
Password
User ID required. Please try again.Invalid User ID or Password. Please try again.Invalid Password. Please try again.
Login
Adobe, the Adobe logo, ColdFusion, and Adobe ColdFusion are trademarks or registered trademarks of Adobe Systems Incorporated in the United States and/or other countries. All other trademarks are the property of their respective owners.