From 191852dfe23186c8f63c64ec088118ae156deb78 Mon Sep 17 00:00:00 2001 From: sapplica Date: Fri, 20 Mar 2015 16:16:48 +0530 Subject: [PATCH] Sentrifugo Patch 1.1.7 --- .gitignore | 1 + CHANGELOG.txt | 33 +- README.md | 213 +- patches/patches_1.1.7/CHANGELOG.txt | 47 + patches/patches_1.1.7/UPGRADE.txt | 112 + .../Zend/View/Helper/Employeedetails.php | 550 ++ .../default/controllers/IndexController.php | 1637 +++++ .../default/controllers/WizardController.php | 1039 +++ .../default/forms/Organisationheadchange.php | 134 + .../modules/default/models/Empscreening.php | 726 +++ .../views/scripts/employee/addorghead.phtml | 253 + .../scripts/employee/changeorghead.phtml | 349 + .../getindividualempdetails.ajax.phtml | 66 + patches/patches_1.1.7/install/hrms.sql | 3957 ++++++++++++ .../patches_1.1.7/public/media/css/style.css | 3733 +++++++++++ patches/patches_1.1.7/public/media/js/hrms.js | 5597 +++++++++++++++++ .../patches_1.1.7/public/media/js/hrmsv2.js | 786 +++ patches/patches_1.1.7/sql/queries.txt | 2 + 18 files changed, 19233 insertions(+), 2 deletions(-) create mode 100644 patches/patches_1.1.7/CHANGELOG.txt create mode 100644 patches/patches_1.1.7/UPGRADE.txt create mode 100644 patches/patches_1.1.7/Zend/View/Helper/Employeedetails.php create mode 100644 patches/patches_1.1.7/application/modules/default/controllers/IndexController.php create mode 100644 patches/patches_1.1.7/application/modules/default/controllers/WizardController.php create mode 100644 patches/patches_1.1.7/application/modules/default/forms/Organisationheadchange.php create mode 100644 patches/patches_1.1.7/application/modules/default/models/Empscreening.php create mode 100644 patches/patches_1.1.7/application/modules/default/views/scripts/employee/addorghead.phtml create mode 100644 patches/patches_1.1.7/application/modules/default/views/scripts/employee/changeorghead.phtml create mode 100644 patches/patches_1.1.7/application/modules/default/views/scripts/employee/getindividualempdetails.ajax.phtml create mode 100644 patches/patches_1.1.7/install/hrms.sql create mode 100644 patches/patches_1.1.7/public/media/css/style.css create mode 100644 patches/patches_1.1.7/public/media/js/hrms.js create mode 100644 patches/patches_1.1.7/public/media/js/hrmsv2.js create mode 100644 patches/patches_1.1.7/sql/queries.txt diff --git a/.gitignore b/.gitignore index 014f93f62..d7d86b470 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ LICENSE.txt README.txt demos/ extras/documentation +/*.bak diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 998debb6c..900a7b7ce 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -12,5 +12,36 @@ Bug fixes - To resolve the issue while editing organization head - To insert a default record in main_identitycodes table - + +------------- +RELEASE 1.1.7 +------------- +Controllers +application/modules/default/controllers/IndexController.php +application/modules/default/controllers/WizardController.php + +Models +application/modules/default/models/Empscreening.php + +Forms +application/modules/default/forms/Organisationheadchange.php + +Views +application/modules/default/views/scripts/employee/changeorghead.phtml +application/modules/default/views/scripts/employee/addorghead.phtml +application/modules/default/views/scripts/employee/getindividualempdetails.ajax.phtml + +Helpers +Zend/View/Helper/Employeedetails.php + +Scripts +public/media/js/hrmsv2.js +public/media/js/hrms.js +public/media/css/style.css + +Bug fixes +- To resolve the issue with joining date, while adding Organization head details +- Added new layout for employee details in Change organization head page +- To resolve the employee count issue in background checks +- To resolve the issue while inserting identity codes during installation diff --git a/README.md b/README.md index 8894c7eea..7391a91c7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,215 @@ sentrifugo ========== -Sentrifugo is a free and powerful new-age Human Resource Management System that can be easily configured to adapt to your organizational processes. +Sentrifugo is a free and powerful new-age Human Resource Management System that can be easily configured to adapt to your organizational processes. + + + +Intsalling Sentrifugo Version 1.1.7 +=================================== + +Sentrifugo comes with its own web-installer to help guide you through the installation process. + +Note: You can also find these steps in http://www.sentrifugo.com/home/installationguide + +Table of Contents: + +1. What server Sentrifugo works on? +2. Windows installation Guide +3. Linux installation Guide +4. MAC installation Guide +5. Upgrading your application code with patches + + 1. What server does Sentrifugo work on? + ======================================= + Sentrifugo works only on Apache Server + + 2. Windows Installation Guide + ============================= + AMP stack for Windows + --------------------- + - The recommended AMP stack for Windows is XAMPP (Download the installer from basic package) + - The system installer for XAMPP will guide you through the installation process + + Copying files + ------------- + - Move Sentrifugo zip file into the document root of Apache HTTP server. + - If you used XAMPP for windows, document root is \htdocs\ + - For example: C:\xampp\htdocs\ + + Extracting + ---------- + - Extract the Sentrifugo zip file in the document root of Apache HTTP server + + Web Installer + ------------- + - XAMPP users; the AMP stack for Windows needs to be started manually. + - Using a JavaScript enabled browser go to http:///sentrifugo/; Where is localhost if it is installed in the machine you are + currently working on, IP address if it is remotely hosted + + Pre-requisites + -------------- + The system requirements for installing Sentrifugo are described below. Make sure your system meets these requirements. + + a. PHP 5.3 or later + You can download PHP 5.3 or later by visiting http://windows.php.net/download/ + + b. PDO MySQL (for MySQL connection) + To install Sentrifugo on windows, you need to enable the PDO and PDO_MYSQL extensions in your php.ini file. You can add the following + lines in your php.ini file: + + 1. extension=php_pdo.dll + 2. extension=php_pdo_mysql.dll + + c. Rewrite module (for working of MVC architecture) + To activate the module, the following line in httpd.conf needs to be uncommented: + + 1. LoadModule rewrite_module modules/mod_rewrite.so + To see whether it is already active, try putting a .htaccess file into a web directory containing the line + + 2. RewriteEngine on + If this works without throwing a 500 internal server error, and the .htaccess file gets parsed, URL rewriting works. + + You also need to make sure that in your httpd.conf, AllowOverrides is enabled: + + 3. AllowOverride all + This is important as many httpd.conf ship by default with allowoverride none + + d. GD library (for images) + You can add the following lines in your php.ini file: + + 1. extension = php_gd2.dll + + e. Open SSL (For SSL and TSL Protocols) + Download the installer for OpenSSL 1.0.1e from http://www.openssl.org/related/binaries.html + + If OpenSSL is already installed in your system, to enable this extension in your php.ini file, you can add the following line in your php.ini + file: + + 1. extension=php_openssl.dll + + 3. Linux Installation Guide + =========================== + AMP stack for Linux + ------------------- + - The recommended AMP stack for Linux is XAMPP Linux 1.6 (Download the complete stack and not the upgrades) + - The system installer for XAMPP in the XAMPP site will guide you through the installation process + - Start the stack manually every time you reboot. + - Change the ownership of Sentrifugo files (Ex: /opt/xampp/htdocs/sentrifugo/ $ chown -R nobody.nobody) + + Copying files + ------------- + - Move Sentrifugo zip file into the document root of Apache HTTP server. + - If you used XAMPP for windows, document root is \htdocs\ + - For example: C:\xampp\htdocs\ + + Extracting + ---------- + - Extract the Sentrifugo zip file in the document root of Apache HTTP server + + Web Installer + ------------- + - XAMPP users; the AMP stack for Linux needs to be started manually. + - Using a JavaScript enabled browser go to http:///sentrifugo/; Where is localhost if it is installed in the machine you are + currently working on, IP address if it is remotely hosted + + Pre-requisites + -------------- + The system requirements for installing Sentrifugo are described below. Make sure your system meets these requirements. + + a. PHP 5.3 or later + To install PHP 5.3 on Linux, please follow the below links: + + For Ubuntu: https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu + For Redhat and CentOS: http://www.thetechnicalstuff.com/install-php5-3-in-centos-and-redhat/ + + b. PDO MySQL (for MySQL connection) + To install Sentrifugo on Linux, you can compile php with --with-pdo-mysql in your php.ini, and add the following lines: + + 1. extension=pdo.so + 2. extension=pdo_mysql.so + + c. Rewrite module (for working of MVC architecture) + activate mod_rewrite in linux, open the terminal and add the below line: + + 1. sudo a2enmod rewrite + + You also need to make sure that in your httpd.conf, AllowOverride is enabled: + 2. AllowOverride All + + d. GD library (for images) + To install GD library in Linux, open the terminal and add the below lines: + + 1. #apt-get install php5-gd + + e. Open SSL (For SSL and TSL Protocols) + Download the OpenSSL 1.0.1c tarball archive from the OpenSSL web site at http://www.openssl.org/source/ + + 4. MAC Installation Guide + ========================= + AMP stack for MAC + ----------------- + - The recommended AMP stack for MAC is MAMP + - The system installer for XAMPP will guide you through the installation process + - If MAMP is previously installed, the installer will rename the MAMP folder to MAMP_current_date. + - An existing “htdocs” folder will be moved to your new /Applications/MAMP folder. + - Your /Applications/MAMP_current_date folder can now be deleted. You can keep it if you wish to fall back to your original setup. + + Copying files + ------------- + - Move Sentrifugo zip file into the document root of Apache HTTP server. + - If you used XAMPP for windows, document root is \htdocs\ + - For example: C:\xampp\htdocs\ + + Extracting + ---------- + - Extract the Sentrifugo zip file in the document root of Apache HTTP server + + Web Installer + ------------- + - MAMP users; the AMP stack for MAC needs to be started manually. + - Using a JavaScript enabled browser go to http:///sentrifugo/; Where is localhost if it is installed in the machine you are + currently working on, IP address if it is remotely hosted + + Pre-requisites + -------------- + The system requirements for installing Sentrifugo are described below. Make sure your system meets these requirements. + + a. PHP 5.3 or later + You can download PHP 5.3 or later by visiting http://php.net/downloads.php + + b. PDO MySQL (for MySQL connection) + To install Sentrifugo on MAC, you need to enable the PDO and PDO_MYSQL extensions in your php.ini file. You can add the following lines in + your php.ini file: + + 1. extension=php_mysqli.so + 2. extension=php_pdo_mysql.so + + c. Rewrite module (for working of MVC architecture) + To activate mod_rewrite module in MAC, add the below line to httpd.conf file + + 1. LoadModule rewrite_module libexec/apache2/mod_rewrite.so + 2. LoadModule php5_module libexec/apache2/libphp5.so + + Also, make sure that AllowOverride is set to All within the section. + + d. GD library (for images) + You can add the following lines in your php.ini file: + + 1. extension = gd.so + + e. Open SSL (For SSL and TSL Protocols) + Download the installer for OpenSSL from http://www.openssl.org/source/ + + 5. Upgrading your application code with patches + ================================================== + + Patches 1.1.7 + ------------- + + - Resolved issue with joining date while adding Organization head. + - Resolved employee count issue in background checks + - Resolvd issue while inserting identity codes during installation + - Added new layout for employee details in Change organization head page + + Refer UPGRADE document for a detailed description of the installation process of patches. diff --git a/patches/patches_1.1.7/CHANGELOG.txt b/patches/patches_1.1.7/CHANGELOG.txt new file mode 100644 index 000000000..e1da96dfd --- /dev/null +++ b/patches/patches_1.1.7/CHANGELOG.txt @@ -0,0 +1,47 @@ +CHANGELOG Sentrifugo +=========================== + +RELEASE 1.1.7 +------------- +Controllers +application/modules/default/controllers/IndexController.php +application/modules/default/controllers/WizardController.php + +Models +application/modules/default/models/Empscreening.php + +Forms +application/modules/default/forms/Organisationheadchange.php + +Views +application/modules/default/views/scripts/employee/changeorghead.phtml +application/modules/default/views/scripts/employee/addorghead.phtml +application/modules/default/views/scripts/employee/getindividualempdetails.ajax.phtml + +Helpers +Zend/View/Helper/Employeedetails.php + +Scripts +public/media/js/hrmsv2.js +public/media/js/hrms.js +public/media/css/style.css + +Bug fixes +- To resolve the issue with joining date, while adding Organization head details +- Added new layout for employee details in Change organization head page +- To resolve the employee count issue in background checks +- To resolve the issue while inserting identity codes during installation + + + + + + + + + + + + + + diff --git a/patches/patches_1.1.7/UPGRADE.txt b/patches/patches_1.1.7/UPGRADE.txt new file mode 100644 index 000000000..480e461d8 --- /dev/null +++ b/patches/patches_1.1.7/UPGRADE.txt @@ -0,0 +1,112 @@ +UPGRADING INSTRUCTIONS FOR VERSION 1.1.7 +======================================== + +-------------------------------------------------------------------------------------------- +******************************************************************************************** +** Follow the below instructions if you are upgrading from 1.1.6 of Sentrifugo to 1.1.7 ** +******************************************************************************************** +-------------------------------------------------------------------------------------------- + +-------------- +Pre-requisites +-------------- + +1. Check if your previous application version is 1.1.6 +2. Please take a backup of current application folder +3. Please take a backup of database used by the current application + +--------------------------------------------------------------------------------------------- + +********************************************************************************************* +--------------------------------------------------------------------------------------------- +********* To download patch 1.1.7 ********* +--------------------------------------------------------------------------------------------- +********************************************************************************************* + +############################### +########### MANUAL ############ +############################### + +1. Download Sentrifugo.zip +2. Extract the zip file +3. Check for patches folder in the extracted Sentrifugo folder +4. Check your application code version in index.php Ex: defined('CODEVERSION')|| define('CODEVERSION', '1.1.6'); +5. If your code version is not 1.1.6, take patches till patches 1.1.7 + Eg: If CODEVERSION is 1.1.4, then take patches_1.1.5, patches_1.1.6, patches_1.1.7 +6. If your code version is 1.1.6, copy files from patches_1.1.7 folder +7. Paste the files to your application folder +8. Change the application version in index.php to 1.1.7 +9. Execute the queries in sql/queries.txt file, if any ( commands are mentioned at the bottom of this document) + +################################### +########### AUTOMATION ############ +################################### + +1. Login into your application as 'Super Admin' +2. Click on Profile pop-up on the right hand-side +3. Select Upgrade application +4. Current application version will be displayed. Choose version to upgrade as 1.1.7 +5. On clicking 'Upgrade' button, patches_1.1.7 will be downloaded +6. Extract the zip file +7. Copy and paste the files to your current application folder +8. Change the application version in index.php to 1.1.7 +9. Execute the queries in sql/queries.txt file, if any ( commands are mentioned at the bottom of this document) + +##################################################################################################################################### + +###### Once you login to the application, update any role in Human Resources -> User Management -> Roles and Privileges page. ####### + +##################################################################################################################################### + +********************************************************************************************* +--------------------------------------------------------------------------------------------- +********* To download patch 1.1.7 from Sentrifugo website ********* +--------------------------------------------------------------------------------------------- +********************************************************************************************* + +1. Go to http://www.sentrifugo.com/ +2. Click on UPGRADE menu item in the menu list +3. Select the Upgrade Type: Code, Database or Both (Code and Database) +4. Select 1.1.6 as current version from "Your Version" dropdown +5. Select 1.1.7 from "Upgrade To" dropdown +6. Click on "Upgrade" button +7. Upon clicking "Upgrade" button, you will get a link +8. Click on the link to download patches_1.1.7 zip file + +You can find the downloaded patches_1.1.7 zip file in your downloads location + +---------- +Extracting +---------- +- Extract the zip file + +------------ +Code upgrade +------------ + +****************************************************************************************************************************************** +** We recommend you to carefully take backup of existing code. After taking a backup, please follow the below steps to upgrade your code.** +****************************************************************************************************************************************** + +1. In the extracted folder, copy all the files and folders +2. Paste and replace the copied files in Sentrifugo application source folder present in the document root of Apache HTTP server. +3. Please change your application version in index.php, with the upgraded patch version + +---------------- +Database upgrade +---------------- + +**************************************************************************************************************************************************** +** We recommend you to carefully take backup of existing database. After taking a backup, please follow the below steps to upgrade your database. ** +**************************************************************************************************************************************************** + +Type the following command to import sql data file in Linux or MAC: +mysql -h [hostname] -u [username] -p [DATA-BASE-NAME] < [path-to-sql-file] + +To import sql data file in Windows: + +[path-to-mysql] mysql.exe -h [hostname] -u [username] -p [DATA-BASE-NAME] < [path-to-sql-file] + + + +Yippiieeeee..... If you have followed the above steps, you have successfully updated your application. Login to enjoy the services. \ No newline at end of file diff --git a/patches/patches_1.1.7/Zend/View/Helper/Employeedetails.php b/patches/patches_1.1.7/Zend/View/Helper/Employeedetails.php new file mode 100644 index 000000000..ff99a4f2c --- /dev/null +++ b/patches/patches_1.1.7/Zend/View/Helper/Employeedetails.php @@ -0,0 +1,550 @@ +. + * + * Sentrifugo Support + ********************************************************************************/ + +/** + * Breadcrumbs View Helper + * + * A View Helper that creates the menu + * + * + */ +class Zend_View_Helper_Employeedetails extends Zend_View_Helper_Abstract { + + + public function employeedetails($emparr,$conText,$userId) + { + + + $session=new Zend_Auth_Storage_Session(); + $data=$session->read(); + + $loggedinuser = $data['id']; + $group_id = $data['group_id']; + $empdata = ''; + $employeetabsStr = ''; + + $empdata =''; + $empdata .= '
'; + $employeeModal = new Default_Model_Employee(); + $employessunderEmpId = $employeeModal->getEmployeesUnderRM($userId); + if(!empty($employessunderEmpId)) + $empdata .= ''; + else + $empdata .= ''; + if($conText == 'edit' || $conText == 'view') + { + + //If the user has BG status as "Yet to start" then we should enable the link.... + $usersModel = new Default_Model_Users(); + $bgstatusArr = $usersModel->getBGstatus($userId); + if(!empty($bgstatusArr)&& isset($bgstatusArr) && $bgstatusArr[0]['group_id'] != MANAGEMENT_GROUP) + { + if($bgstatusArr[0]['isactive'] == 1) + $empdata .= ''; + } + + } + if($conText != 'mydetails') + { + $empdata .= '
'; + } + + $empdata .= '
'; + $empdata .= '
'; + $empdata .= '
'; + if($emparr['profileimg']!=''){ + $empdata .= ''; + } + else{ + $empdata .= ''; + } + /** + ** Active/inactve buttons 18-03-2015 + ** should not be available in my details page + ** should not be available for org head inHR > Emp page + ** should be available for all employee, Manager, HR, Sys Adm employees, for Super Admin, Management and HR + **/ + if($conText != 'mydetails' && $emparr['is_orghead'] != 1) + { + if($group_id == HR_GROUP || $loggedinuser == SUPERADMIN || $group_id == MANAGEMENT_GROUP)//for activate inactivate user + { + $sel_act = $sel_dact = ""; + if($emparr['isactive'] < 2 && $emparr['emptemplock'] == 0) + { + if($emparr['isactive'] == 1) + { + $sel_act = "selected"; + } + else if($emparr['isactive'] == 0) + { + $sel_dact = "selected"; + } + $empdata .= '

'; + if($sel_act == "selected") + { + $empdata .= " + "; + } + else if($sel_dact == "selected") + { + $empdata .= " + "; + } + + } + else if($emparr['isactive'] < 2 && $emparr['emptemplock'] == 1) + { + $sel_dact = "selected";$sel_act = ""; + $empdata .= '

'; + $empdata .= " + + "; + } + else + { + $sel_dact = "selected";$sel_act = ""; + $empdata .= '

'; + $empdata .= " + + "; + } + } + } + + $empdata .= '
'; + $empdata .= ''; + $empdata .= '
'; + + $empdata .= '
'; + /** + ** 18-03-2015 + ** Change organization head should not be available in my details page + **/ + if($conText != 'mydetails' && $emparr['is_orghead'] == '1') + { + $headicon = 'Change Organization head'; + //$changeorghead = 'Change Organization head'; + } + else + { + $headicon = ''; + //$changeorghead = ''; + } + if(isset($emparr['active_prefix']) && isset($emparr['prefix']) && $emparr['active_prefix'] == 1 && $emparr['prefix'] !='') + $empdata .= '

Employee Name :'.$emparr['prefix'].'. '.$emparr['userfullname'].''.$headicon.'

'; + else + $empdata .= '

Employee Name :'.$emparr['userfullname'].''.$headicon.'

'; + $empdata .= '

Employee Id :'.$emparr['employeeId'].'

'; + $empdata .= '

Email Id :'.$emparr['emailaddress'].'

'; + if($emparr['contactnumber'] !='') + { + $empdata .= '

Contact Number :'; + $empdata .= ''.$emparr['contactnumber'].''; + if($group_id == HR_GROUP || $loggedinuser == SUPERADMIN || $loggedinuser == $userId || $group_id == MANAGER_GROUP) + { + $empdata .= ''; + $empdata .= ''; + } + $empdata .= '

'; + } + else + { + $empdata .= '

Contact Number :'; + $empdata .= ''; + if($group_id == HR_GROUP || $loggedinuser == SUPERADMIN || $loggedinuser == $userId || $group_id == MANAGER_GROUP) + { + $empdata .= ''; + $empdata .= ''; + } + + $empdata .= '

'; + } + $empdata .= '
'; + $empdata .= '
'; + $empdata .= ''; + $empdata .= '
'; + + echo $empdata; + $employeetabsStr = $this->employeetabs($conText,$userId); + echo $employeetabsStr; + } + public function employeetabs($conText,$userId) + { + $tabHeightClass=""; + $session=new Zend_Auth_Storage_Session(); + $data=$session->read(); + + + if(defined('EMPTABCONFIGS')) + $empOrganizationTabs = explode(",",EMPTABCONFIGS); + + $loggedinuser = $data['id']; $group_id = $data['group_id']; + + if ($conText == "mydetails") + { + $tabHeightClass="mydetails-height"; + } + else if ($conText == "edit" || $conText == "view") + { + if($group_id == HR_GROUP || $loggedinuser == SUPERADMIN || $group_id == MANAGEMENT_GROUP) + { + $tabHeightClass="hr-employee-height"; + } + else if($group_id == MANAGER_GROUP ||$group_id == EMPLOYEE_GROUP||$group_id == SYSTEMADMIN_GROUP) + { + $tabHeightClass="mydetails-height"; + } + } + + $tabsHtml = '
    '; + if($conText == "edit") + { + + //View all tabs with all privileges.... onclick - changeempeditscreen... + + $tabsHtml .= '
  • + '.TAB_EMP_OFFICIAL.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_leaves", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_LEAVES.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_holidays", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_HOLIDAYS.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_salary", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_SALARY.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emppersonaldetails", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_PERSONAL.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("empcommunicationdetails", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_CONTACT.'
  • + '; + + if(!empty($empOrganizationTabs) && in_array("emp_skills", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_SKILLS.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_jobhistory", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_JOB_HISTORY.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("experience_details", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_EXPERIENCE.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("education_details", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_EDUCATION.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("trainingandcertification_details", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_TRAINING_CERTIFY.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("medical_claims", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_MEDICAL_CLAIMS.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("disabilitydetails", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_DISABILITY.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("dependency_details", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_DEPENDENCY.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("visadetails", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_VISA_EMIGRATION.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("creditcarddetails", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_CORPORATE_CARD.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("workeligibilitydetails", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_WORK_ELIGIBILITY.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_additional", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_ADDITIONAL.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_performanceappraisal", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_PERFORMANCE_APPRAISAL.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_payslips", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_PAY_SLIPS.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_benifits", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_BENEFITS.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_renumeration", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_REMUNERATION.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_security", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_SECURITY_CREDENTIALS.'
  • '; + + + } + else if($conText == "view") + { + if($group_id == HR_GROUP ||$group_id == MANAGEMENT_GROUP || $loggedinuser == SUPERADMIN) + { + + $tabsHtml .= '
  • + '.TAB_EMP_OFFICIAL.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_leaves", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_LEAVES.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_holidays", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_HOLIDAYS.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_salary", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_SALARY.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emppersonaldetails", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_PERSONAL.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("empcommunicationdetails", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_CONTACT.'
  • + '; + + if(!empty($empOrganizationTabs) && in_array("emp_skills", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_SKILLS.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_jobhistory", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_JOB_HISTORY.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("experience_details", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_EXPERIENCE.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("education_details", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_EDUCATION.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("trainingandcertification_details", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_TRAINING_CERTIFY.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("medical_claims", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_MEDICAL_CLAIMS.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("disabilitydetails", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_DISABILITY.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("dependency_details", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_DEPENDENCY.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("visadetails", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_VISA_EMIGRATION.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("creditcarddetails", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_CORPORATE_CARD.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("workeligibilitydetails", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_WORK_ELIGIBILITY.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_additional", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_ADDITIONAL.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_performanceappraisal", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_PERFORMANCE_APPRAISAL.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_payslips", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_PAY_SLIPS.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_benifits", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_BENEFITS.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_renumeration", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_REMUNERATION.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_security", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_SECURITY_CREDENTIALS.'
  • '; + + } + else if($group_id == MANAGER_GROUP ||$group_id == EMPLOYEE_GROUP||$group_id == SYSTEMADMIN_GROUP) + { + //View only 7 tabs with view privilege.... General Tabs... + + $tabsHtml .= '
  • + '.TAB_EMP_OFFICIAL.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emppersonaldetails", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_PERSONAL.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("empcommunicationdetails", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_CONTACT.'
  • + '; + + if(!empty($empOrganizationTabs) && in_array("emp_skills", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_SKILLS.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_jobhistory", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_JOB_HISTORY.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("experience_details", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_EXPERIENCE.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("education_details", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_EDUCATION.'
  • '; + + + if(!empty($empOrganizationTabs) && in_array("trainingandcertification_details", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_TRAINING_CERTIFY.'
  • '; + + } + + + } + else if($conText == "mydetails") + { + + $tabsHtml .= '
  • '.TAB_EMP_OFFICIAL.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_leaves", $empOrganizationTabs)) + $tabsHtml .='
  • '.TAB_EMP_LEAVES.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_salary", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_SALARY.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emppersonaldetails", $empOrganizationTabs)) + $tabsHtml .='
  • '.TAB_EMP_PERSONAL.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("empcommunicationdetails", $empOrganizationTabs)) + $tabsHtml .='
  • '.TAB_EMP_CONTACT.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_skills", $empOrganizationTabs)) + $tabsHtml .='
  • '.TAB_EMP_SKILLS.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_jobhistory", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_JOB_HISTORY.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("experience_details", $empOrganizationTabs)) + $tabsHtml .='
  • '.TAB_EMP_EXPERIENCE.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("education_details", $empOrganizationTabs)) + $tabsHtml .='
  • '.TAB_EMP_EDUCATION.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("trainingandcertification_details", $empOrganizationTabs)) + $tabsHtml .='
  • '.TAB_EMP_TRAINING_CERTIFY.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("medical_claims", $empOrganizationTabs)) + $tabsHtml .='
  • '.TAB_EMP_MEDICAL_CLAIMS.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("disabilitydetails", $empOrganizationTabs)) + $tabsHtml .='
  • '.TAB_EMP_DISABILITY.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("dependency_details", $empOrganizationTabs)) + $tabsHtml .='
  • '.TAB_EMP_DEPENDENCY.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("visadetails", $empOrganizationTabs)) + $tabsHtml .='
  • '.TAB_EMP_VISA_EMIGRATION.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("creditcarddetails", $empOrganizationTabs)) + $tabsHtml .='
  • '.TAB_EMP_CORPORATE_CARD.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("workeligibilitydetails", $empOrganizationTabs)) + $tabsHtml .='
  • '.TAB_EMP_WORK_ELIGIBILITY.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_additional", $empOrganizationTabs)) + + $tabsHtml .= '
  • '.TAB_EMP_ADDITIONAL.'
  • '; + + } + else if($conText == "myemployees") + { + $tabsHtml .= '
  • '.TAB_EMP_OFFICIAL.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emppersonaldetails", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_PERSONAL.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("empcommunicationdetails", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_CONTACT.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_skills", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_SKILLS.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_jobhistory", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_JOB_HISTORY.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("experience_details", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_EXPERIENCE.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("education_details", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_EDUCATION.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("trainingandcertification_details", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_TRAINING_CERTIFY.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_additional", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_ADDITIONAL.'
  • '; + } + else if($conText == "myemployeesedit") + { + $tabsHtml .= '
  • '.TAB_EMP_OFFICIAL.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emppersonaldetails", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_PERSONAL.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("empcommunicationdetails", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_CONTACT.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_skills", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_SKILLS.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_jobhistory", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_JOB_HISTORY.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("experience_details", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_EXPERIENCE.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("education_details", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_EDUCATION.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("trainingandcertification_details", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_TRAINING_CERTIFY.'
  • '; + + if(!empty($empOrganizationTabs) && in_array("emp_additional", $empOrganizationTabs)) + $tabsHtml .= '
  • '.TAB_EMP_ADDITIONAL.'
  • '; + } + $tabsHtml .= '
'; + echo $tabsHtml; + } + +} +?> \ No newline at end of file diff --git a/patches/patches_1.1.7/application/modules/default/controllers/IndexController.php b/patches/patches_1.1.7/application/modules/default/controllers/IndexController.php new file mode 100644 index 000000000..2d6e94102 --- /dev/null +++ b/patches/patches_1.1.7/application/modules/default/controllers/IndexController.php @@ -0,0 +1,1637 @@ +. + * + * Sentrifugo Support + ********************************************************************************/ + + +class Default_IndexController extends Zend_Controller_Action +{ + + private $options; + public function preDispatch() + { + $ajaxContext = $this->_helper->getHelper('AjaxContext'); + $ajaxContext->addActionContext('editforgotpassword', 'json')->initContext(); + $ajaxContext->addActionContext('calculatedays', 'json')->initContext(); + $ajaxContext->addActionContext('calculatebusinessdays', 'json')->initContext(); + $ajaxContext->addActionContext('calculatecalendardays', 'json')->initContext(); + $ajaxContext->addActionContext('fromdatetodate', 'json')->initContext(); + $ajaxContext->addActionContext('fromdatetodateorg', 'json')->initContext(); + $ajaxContext->addActionContext('validateorgheadjoiningdate', 'json')->initContext(); + $ajaxContext->addActionContext('gettimeformat', 'json')->initContext(); + $ajaxContext->addActionContext('medicalclaimdates', 'json')->initContext(); + $ajaxContext->addActionContext('chkcurrenttime', 'json')->initContext(); + $ajaxContext->addActionContext('createorremoveshortcut', 'json')->initContext(); + $ajaxContext->addActionContext('parsecsv', 'json')->initContext(); + $ajaxContext->addActionContext('sessiontour', 'json')->initContext(); + $ajaxContext->addActionContext('getissuingauthority', 'json')->initContext(); + $ajaxContext->addActionContext('checkisactivestatus', 'json')->initContext(); + $ajaxContext->addActionContext('updatetheme', 'json')->initContext(); + } + + /** + * Init + * + * @see Zend_Controller_Action::init() + */ + public function init() + { + $this->_options= $this->getInvokeArg('bootstrap')->getOptions(); + } + + /** + * @name indexAction + * + * This method is used to display the login form and to display form errors based on given inputs + * + * @author Mainak + * @version 1.0 + */ + public function indexAction() + { + $msg = $this->getRequest()->getParam('msg'); + if($msg !='') + $this->view->msg = $msg; + + $this->view->messages = $this->_helper->flashMessenger->getMessages(); + + } + /** + * @name loginAction + * + * This method is used to display the login data errors + * + * @author Mainak + * @version 1.0 + * + * values used in this method + * ========================== + * @param username => Email given in Login Form + * @param password => Password given in Login Form + */ + + public function loginpopupsaveAction() + { + $emailParam = $this->getRequest()->getParam('username'); + $opt= array ( + 'custom' => array ( + 'timeout' => $this->_options['auth']['timeout'] + ) + ); + $options=array(); + $options['username']= $this->getRequest()->getParam('username'); + $options['user_password']= $this->getRequest()->getParam('password'); + + $usersModel = new Default_Model_Users(); + $userData = $usersModel->isActiveUser($options['username']); + $check = 0; + foreach($userData as $user) { + $check = ($user['count'] == 1)? 1: 0; + } + + if(!$check) + { + $userStatusArr = $usersModel->getActiveStatus($options['username']); + if(!empty($userStatusArr)) + { + $userStatus = $userStatusArr[0]['status']; + $islockaccount = $userStatusArr[0]['isaccountlock']; + if($userStatus == 0) + $this->_helper->getHelper("FlashMessenger")->addMessage("Login failed. Employee has been inactivated from the organization."); + else if($userStatus == 2) + $this->_helper->getHelper("FlashMessenger")->addMessage("Login failed. Employee has resigned from the organization."); + else if($userStatus == 3) + $this->_helper->getHelper("FlashMessenger")->addMessage("Login failed. Employee has left the organization."); + else if($userStatus == 4) + $this->_helper->getHelper("FlashMessenger")->addMessage("Login failed. Employee has been suspended from the organization."); + else if($userStatus == 5) + $this->_helper->getHelper("FlashMessenger")->addMessage("Login failed. Employee deleted."); + else if($islockaccount == 1) + $this->_helper->getHelper("FlashMessenger")->addMessage("Login failed. Employee has been locked."); + else + $this->_helper->getHelper("FlashMessenger")->addMessage("Login failed. Not a valid employee."); + + }else + { + $this->_helper->getHelper("FlashMessenger")->addMessage("The username or password you entered is incorrect."); + } + + $this->_redirect('index'); + } + + $auth= Zend_Auth::getInstance(); + + try + { + $db = $this->getInvokeArg('bootstrap')->getResource('db'); + $user= new Default_Model_Users($db); + + if ($user->isLdapUser(sapp_Global::escapeString($options['username']))) { + + $options['ldap']= $this->_options['ldap']; + $authAdapter= Login_Auth::_getAdapter('ldap', $options); + + } else { + + $options['db']= $db; + $options['salt']= $this->_options['auth']['salt']; + if($isemail = filter_var( $options['username'], FILTER_VALIDATE_EMAIL )) + $authAdapter= Login_Auth::_getAdapter('email', $options); + else + $authAdapter= Login_Auth::_getAdapter('db', $options); + + } + + $result = $auth->authenticate($authAdapter); + + if ($result->isValid()) { + + $admin_data = $user->getUserObject($options['username']); + + $auth->getStorage()->write($admin_data); + $storage = $auth->getStorage()->read(); + + $dataTmp = array(); + + $dataTmp['userid'] = ($storage->id)?$storage->id:0; + $dataTmp['emprole'] = ($storage->emprole)?$storage->emprole:0; + $dataTmp['group_id'] = ($storage->group_id)?$storage->group_id:0; + $dataTmp['employeeId'] = ($storage->employeeId)?$storage->employeeId:0; + $dataTmp['emailaddress'] = ($storage->emailaddress)?$storage->emailaddress:''; + $dataTmp['userfullname'] = ($storage->userfullname)?$storage->userfullname:''; + $dataTmp['logindatetime'] = gmdate("Y-m-d H:i:s"); + if(isset($_SERVER['HTTP_X_FORWARDED_FOR']) && $_SERVER['HTTP_X_FORWARDED_FOR'] != '') { + $ip_address = $_SERVER['HTTP_X_FORWARDED_FOR']; + } else { + $ip_address = $_SERVER['REMOTE_ADDR']; + } + if($ip_address == '::1'){ + $ip_address = '127.0.0.1'; + } + $dataTmp['empipaddress'] = $ip_address; + $dataTmp['profileimg'] = ($storage->profileimg)?$storage->profileimg:''; + + $lastRecordId = $usersModel->addUserLoginLogManager($dataTmp); + + + $orgImg = $usersModel->getOrganizationImg(); + + $organizationImg = new Zend_Session_Namespace('organizationinfo'); + if(empty($organizationImg->orgimg)) + { + $organizationImg->orgimg = $orgImg; + } + if(!isset($organizationImg->hideshowmainmenu )){ + $organizationImg->hideshowmainmenu = 1; + } + + /*** Redirect to wizard if not complete - start ***/ + if($storage->emprole == SUPERADMINROLE) + { + $wizard_model = new Default_Model_Wizard(); + $wizardData = $wizard_model->getWizardData(); + if(!empty($wizardData)) + { + if($wizardData['iscomplete'] == 1) + $this->_redirect('wizard'); + } + } + /*** Redirect to wizard if not complete - end ***/ + + /*** Previous URL redirection after login - start ***/ + $prevUrl = new Zend_Session_Namespace('prevUrl'); + + if(isset($prevUrl->prevUrlObject) && $prevUrl->prevUrlObject[0] !='/index/logout'){ + header('Location:'.$prevUrl->prevUrlObject[0]); + Zend_Session::namespaceUnset('prevUrl'); + exit; + /*** Previous URL redirection after login - end ***/ + } + else + $this->_redirect('welcome'); + + } + else + { + $this->_helper->getHelper("FlashMessenger")->addMessage("The username or password you entered is incorrect."); + $this->_redirect('index'); + } + } + catch(Exception $e) + { + echo $e->getMessage(); + } + } + + public function welcomeAction() + { + try + { + $call = $this->_getParam('call'); + if($call == 'ajaxcall') + $this->_helper->layout->disableLayout(); + + $emptyRoles = 0;$dataemptyFlag='';$extraParam1='';$extraParam2='';$extraParam3='';$extraParam4=''; + $loginUserId ='';$loginRoleId ='';$loginuserGroup ='';$data = Array();$datacontent = ''; + $defaultOrderBy = ""; + + $auth = Zend_Auth::getInstance(); + if($auth->hasIdentity()) + { + $loginUserId = $auth->getStorage()->read()->id; + $loginRoleId=$auth->getStorage()->read()->emprole; + $loginuserGroup=$auth->getStorage()->read()->group_id; + } + $objname = $this->_getParam('objname'); + $refresh = $this->_getParam('refresh'); + $widgetsModel = new Default_Model_Widgets(); + + if($call == 'ajaxcall') + $widgetsArr = array($objname); + else + $widgetsArr = $widgetsModel->getWidgets($loginUserId,$loginRoleId); + + if(!empty($widgetsArr)) + { + for($i = 0; $i < sizeof($widgetsArr); $i++) + { + //Url + $url =$widgetsArr[$i]['url']; + + //objectname + $objectName = ltrim($widgetsArr[$i]['url'],'/'); + + //menuName + $menuName =$widgetsArr[$i]['menuName']; + + //model name + $modelName = $widgetsArr[$i]['modelName']; + + //Default order by + if($widgetsArr[$i]['defaultOrderBy'] != "") + $defaultOrderBy = $widgetsArr[$i]['defaultOrderBy']; + else + $defaultOrderBy = ""; + + // Flag for Leaves status.... like approved,rejected,pending,cancel + if($url == "/rejectedleaves") + { + $extraParam1= "rejectedleaves"; + $extraParam2 = "rejected"; + } + if($url == "/approvedleaves") + { + $extraParam1= "approvedleaves"; + $extraParam2 = "approved"; + } + if($url == "/pendingleaves") + { + $extraParam1= "pendingleaves"; + $extraParam2 = "pending"; + } + if($url == "/cancelleaves") + { + $extraParam1= "cancelleaves"; + $extraParam2 = "cancel"; + } + if($url == "/manageremployeevacations") + { + $extraParam1= "manageremployeevacations"; + $extraParam2 = ""; + } + + if($url == "/myemployees") + { + $extraParam1=$loginUserId; + $extraParam2=$loginUserId; + } + if($url == "/holidaydates") + { + $extraParam1="holidaydates"; + $extraParam2=""; + } + if($url == "/myholidaycalendar") + { + $extraParam1= "myholidaycalendar"; + $extraParam2= ""; + } + + if($url == "/employee") + { + $extraParam=''; + $extraParam2= $loginUserId; + } + if($url == "/myemployees") + { + $extraParam1=$loginUserId;$extraParam2= $loginUserId; + + } + if($url == "/empleavesummary") + { + $extraParam1= "empleavesummary"; + + } + if($url == "/approvedrequisitions") + { + $extraParam1= $loginuserGroup; + $extraParam4 = 'Yes';$extraParam2=2;//reqType + } + if($url == "/requisition") + { + $extraParam1= $loginuserGroup; + $extraParam4 = 'Yes';$extraParam2=1;//reqType + } + if($url == "/empscreening") + { + $extraParam1= 1; + } + if($url == "/rejectedrequisitions") + { + $extraParam1= $loginuserGroup; + $extraParam4 = 'Yes';$extraParam2=3;//reqType + } + + if($refresh == 'refresh') + { + $sort = 'DESC';$by = $defaultOrderBy;$perPage = DASHBOARD_PERPAGE;$pageNo = 1;$searchData = ''; + } + else + { + $sort = ($this->_getParam('sort') !='')? $this->_getParam('sort'):'DESC'; + $by = ($this->_getParam('by')!='')? $this->_getParam('by'):$defaultOrderBy; + $perPage = $this->_getParam('per_page',DASHBOARD_PERPAGE); + $pageNo = $this->_getParam('page', 1); + $searchData = $this->_getParam('searchData'); + } + $menuWidgetModel = new $modelName(); + if($objectName == 'employee') + $extraParam1=$loginUserId; + + if($modelName == 'Default_Model_Requisition') + $dataTmp = $menuWidgetModel->getGrid($sort,$by,$perPage,$pageNo,$searchData,$call,$loginUserId,$extraParam1,$extraParam2,'',$extraParam4); + else + $dataTmp = $menuWidgetModel->getGrid($sort,$by,$perPage,$pageNo,$searchData,$call,'Yes',$extraParam1,$extraParam2,$extraParam3,$extraParam4); + + if($dataTmp['tablecontent'] == "emptyroles") + $emptyRoles = 1; + else + $emptyRoles = 0; + $dataTmp['emptyRoles'] = $emptyRoles; + $dataTmp['objectname'] = $objectName; + $dataTmp['dataemptyFlag'] = $dataemptyFlag; + $dataTmp['menuName'] = $menuName; + $dataTmp['userid'] = $loginUserId; + $dataTmp['dashboardcall'] = 'Yes'; + + array_push($data,$dataTmp); + } + $datacontent = 'full'; + } + else + $datacontent = 'null'; + + } + catch(Exception $e) + { + echo $e->getMessage(); + } + + $this->view->call = $call ; + $this->view->datacontent = $datacontent; + $this->view->dataArray = $data; + } + + /** + * @name logoutAction + * + * logoutAction is used to clear the session data to make logout Action + * + * @author Mainak + * @version 1.0 + * + * values used in this method + * ========================== + * user_id => Logged in user Id + * emailid => Logged in user Email Id + */ + public function logoutAction() { + + $sessionData = sapp_Global::_readSession(); + Zend_Session::namespaceUnset('recentlyViewed'); + Zend_Session::namespaceUnset('organizationinfo'); + $auth = Zend_Auth::getInstance(); + $auth->clearIdentity(); + $this->_redirect('index'); + } + + public function clearsessionarrayAction() + { + $pagename = $this->_request->getParam('name'); + $pagelink = $this->_request->getParam('link'); + $recentlyViewed = new Zend_Session_Namespace('recentlyViewed'); + $successmessage = array(); + $successmessage['result']= ''; + $successmessage['is_empty']= 'no'; + if(isset($recentlyViewed->recentlyViewedObject)) + { + for($i=0;$irecentlyViewedObject);$i++) + { + if($recentlyViewed->recentlyViewedObject[$i]['url'] == $pagelink ) + unset($recentlyViewed->recentlyViewedObject[$i]); + $recentlyViewed->recentlyViewedObject = array_values($recentlyViewed->recentlyViewedObject); + $successmessage['result']= 'success'; + } + } + if(empty($recentlyViewed->recentlyViewedObject)) + { + $successmessage['is_empty']= 'yes'; + } + $this->_helper->json($successmessage); + } + + + + public function forcelogoutAction(){ + $ajaxContext = $this->_helper->getHelper('AjaxContext'); + $ajaxContext->addActionContext('forcelogout', 'json')->initContext(); + + $id = $this->_request->getParam('id'); + + $usermodel = new Login_Model_Users(); + $usermodel->forcelogout($id); + + $this->_helper->json(array('result'=>'logged out')); + } + + + public function browserfailureAction(){ + + } + + + public function sendpasswordAction() + { + $ajaxContext = $this->_helper->getHelper('AjaxContext'); + $ajaxContext->addActionContext('sendpassword', 'json')->initContext(); + + $emailaddress = $this->_request->getParam('emailaddress'); + $user= new Default_Model_Users(); + + $result['result'] = ''; + $result['message'] = ''; + + if($emailaddress) + $isvalidemail = filter_var($emailaddress, FILTER_VALIDATE_EMAIL ); + + if($emailaddress == '') + { + $result['result'] = 'error'; + $result['message'] = 'Please enter email.'; + }else if($emailaddress != $isvalidemail) + { + $result['result'] = 'error'; + $result['message'] = 'Please enter valid email.'; + }else + { + $emailexists = $user->getEmailAddressCount($emailaddress); + $emailcount= $emailexists[0]['emailcount']; + $username = $emailexists[0]['userfullname']; + if($emailcount >0) + { + $generatedPswd = uniqid(); + $encodedPswd = md5($generatedPswd); + $user->updatePwd($encodedPswd,$emailaddress); + $options['subject'] = APPLICATION_NAME.' Password Change'; + $options['header'] = APPLICATION_NAME.' Password'; + $options['toName'] = $username; + $options['toEmail'] = $emailaddress; + $options['message'] = "
Hello ".$username.",
+
Your password for ".APPLICATION_NAME." application has been changed. Following is the new password ".$generatedPswd.".
"; + $res = sapp_Mail::_email($options); + if($res != 'error'){ + $result['result'] = 'success'; + $result['message'] = 'New password is sent to given E-mail'; + } + else + { + $result['result'] = 'error'; + $result['message'] = 'Problem sending email. Try again later.'; + } + } + else + { + $empdetailsbyemailaddress = $user->getEmpDetailsByEmailAddress($emailaddress); + + if(!empty($empdetailsbyemailaddress)) + { + $username = $empdetailsbyemailaddress[0]['userfullname']; + $status = $empdetailsbyemailaddress[0]['isactive']; + $isaccountlock = $empdetailsbyemailaddress[0]['emptemplock']; + if($status == 0) + { + $result['result'] = 'error'; + $result['message']='Employee has been inactivated from the organization.'; + } + else if($status == 2) + { + $result['result'] = 'error'; + $result['message']='Employee has resigned from the organization.'; + } + else if($status == 3) + { + $result['result'] = 'error'; + $result['message']='Employee has left the organization.'; + } + else if($status == 4) + { + $result['result'] = 'error'; + $result['message']='Employee has been suspended from the organization.'; + } + else if($status == 5) + { + $result['result'] = 'error'; + $result['message']='Employee deleted.'; + } + else if($isaccountlock == 1) + { + $result['result'] = 'error'; + $result['message']='Employee has been locked.'; + } + } + else + { + if($emailcount == 0) + { + $result['result'] = 'error'; + $result['message'] = 'Email does not exist.'; + } + } + + } + + } + $this->_helper->json($result); + } + + public function updatecontactnumberAction() + { + $auth = Zend_Auth::getInstance(); + if($auth->hasIdentity()){ + $loginUserId = $auth->getStorage()->read()->id; + } + $id = $this->_request->getParam('id'); + $contactnumber = $this->_request->getParam('contactnumber'); + $messages['message'] = ''; + $actionflag = 2; + if($id) + { + $usersModal = new Default_Model_Users(); + $menumodel = new Default_Model_Menu(); + $data = array('contactnumber'=>$contactnumber); + $where = array('id=?'=>$id); + $Id = $usersModal->addOrUpdateUserModel($data, $where); + if($Id == 'update') + { + $menuidArr = $menumodel->getMenuObjID('/employee'); + $menuID = $menuidArr[0]['id']; + $result = sapp_Global::logManager($menuID,$actionflag,$loginUserId,$id); + $messages['message'] = 'Contact number updated successfully.'; + } + else + $messages['message'] = 'Contact number cannot be updated.'; + } + else + { + $messages['message'] = 'Contact number cannot be updated.'; + } + $this->_helper->json($messages); + + } + + public function getstatesAction() + { + + $ajaxContext = $this->_helper->getHelper('AjaxContext'); + $ajaxContext->addActionContext('getstates', 'html')->initContext(); + + + $country_id = $this->_request->getParam('country_id'); + $con = $this->_request->getParam('con'); + $statesform = new Default_Form_states(); + + $statesmodel = new Default_Model_States(); + if($con == 'state') + $statesmodeldata = $statesmodel->getBasicStatesList($country_id); + else if($con == 'otheroption') + { + $stateslistArr = $statesmodel->getBasicStatesList($country_id); + $stateids = ''; + if(!empty($stateslistArr)) + { + foreach($stateslistArr as $states) + { + $stateids.= $states['state_id_org'].','; + } + $stateids = rtrim($stateids,','); + } + + $statesmodeldata = $statesmodel->getUniqueStatesList($country_id,$stateids); + } + else + { + $statesmodeldata = $statesmodel->getStatesList($country_id); + } + $this->view->statesform=$statesform; + $this->view->con = $con; + $this->view->statesmodeldata=$statesmodeldata; + + } + public function getstatesnormalAction() + { + + $ajaxContext = $this->_helper->getHelper('AjaxContext'); + $ajaxContext->addActionContext('getstatesnormal', 'html')->initContext(); + + + $country_id = $this->_request->getParam('country_id'); + $con = $this->_request->getParam('con'); + $statesform = new Default_Form_states(); + + $statesmodel = new Default_Model_States(); + if($con == 'state') + $statesmodeldata = $statesmodel->getBasicStatesList($country_id); + else + $statesmodeldata = $statesmodel->getStatesList($country_id); + $this->view->statesform=$statesform; + $this->view->con = $con; + $this->view->statesmodeldata=$statesmodeldata; + + } + + public function getcitiesAction() + { + + $ajaxContext = $this->_helper->getHelper('AjaxContext'); + $ajaxContext->addActionContext('getcities', 'html')->initContext(); + + + $state_idArr = explode("!@#",$this->_request->getParam('state_id')); + $state_id = $state_idArr[0]; + $con = $this->_request->getParam('con'); + $state_id = intval($state_id); + $citiesform = new Default_Form_cities(); + $citiesmodel = new Default_Model_Cities(); + + if($con == 'city') + { + $citiesmodeldata = $citiesmodel->getBasicCitiesList($state_id); + } + else if($con == 'otheroption') + { + $citieslistArr = $citiesmodel->getBasicCitiesList($state_id); + $cityids = ''; + if(!empty($citieslistArr)) + { + foreach($citieslistArr as $cities) + { + $cityids.= $cities['city_org_id'].','; + } + $cityids = rtrim($cityids,','); + } + $citiesmodeldata = $citiesmodel->getUniqueCitiesList($state_id,$cityids); + } + else + { + $citiesmodeldata = $citiesmodel->getCitiesList($state_id); + } + + $this->view->citiesform=$citiesform; + $this->view->con = $con; + $this->view->citiesmodeldata=$citiesmodeldata; + + } + public function getcitiesnormalAction() + { + + $ajaxContext = $this->_helper->getHelper('AjaxContext'); + $ajaxContext->addActionContext('getcitiesnormal', 'html')->initContext(); + + + $state_idArr = explode("!@#",$this->_request->getParam('state_id')); + $state_id = $state_idArr[0]; + $con = $this->_request->getParam('con'); + $state_id = intval($state_id); + $citiesform = new Default_Form_cities(); + $citiesmodel = new Default_Model_Cities(); + + if($con == 'city') + $citiesmodeldata = $citiesmodel->getBasicCitiesList($state_id); + else $citiesmodeldata = $citiesmodel->getCitiesList($state_id); + + $this->view->citiesform=$citiesform; + $this->view->con = $con; + $this->view->citiesmodeldata=$citiesmodeldata; + + } + + public function getdepartmentsAction() + { + $ajaxContext = $this->_helper->getHelper('AjaxContext'); + $ajaxContext->addActionContext('getdepartments', 'html')->initContext(); + + + $businessunit_id = $this->_request->getParam('business_id'); + $con = $this->_request->getParam('con'); + $employeeform = new Default_Form_employee(); + $leavemanagementform = new Default_Form_leavemanagement(); + $flag = ''; + $departmentsmodel = new Default_Model_Departments(); + $appraisalconfigmodel = new Default_Model_Appraisalconfig(); + if($con == 'leavemanagement') + { + $leavemanagementmodel = new Default_Model_Leavemanagement(); + $departmentidsArr = $leavemanagementmodel->getActiveDepartmentIds(); + $depatrmentidstr = ''; + $newarr = array(); + if(!empty($departmentidsArr)) + { + $where = ''; + for($i=0;$igetUniqueDepartments($querystring); + if(empty($uniquedepartmentids)) + $flag = 'true'; + + $this->view->uniquedepartmentids=$uniquedepartmentids; + } + else + { + $departmentlistArr = $departmentsmodel->getDepartmentList($businessunit_id); + if(empty($departmentlistArr)) + $flag = 'true'; + $this->view->departmentlistArr=$departmentlistArr; + } + } + else if($con == 'appraisal_config') + { + $departmentlistArr=$appraisalconfigmodel->getExistDepartments($businessunit_id); + $dept_arr = array(); + foreach($departmentlistArr as $dept) + { + $deptid = $dept['department_id']; + array_push($dept_arr,$deptid); + + } + $dept_arr = array_filter($dept_arr); + $dept_arr = array_unique($dept_arr); + $dept_list = implode(',',$dept_arr); + $departmentlistArr = $appraisalconfigmodel->getDepartments($businessunit_id,$dept_list); + if(empty($departmentlistArr)) + $flag = 'true'; + $this->view->departmentlistArr=$departmentlistArr; + + } + + else + { + $departmentlistArr = $departmentsmodel->getDepartmentList($businessunit_id); + if(empty($departmentlistArr)) + $flag = 'true'; + $this->view->departmentlistArr=$departmentlistArr; + } + + $this->view->employeeform=$employeeform; + $this->view->leavemanagementform=$leavemanagementform; + $this->view->flag=$flag; + if($con !='') + $this->view->con=$con; + + } + + public function getpositionsAction() + { + $ajaxContext = $this->_helper->getHelper('AjaxContext'); + $ajaxContext->addActionContext('getpositions', 'html')->initContext(); + + + $jobtitle_id = $this->_request->getParam('jobtitle_id'); + $con = $this->_request->getParam('con'); + $employeeform = new Default_Form_employee(); + $positionsmodel = new Default_Model_Positions(); + $flag = ''; + $positionlistArr = $positionsmodel->getPositionList($jobtitle_id); + if(empty($positionlistArr)) + $flag = 'true'; + + $this->view->positionlistArr=$positionlistArr; + $this->view->employeeform=$employeeform; + $this->view->flag=$flag; + if($con !='') + $this->view->con=$con; + + } + + public function gettargetcurrencyAction() + { + $ajaxContext = $this->_helper->getHelper('AjaxContext'); + $ajaxContext->addActionContext('gettargetcurrency', 'html')->initContext(); + $basecurr_id = $this->_request->getParam('basecurr_id'); + $currencyconverterform = new Default_Form_currencyconverter(); + $currencymodel = new Default_Model_Currency(); + $targetcurrencydata = $currencymodel->getTargetCurrencyList($basecurr_id); + $this->view->currencyconverterform=$currencyconverterform; + $this->view->targetcurrencydata=$targetcurrencydata; + + } + public function calculatedaysAction() + { + $holidayDates=array();$noOfDays =0;$weekDay=''; + $from_date = $this->_request->getParam('fromDate',null); + $fromDate = sapp_Global::change_date($from_date,'database'); + $to_date = $this->_request->getParam('toDate',null); + $toDate = sapp_Global::change_date($to_date,'database'); + $conText = $this->_request->getParam('conText',null); + if($conText == 1 && $fromDate != "") + { //Calculating age based on DOB... + $noOfDays = floor((time() - strtotime($fromDate))/31556926); + } + $this->_helper->_json($noOfDays); + } + + public function calculatebusinessdaysAction() + { + $auth = Zend_Auth::getInstance(); + if($auth->hasIdentity()){ + $loginUserId = $auth->getStorage()->read()->id; + } + + $noOfDays =0; + $weekDay=''; + $result['message'] = ''; + $result['days'] = ''; + $result['result'] = ''; + $employeeDepartmentId = ''; + $employeeGroupId = ''; + $weekend1 = ''; + $weekend2 = ''; + $availableleaves = ''; + $holidayDatesArr = array(); + $fromDatejs = $this->_request->getParam('fromDate'); + $fromDate = sapp_Global::change_date($fromDatejs,'database'); + + $toDatejs = $this->_request->getParam('toDate'); + $toDate = sapp_Global::change_date($toDatejs,'database'); + + + $dayselected = $this->_request->getParam('dayselected'); + $leavetypelimit = $this->_request->getParam('leavetypelimit'); + $leavetypetext = $this->_request->getParam('leavetypetext'); + $ishalfday = $this->_request->getParam('ishalfday'); + $context = $this->_request->getParam('context'); + $selectorid = $this->_request->getParam('selectorid'); + + + $userId = $this->_request->getParam('userId',null); + $loginUserId = ($userId != "")?$userId:$loginUserId; + + //Calculating the no of days in b/w from date & to date with out taking weekend & holidays.... + if($context == 1 ) + { + $from_obj = new DateTime($fromDatejs); + $from_date = $from_obj->format('Y-m-d'); + + $to_obj = new DateTime($toDatejs); + $to_date = $to_obj->format('Y-m-d'); + + if($dayselected == 1) + { + if($to_date >= $from_date) + { + $employeesmodel = new Default_Model_Employees(); + $leavemanagementmodel = new Default_Model_Leavemanagement(); + $holidaydatesmodel = new Default_Model_Holidaydates(); + $leaverequestmodel = new Default_Model_Leaverequest(); + + + $loggedInEmployeeDetails = $employeesmodel->getLoggedInEmployeeDetails($loginUserId); + $getavailbaleleaves = $leaverequestmodel->getAvailableLeaves($loginUserId); + if(!empty($getavailbaleleaves)) + { + $availableleaves = $getavailbaleleaves[0]['remainingleaves']; + } + if(!empty($loggedInEmployeeDetails)) + { + $employeeDepartmentId = $loggedInEmployeeDetails[0]['department_id']; + $employeeGroupId = $loggedInEmployeeDetails[0]['holiday_group']; + + if($employeeDepartmentId !='' && $employeeDepartmentId != NULL) + $weekendDetailsArr = $leavemanagementmodel->getWeekendNamesDetails($employeeDepartmentId); + + if(!empty($weekendDetailsArr)) + { + if($weekendDetailsArr[0]['is_skipholidays'] == 1 && isset($employeeGroupId) && $employeeGroupId !='') + { + $holidayDateslistArr = $holidaydatesmodel->getHolidayDatesListForGroup($employeeGroupId); + if(!empty($holidayDateslistArr)) + { + for($i=0;$iformat('l'); + while($fromDate <= $toDate) + { + if(count($holidayDatesArr)>0) + { + if($weekDay != $weekend1 && $weekDay != $weekend2 && (!in_array($fromDate,$holidayDatesArr))) + { + $noOfDays++; + } + } + else + { + if($weekDay != $weekend1 && $weekDay != $weekend2) + { + $noOfDays++; + } + } + $fromdate_obj->add(new DateInterval('P1D')); //Increment from date by one day... + $fromDate = $fromdate_obj->format('Y-m-d'); + $weekDay = $fromdate_obj->format('l'); + } + } + //echo $noOfDays;exit; + if($leavetypelimit >= $noOfDays) + { + $result['result'] = 'success'; + $result['days'] = $noOfDays; + $result['message'] = ''; + $result['availableleaves'] = $availableleaves; + }else + { + $result['result'] = 'error'; + $result['days'] = ''; + $result['message'] = $leavetypetext.' leave type permits maximum of '.$leavetypelimit.' leaves.'; + $result['availableleaves'] = $availableleaves; + } + + } + else + { + if($selectorid == 1) + { + $result['result'] = 'error'; + $result['days'] = ''; + $result['message'] = 'From date should be less than to date.'; + $result['availableleaves'] = $availableleaves; + } + else if($selectorid == 2) + { + $result['result'] = 'error'; + $result['days'] = ''; + $result['message'] = 'To date should be greater than from date.'; + $result['availableleaves'] = $availableleaves; + } + + } + } + else + { + if($to_date == $from_date) + { + if($ishalfday == 1) + { + $result['result'] = 'success'; + $result['days'] = '0.5'; + $result['message'] = ''; + $result['availableleaves'] = $availableleaves; + }else + { + $result['result'] = 'error'; + $result['days'] = ''; + $result['message'] = 'Half day leave cannot be applied.'; + $result['availableleaves'] = $availableleaves; + } + }else + { + $result['result'] = 'error'; + $result['days'] = ''; + $result['message'] = 'From Date and To Date should be same for Half day.'; + $result['availableleaves'] = $availableleaves; + } + } + $this->_helper->_json($result); + }else + { + $employeesmodel = new Default_Model_Employees(); + $leavemanagementmodel = new Default_Model_Leavemanagement(); + $holidaydatesmodel = new Default_Model_Holidaydates(); + + + $loggedInEmployeeDetails = $employeesmodel->getLoggedInEmployeeDetails($loginUserId); + if(!empty($loggedInEmployeeDetails)) + { + $employeeDepartmentId = $loggedInEmployeeDetails[0]['department_id']; + $employeeGroupId = $loggedInEmployeeDetails[0]['holiday_group']; + + if($employeeDepartmentId !='' && $employeeDepartmentId != NULL) + $weekendDetailsArr = $leavemanagementmodel->getWeekendNamesDetails($employeeDepartmentId); + if(!empty($weekendDetailsArr)) + { + if($weekendDetailsArr[0]['is_skipholidays'] == 1 && isset($employeeGroupId) && $employeeGroupId !='') + { + $holidayDateslistArr = $holidaydatesmodel->getHolidayDatesListForGroup($employeeGroupId); + if(!empty($holidayDateslistArr)) + { + for($i=0;$iformat('l'); + while($fromDate <= $toDate) + { + if(count($holidayDatesArr)>0) + { + if($weekDay != $weekend1 && $weekDay != $weekend2 && (!in_array($fromDate,$holidayDatesArr))) + { + $noOfDays++; + } + } + else + { + if($weekDay != $weekend1 && $weekDay != $weekend2) + { + $noOfDays++; + } + } + $fromdate_obj->add(new DateInterval('P1D')); //Increment from date by one day... + $fromDate = $fromdate_obj->format('Y-m-d'); + $weekDay = $fromdate_obj->format('l'); + } + } + $this->_helper->_json($noOfDays); + } + + + + } + + public function calculatecalendardaysAction() + { + $auth = Zend_Auth::getInstance(); + if($auth->hasIdentity()){ + $loginUserId = $auth->getStorage()->read()->id; + } + + $noOfDays =0; + $weekDay=''; + $result['message'] = ''; + $result['days'] = ''; + $result['from_date_view'] = ''; + $result['to_date_view'] = ''; + $result['result'] = ''; + $employeeDepartmentId = ''; + $employeeGroupId = ''; + $weekend1 = ''; + $weekend2 = ''; + $availableleaves = ''; + $holidayDatesArr = array(); + $fromDatejs = $this->_request->getParam('fromDate'); + $fromDate = sapp_Global::change_date($fromDatejs,'database'); + + $toDatejs = $this->_request->getParam('toDate'); + $toDate = sapp_Global::change_date($toDatejs,'database'); + + + //Calculating the no of days in b/w from date & to date with out taking weekend & holidays.... + + $from_obj = new DateTime($fromDatejs); + $from_date = $from_obj->format('Y-m-d'); + + $to_obj = new DateTime($toDatejs); + $to_date = $to_obj->format('Y-m-d'); + + + if($to_date >= $from_date) + { + $employeesmodel = new Default_Model_Employees(); + $leavemanagementmodel = new Default_Model_Leavemanagement(); + $holidaydatesmodel = new Default_Model_Holidaydates(); + $leaverequestmodel = new Default_Model_Leaverequest(); + + + $loggedInEmployeeDetails = $employeesmodel->getLoggedInEmployeeDetails($loginUserId); + $getavailbaleleaves = $leaverequestmodel->getAvailableLeaves($loginUserId); + if(!empty($getavailbaleleaves)) + $availableleaves = $getavailbaleleaves[0]['remainingleaves']; + if(!empty($loggedInEmployeeDetails)) + { + $employeeDepartmentId = $loggedInEmployeeDetails[0]['department_id']; + $employeeGroupId = $loggedInEmployeeDetails[0]['holiday_group']; + + if($employeeDepartmentId !='' && $employeeDepartmentId != NULL) + $weekendDetailsArr = $leavemanagementmodel->getWeekendNamesDetails($employeeDepartmentId); + if(!empty($weekendDetailsArr)) + { + if($weekendDetailsArr[0]['is_skipholidays'] == 1 && isset($employeeGroupId) && $employeeGroupId !='') + { + $holidayDateslistArr = $holidaydatesmodel->getHolidayDatesListForGroup($employeeGroupId); + if(!empty($holidayDateslistArr)) + { + for($i=0;$iformat('l'); + while($fromDate <= $toDate) + { + if(count($holidayDatesArr)>0) + { + if($weekDay != $weekend1 && $weekDay != $weekend2 && (!in_array($fromDate,$holidayDatesArr))) + { + $noOfDays++; + } + } + else + { + if($weekDay != $weekend1 && $weekDay != $weekend2) + { + $noOfDays++; + } + } + $fromdate_obj->add(new DateInterval('P1D')); //Increment from date by one day... + $fromDate = $fromdate_obj->format('Y-m-d'); + $weekDay = $fromdate_obj->format('l'); + } + } + $result['result'] = 'success'; + $result['days'] = $noOfDays; + $result['message'] = ''; + $result['loginUserId'] = $loginUserId; + $result['availableleaves'] = $availableleaves; + + + } + + $this->_helper->_json($result); + + } + + public function fromdatetodateAction() + { + $from_val = $this->_getParam('from_val',null); + $to_val = $this->_getParam('to_val',null); + $con = $this->_getParam('con',null); + + $from_obj = new DateTime($from_val); + $from_date = $from_obj->format('Y-m-d'); + + $to_obj = new DateTime($to_val); + $to_date = $to_obj->format('Y-m-d'); + + $result = 'yes'; + if($con == "future") + { + if($from_date <= $to_date) + { + $result = 'no'; + } + }else if(is_numeric($con)) + { + if($from_date > $to_date) + { + $result = 'no'; + } + } + else + { + if($from_date >= $to_date) + { + $result = 'no'; + } + } + $this->_helper->_json(array('result'=>$result)); + } + + public function fromdatetodateorgAction() + { + $from_val = $this->_getParam('from_val',null); + $to_val = $this->_getParam('to_val',null); + $con = $this->_getParam('con',null); + + $from_obj = new DateTime($from_val); + $from_date = $from_obj->format('Y-m-d'); + + $to_obj = new DateTime($to_val); + $to_date = $to_obj->format('Y-m-d'); + + $result = 'yes'; + if($con == "future") + { + if($from_date < $to_date && $from_date != $to_date) + { + $result = 'no'; + } + } + else + { + if($from_date > $to_date && $from_date != $to_date) + { + $result = 'no'; + } + } + $this->_helper->_json(array('result'=>$result)); + } + /** + * + * Validate organisation start date and organisation head joing date.... + */ + + public function validateorgheadjoiningdateAction() + { + $result = 'yes'; + $joiningdate = $this->_getParam('joiningdate',null); + $joiningdate_obj = new DateTime($joiningdate); + $joiningdate = $joiningdate_obj->format('Y-m-d'); + $orginfomodel = new Default_Model_Organisationinfo(); + $orgdetailsArr = $orginfomodel->getOrganisationInfo(); + if(!empty($orgdetailsArr)) + { + if($orgdetailsArr[0]['org_startdate']>$joiningdate) + $result = 'no'; + } + + $this->_helper->_json(array('result'=>$result)); + } + + /* TO validate date conjuntions in employee medical claims form */ + public function medicalclaimdatesAction() + { + $from_val = $this->_getParam('from_val',null); + $to_val = $this->_getParam('to_val',null); + $new_to_val = $this->_getParam('new_to_val',null); + $con = $this->_getParam('con',null); + $claimtype = $this->_getParam('claimtype',null); + + $new_to_obj ='';$new_to_date = ''; $result = 'yes'; + + $from_obj = new DateTime($from_val); + $from_date = $from_obj->format('Y-m-d'); + + $to_obj = new DateTime($to_val); + $to_date = $to_obj->format('Y-m-d'); + if($new_to_val != "") + { + $new_to_obj = new DateTime($new_to_val); + $new_to_date = $new_to_obj->format('Y-m-d'); + } + switch($con) + { + case 1: //Injured Date should be greater than emp leave start date.. + if($claimtype != 'maternity' && $claimtype != 'paternity'){ + if($from_date > $to_date) + { + $result = 'no'; + } + }else{ + if($from_date < $to_date) + { + $result = 'no'; + } + } + break; + case 2: //Check whether to date is greater than from date... + if($from_date > $to_date) + { + $result = 'no'; + } + break; + case 3: // Approved leave from date should be in between employee applied leave from & to dates. + if($to_date < $from_date || $to_date >= $new_to_date) + { + $result = 'no'; + } + break; + case 4: // Approved leave to date should be in between employee applied leave from & to dates. + if($to_date < $from_date || $to_date > $new_to_date) + { + $result = 'no'; + } + break; + case 5: // date of joining should be greater than date of injury/paternity/maternity/disability & employee applied leave end date. + if($from_date > $to_date) + { + $result = 'no'; + } + if(isset($new_to_date) && $new_to_date !='') + { + if($from_date > $new_to_date) + { + $result = 'no'; + } + } + break; + } + $this->_helper->_json(array('result'=>$result)); + } + public function gettimeformatAction() + { + $sel_time = $this->_getParam('sel_time',null); + $timeformat = ''; + if($sel_time != '') + { + $timeformat = sapp_Global::change_time($sel_time, 'view'); + } + $this->_helper->_json(array('timeformat'=>$timeformat)); + } + public function chkcurrenttimeAction() + { + $sel_time = $this->_getParam('sel_time',null); + $sel_date = $this->_getParam('sel_date',null); + + $now_date = date('Y-m-d'); + $sel_date_obj = new DateTime($sel_date); + $new_sel_date = $sel_date_obj->format('Y-m-d'); + + $greater = 'no'; + if($new_sel_date == $now_date) + { + $now_time = date("H:i"); + $selected_time = date("H:i", strtotime($sel_time)); + if($selected_time > $now_time) + { + $greater = 'yes'; + } + } + $timeformat = ''; + if($greater == 'no') + { + $timeformat = sapp_Global::change_time($sel_time, 'view'); + } + $this->_helper->_json(array('timeformat'=>$timeformat,'greater' => $greater)); + } + + public function popupAction() + { + /* + * This action will be triggered when new user is opening the application from email. + * So the index page will open with Popup in a open state + */ + } + + + public function createorremoveshortcutAction() + { + $auth = Zend_Auth::getInstance(); + $role_id = 1; + if($auth->hasIdentity()){ + $loginUserId = $auth->getStorage()->read()->id; + $role_id = $auth->getStorage()->read()->emprole; + } + $this->_helper->layout->disableLayout(); + $settingsmodel = new Default_Model_Settings(); + $privilege_model = new Default_Model_Privileges(); + $menuid = $this->_request->getParam('menuid'); + $shortcutflag = $this->_request->getParam('shortcutflag'); + $date = new Zend_Date(); + $where=''; + $menuidstring = ''; + $error = ''; + $id = ''; + $idCsv = 0; + $result = 'error'; + + if($menuid) + { + $privilegesofObj = $privilege_model->getObjPrivileges($menuid,"",$role_id,$idCsv); + if($privilegesofObj['isactive'] == 1) + { + if($shortcutflag == 1 || $shortcutflag == 2) + { + $settingsmenuArr = $settingsmodel->getMenuIds($loginUserId,2); + if(!empty($settingsmenuArr)) + { + + $settingsmenustring = $settingsmenuArr[0]['menuid']; + + if(strlen($settingsmenustring) == 0) + $settingsmenuArray = array(); + else + $settingsmenuArray = explode(",",$settingsmenustring); + if(sizeof($settingsmenuArray) == 16 && $shortcutflag != 2) + { + $error= "Limit"; + } + else + { + if(in_array($menuid,$settingsmenuArray)) + { + $key = array_search($menuid, $settingsmenuArray); + if ($key !== false) { + unset($settingsmenuArray[$key]); + } + } + else + { + array_push($settingsmenuArray,$menuid); + } + + if(strlen($settingsmenustring) == 0) + $menuidstring = $menuid; + else + $menuidstring = implode(",", $settingsmenuArray); + + $where = array('userid=?'=>$loginUserId, + 'flag=?'=>2, + 'isactive=?'=>1 + ); + + $data = array( + 'menuid'=>$menuidstring, + 'modified'=>$date->get('yyyy-MM-dd HH:mm:ss') + ); + $id = $settingsmodel->addOrUpdateMenus($data, $where); + } + + } + } + else if($shortcutflag == 3) + { + $data = array( + 'userid'=>$loginUserId, + 'menuid'=>$menuid, + 'flag'=>2, + 'isactive'=> 1, + 'created'=>$date->get('yyyy-MM-dd HH:mm:ss'), + 'modified'=>$date->get('yyyy-MM-dd HH:mm:ss') + ); + $id = $settingsmodel->addOrUpdateMenus($data, $where); + } + + if($id !='') + { + if($id == 'update') + $result = 'update'; + else + $result = 'newrecord'; + } + else + { + if($error !='') + $result = 'limit'; + else + $result = 'error'; + } + + }else + { + $result = 'inactive'; + } + $this->_helper->_json(array('result'=>$result)); + } + } + + + public function sessiontourAction(){ + + $auth = Zend_Auth::getInstance(); + if($auth->hasIdentity()){ + $loginUserId = $auth->getStorage()->read()->id; + } + $usermanagementModel = new Default_Model_Usermanagement(); + + $status = $usermanagementModel->SaveorUpdateUserData(array('tourflag'=>1),"id=".$loginUserId); + + if($status == 'update'){ + $auth->getStorage()->read()->tourflag = 1; + } + + $this->_helper->json($status); + + } + + public function getissuingauthorityAction() + { + $this->_helper->layout->disableLayout(); + $result['result'] = ''; + $workeligibilitydoctypesmodel = new Default_Model_Workeligibilitydoctypes(); + + $doctypeid = $this->_request->getParam('doctypeid'); + + $issuingauthorityArr = $workeligibilitydoctypesmodel->getIssuingAuthority($doctypeid); + if(!empty($issuingauthorityArr)) + { + $issuingauthority = $issuingauthorityArr[0]['issuingauthority']; + $result['result'] = $issuingauthority; + } + + $this->_helper->json($result); + } + + public function setsessionvalAction() + { + $hideshow_mainmenu = $this->getRequest()->getParam('hideshow_mainmenu'); + + $organizationImg = new Zend_Session_Namespace('organizationinfo'); + $organizationImg->hideshowmainmenu = $hideshow_mainmenu; + + echo $hideshow_mainmenu; + exit; + } + + public function checkisactivestatusAction() + { + $this->_helper->layout->disableLayout(); + $result['result'] = ''; + $status = sapp_Global::_checkstatus(); + + if($status == 'false') + { + $sessionData = sapp_Global::_readSession(); + Zend_Session::namespaceUnset('recentlyViewed'); + Zend_Session::namespaceUnset('organizationinfo'); + $auth = Zend_Auth::getInstance(); + $auth->clearIdentity(); + } + $result['result'] = $status; + + $this->_helper->json($result); + } + + public function updatethemeAction() + { + $this->_helper->layout->disableLayout(); + if ($this->getRequest()->isPost()) + { + $theme_name = $this->getRequest()->getParam('theme_name'); + $usersModel = new Default_Model_Users(); + + $user_id = sapp_Global::_readSession('id'); + + $where = array('id = ?' => $user_id); + $data=array( + 'themes' => $theme_name, + 'createddate'=> gmdate("Y-m-d H:i:s"), + 'modifieddate' => gmdate("Y-m-d H:i:s"), + ); + $usersModel->addOrUpdateUserModel($data, $where); + + sapp_Global::_writeSession('themes',$theme_name); + $this->_helper->json(array('result'=>'success')); + } + } + + + +} + diff --git a/patches/patches_1.1.7/application/modules/default/controllers/WizardController.php b/patches/patches_1.1.7/application/modules/default/controllers/WizardController.php new file mode 100644 index 000000000..08d68a9f8 --- /dev/null +++ b/patches/patches_1.1.7/application/modules/default/controllers/WizardController.php @@ -0,0 +1,1039 @@ +. + * + * Sentrifugo Support + ********************************************************************************/ + + +class Default_WizardController extends Zend_Controller_Action +{ + + private $options; + public function preDispatch() + { + $ajaxContext = $this->_helper->getHelper('AjaxContext'); + $ajaxContext->addActionContext('updatewizardcompletion', 'json')->initContext(); + } + + public function init() + { + $this->_options= $this->getInvokeArg('bootstrap')->getOptions(); + } + + public function indexAction() { + $wizard_model = new Default_Model_Wizard(); + $wizardData = $wizard_model->getWizardData(); + if($wizardData['manage_modules'] == 1) + $this->_redirect('wizard/managemenu'); + else if($wizardData['site_config'] == 1) + $this->_redirect('wizard/configuresite'); + else if($wizardData['org_details'] == 1) + $this->_redirect('wizard/configureorganisation'); + else + $this->_redirect('wizard/managemenu'); + + } + + public function managemenuAction() { + $wizard_model = new Default_Model_Wizard(); + $wizardData = $wizard_model->getWizardData(); + $menu_model = new Default_Model_Menu(); + $isactiveArr = $menu_model->getisactivemenus(); + $this->view->isactArr = $isactiveArr; + $this->view->wizarddata = $wizardData; + $this->view->messages = $this->_helper->flashMessenger->getMessages(); + } + + public function savemenuAction() + { + + $auth = Zend_Auth::getInstance(); + if($auth->hasIdentity()) + { + $loginUserId = $auth->getStorage()->read()->id; + } + $date = new Zend_Date(); + $wizard_model = new Default_Model_Wizard(); + $wizardData = $wizard_model->getWizardData(); + + $trDb = Zend_Db_Table::getDefaultAdapter(); + // starting transaction + $trDb->beginTransaction(); + try + { + + if($this->_request->getPost()) + { + $defined_menus = array(TIMEMANAGEMENT,RESOURCEREQUISITION,BGCHECKS,STAFFING,COMPLIANCES,REPORTS,BENEFITS,SERVICEDESK); + $chk_menu = $this->_request->getParam('chk_menu');// menus to be activate + $chk_menu = trim($chk_menu,','); + $logmenus = $chk_menu; + if($chk_menu != '' && $chk_menu != ',' && !is_array($chk_menu)) + { + $chk_menu = explode(',',$chk_menu); + } + else + $chk_menu = array(); + $disable_menus = array_diff($defined_menus, $chk_menu); //menus to be deactivated + if(!empty($chk_menu)) + { + foreach($chk_menu as $menu) + { + $this->save_helper(1,$menu); + } + + } + if(!empty($disable_menus)) + { + foreach($disable_menus as $menu) + { + $this->save_helper(0,$menu); + } + } + + // Code to Update Logmanager table with comma separated menuids + + $menumodel = new Default_Model_Menu(); + $menuNames = $menumodel->getMenusNamesByIds($logmenus); + + + $logarr = array('userid' => $loginUserId, + 'recordid' =>$logmenus, + 'childrecordid' => $menuNames, + 'date' => $date->get('yyyy-MM-dd HH:mm:ss') + ); + $jsonlogarr = json_encode($logarr); + $menuID = MANAGEMODULE; + $actionflag = 2; + + if(!empty($logmenus))//only activated records are logged in log manager. + $menumodel->addOrUpdateMenuLogManager($menuID,$actionflag,$jsonlogarr,$loginUserId,$menuNames); + + + $wizardarray = array('manage_modules' => 2, + 'modifiedby'=>$loginUserId, + 'modifieddate'=>gmdate("Y-m-d H:i:s") + ); + if($wizardData['site_config'] == 2 && $wizardData['org_details'] == 2) + { + $wizardarray['iscomplete'] = 2; + } + $wizard_model->SaveorUpdateWizardData($wizardarray,''); + $trDb->commit(); + sapp_Global::generateAccessControl(); + $this->_helper->getHelper("FlashMessenger")->addMessage("Modules saved successfully."); + $this->_redirect('wizard/managemenu'); + + } + else + { + $this->_helper->getHelper("FlashMessenger")->addMessage("No Menus were added."); + $this->_redirect('wizard/managemenu'); + } + } + catch (Exception $e) + { + $trDb->rollBack(); + $msg = $e->getMessage(); + $this->_helper->getHelper("FlashMessenger")->addMessage($msg); + $this->_redirect('managemenu'); + + } + } + + public function save_helper($is_active,$menu) + { + + $auth = Zend_Auth::getInstance(); + if($auth->hasIdentity()) + { + $loginUserId = $auth->getStorage()->read()->id; + } + $date = new Zend_Date(); + $menumodel = new Default_Model_Menu(); + $menu_childs = $menumodel->getMenusWithChilds($menu); + $resArrString = implode(",",$menu_childs); + if($resArrString != '') + { + $where = " id in (".$resArrString.")"; + $where_privi = " object in (".$resArrString.")"; + $querystring_menu = "UPDATE main_menu SET isactive = ".$is_active." where $where "; + $menumodel->UpdateMenus($querystring_menu); + $querystring_menu = "UPDATE main_privileges SET isactive = ".$is_active." where $where_privi "; + $menumodel->UpdateMenus($querystring_menu); + if(defined('PERFORMANCEAPPRAISAL_M') && $menu == PERFORMANCEAPPRAISAL_M) + { + $querystring_menu = "UPDATE main_menu SET isactive = ".$is_active." where id in (".MYPERFORMANCEAPPRAISAL.",".MYTEAMPERFORMANCEAPPRAISAL.") "; + $menumodel->UpdateMenus($querystring_menu); + + $querystring_menu = "UPDATE main_privileges SET isactive = ".$is_active." where object in (".MYPERFORMANCEAPPRAISAL.",".MYTEAMPERFORMANCEAPPRAISAL.") "; + $menumodel->UpdateMenus($querystring_menu); + } + + + + } + } + + + public function configuresiteAction() + { + $auth = Zend_Auth::getInstance(); + if($auth->hasIdentity()) + { + $loginUserId = $auth->getStorage()->read()->id; + $loginuserRole = $auth->getStorage()->read()->emprole; + $loginuserGroup = $auth->getStorage()->read()->group_id; + } + $popConfigPermission = array(); + $msgarray = array(); + + $wizardpreferenceform = new Default_Form_wizardpreference(); + $dateformatidmodel = new Default_Model_Dateformat(); + $timeformatidmodel = new Default_Model_Timeformat(); + $currencyidmodel = new Default_Model_Currency(); + $systempreferencemodel = new Default_Model_Sitepreference(); + $orginfomodel = new Default_Model_Organisationinfo(); + $identitycodesmodel = new Default_Model_Identitycodes(); + $employmentstatusmodel = new Default_Model_Employmentstatus(); + $statesmodel = new Default_Model_States(); + $citiesmodel = new Default_Model_Cities(); + $date_formats_arr = array(); + $time_formats_arr = array(); + $passworddataArr = array(); + $currencynameArr = array(); + $countryId = ''; + $stateId = ''; + $cityId = ''; + $new_stateId = ''; + $new_cityId = ''; + $empstatusids = ''; + $timezonemodel = new Default_Model_Timezone(); + $wizard_model = new Default_Model_Wizard(); + $wizardData = $wizard_model->getWizardData(); + + /* START + * Queries to check whether the configuration are already set. + * If set then prepopulate the fields + */ + + $sitepreferencedata = $systempreferencemodel->SitePreferanceData(); + $orginfodata = $orginfomodel->getOrganisationInfo(); + $empstatusdata = $employmentstatusmodel->getEmploymentStatuslist(); + $identitycodedata = $identitycodesmodel->getIdentitycodesRecord(); + + /* + * END - Checking configuration is set or not. + */ + + $allTimezoneData = $timezonemodel->fetchAll('isactive=1','timezone')->toArray(); + if(sapp_Global::_checkprivileges(CURRENCY,$loginuserGroup,$loginuserRole,'add') == 'Yes'){ + array_push($popConfigPermission,'currency'); + } + if(sapp_Global::_checkprivileges(TIMEZONE,$loginuserGroup,$loginuserRole,'add') == 'Yes'){ + array_push($popConfigPermission,'timezone'); + } + try + { + if(!empty($orginfodata)) + { + $countryId = isset($orginfodata[0]['country'])?$orginfodata[0]['country']:""; + $stateId = isset($orginfodata[0]['state'])?$orginfodata[0]['state']:""; + $cityId = isset($orginfodata[0]['city'])?$orginfodata[0]['city']:""; + $wizardpreferenceform->organisationid->setValue($orginfodata[0]['id']); + + }else + { + if(isset($wizardData['country']) && $wizardData['country'] !='null') + $countryId = $wizardData['country']; + if(isset($wizardData['state']) && $wizardData['state'] !='null') + $stateId = $wizardData['state']; + if(isset($wizardData['city']) && $wizardData['city'] !='null') + $cityId = $wizardData['city']; + } + if(count($_POST) > 0) + { + $countryId = isset($_POST['perm_country'])?$_POST['perm_country']:""; + $stateId = isset($_POST['perm_state'])?$_POST['perm_state']:""; + $cityId = isset($_POST['perm_city'])?$_POST['perm_city']:""; + } + $date_formats_arr = $dateformatidmodel->getAllDateFormats(); + $time_formats_arr = $timeformatidmodel->fetchAll()->toArray(); + $defaultempstatusdata = $employmentstatusmodel->getCompleteStatuslist(); + $wizardpreferenceform->passwordid->addMultiOption('','Select Password Preference'); + $passworddataArr = $systempreferencemodel->getPasswordData(); + foreach($passworddataArr as $passwordres) + { + $wizardpreferenceform->passwordid->addMultiOption($passwordres['id'],utf8_encode($passwordres['passwordtype'])); + } + if(sizeof($allTimezoneData) > 0) + { + foreach ($allTimezoneData as $timezoneidres) + { + $wizardpreferenceform->timezoneid->addMultiOption($timezoneidres['id'],utf8_encode($timezoneidres['timezone'].' ['.$timezoneidres['timezone_abbr'].']')); + } + } + else + { + $msgarray['timezoneid'] = 'Time Zone is not configured yet.'; + } + + if(sizeof($defaultempstatusdata) > 0) + { + foreach ($defaultempstatusdata as $empstatusres) + { + $wizardpreferenceform->workcodename->addMultiOption($empstatusres['id'],utf8_encode($empstatusres['employemnt_status'])); + } + } + + /* Start + * To prepopulate the form if already configured + */ + + if(!empty($sitepreferencedata)) + { + if(isset($sitepreferencedata[0]['dateformatid'])) + $wizardpreferenceform->setDefault('dateformatid',$sitepreferencedata[0]['dateformatid']); + if(isset($sitepreferencedata[0]['timeformatid'])) + $wizardpreferenceform->setDefault('timeformatid',$sitepreferencedata[0]['timeformatid']); + if(isset($sitepreferencedata[0]['timezoneid'])) + $wizardpreferenceform->setDefault('timezoneid',$sitepreferencedata[0]['timezoneid']); + if(isset($sitepreferencedata[0]['passwordid'])) + $wizardpreferenceform->setDefault('passwordid',$sitepreferencedata[0]['passwordid']); + if(isset($sitepreferencedata[0]['currencyid'])) + { + $wizardpreferenceform->currencyid->setValue($sitepreferencedata[0]['currencyid']); + $currencynameArr = $currencyidmodel->getCurrencyDataByID($sitepreferencedata[0]['currencyid']); + } + if(!empty($currencynameArr)) + { + $wizardpreferenceform->currencyname->setValue($currencynameArr[0]['currencyname']); + $wizardpreferenceform->currencycode->setValue($currencynameArr[0]['currencycode']); + } + } + + if($countryId !='') + { + $wizardpreferenceform->setDefault('perm_country',$countryId); + $statesData = $statesmodel->getStatesList((int)$countryId); + if(!empty($statesData)) + { + foreach($statesData as $res) + { + if($stateId == $res['id']) + $new_stateId = $res['id'].'!@#'.utf8_encode($res['state_name']); + $wizardpreferenceform->perm_state->addMultiOption($res['id'].'!@#'.utf8_encode($res['state_name']),utf8_encode($res['state_name'])); + } + if(count($_POST) == 0) + $stateId = $new_stateId; + } + } + if($stateId !='') + { + $wizardpreferenceform->setDefault('perm_state',$stateId); + $citiesData = $citiesmodel->getCitiesList((int)$stateId); + foreach($citiesData as $res) + { + if($cityId == $res['id']) + $new_cityId = $res['id'].'!@#'.utf8_encode($res['city_name']); + $wizardpreferenceform->perm_city->addMultiOption($res['id'].'!@#'.utf8_encode($res['city_name']),utf8_encode($res['city_name'])); + } + + if(count($_POST) == 0) + $cityId = $new_cityId; + } + + if($cityId !='') + $wizardpreferenceform->setDefault('perm_city',$cityId); + + + if(!empty($identitycodedata)) + { + $wizardpreferenceform->empcodeid->setValue($identitycodedata[0]['id']); + $wizardpreferenceform->employee_code->setValue($identitycodedata[0]['employee_code']); + } + + if(sizeof($empstatusdata) > 0) + { + foreach ($empstatusdata as $empstats) + { + $empstatusids.= $empstats['workcodename'].','; + } + $empstatusids = rtrim($empstatusids,','); + } + + /* + * End - Prepopulating data + */ + + $wizardpreferenceform->setAttrib('action',DOMAIN.'wizard/configuresite'); + $this->view->msgarray = $msgarray; + } + catch(Exception $e) + { + $this->view->nodata = "nodata"; + } + $this->view->form = $wizardpreferenceform; + $this->view->date_formats_arr = $date_formats_arr; + $this->view->time_formats_arr = $time_formats_arr; + $this->view->passworddata = $passworddataArr; + $this->view->empstatusids = $empstatusids; + if($this->getRequest()->getPost()) + { + $result = $this->savesitepreference($wizardpreferenceform,$wizardData); + $this->view->msgarray = $result; + } + $this->view->popConfigPermission = $popConfigPermission; + $this->view->wizarddata = $wizardData; + $this->view->messages = $this->_helper->flashMessenger->getMessages(); + + } + + public function savesitepreference($wizardpreferenceform,$wizardData) + { + $auth = Zend_Auth::getInstance(); + if($auth->hasIdentity()) + { + $loginUserId = $auth->getStorage()->read()->id; + } + if($wizardpreferenceform->isValid($this->_request->getPost())) + { + $trDb = Zend_Db_Table::getDefaultAdapter(); + // starting transaction + $trDb->beginTransaction(); + try + { + $systempreferencemodel = new Default_Model_Sitepreference(); + $currencymodel = new Default_Model_Currency(); + $orgInfoModel = new Default_Model_Organisationinfo(); + $wizard_model = new Default_Model_Wizard(); + $IdentityCodesModel = new Default_Model_Identitycodes(); + $employmentstatusmodel = new Default_Model_Employmentstatus(); + $countriesmodel = new Default_Model_Countries(); + $statesmodel = new Default_Model_States(); + $citiesmodel = new Default_Model_Cities(); + + $id = (int)$this->_request->getParam('id'); + $currencyid = (int)$this->_request->getParam('currencyid'); + $organisationid = (int)$this->_request->getParam('organisationid'); + $empcodeid = (int)$this->_request->getParam('empcodeid'); + $dateformatid = $this->_request->getParam('dateformatid'); + $timeformatid = $this->_request->getParam('timeformatid'); + $timezoneid = $this->_request->getParam('timezoneid'); + $currencyname = $this->_request->getParam('currencyname'); + $currencycode = $this->_request->getParam('currencycode'); + $passwordid = $this->_request->getParam('passwordid'); + $perm_country = $this->_request->getParam('perm_country'); + $perm_stateparam = $this->_request->getParam('perm_state'); + $perm_stateArr = explode("!@#",$this->_request->getParam('perm_state')); + $perm_state = $perm_stateArr[0]; + $perm_cityparam = $this->_request->getParam('perm_city'); + $perm_cityArr = explode("!@#",$this->_request->getParam('perm_city')); + $perm_city = $perm_cityArr[0]; + $employee_code = $this->_request->getParam('employee_code'); + $workcodename = $this->_request->getParam('workcodename'); + $date = new Zend_Date(); + $menumodel = new Default_Model_Menu(); + + /* + * Save or Update - Currency name in currency table based on currency ID + */ + $currency_data = array('currencyname'=>trim($currencyname), + 'currencycode'=>trim($currencycode), + 'modifiedby'=>$loginUserId, + 'modifieddate'=>gmdate("Y-m-d H:i:s") + ); + if($currencyid !='') + { + $currencywhere = array('id=?'=>$currencyid); + } + else + { + $currency_data['createdby'] = $loginUserId; + $currency_data['createddate'] = gmdate("Y-m-d H:i:s"); + $currency_data['isactive'] = 1; + $currencywhere = ''; + } + + $CurrencyId = $currencymodel->SaveorUpdateCurrencyData($currency_data, $currencywhere); + /* + * End + */ + + /* + * Start - Updating and Inserting Site Preference Data after fetching currency id + */ + + $siteprference_data = array( + 'dateformatid'=>$dateformatid, + 'timeformatid'=>$timeformatid, + 'timezoneid'=>$timezoneid, + 'currencyid'=>$currencyid!=''?$currencyid:$CurrencyId, + 'passwordid'=>$passwordid, + 'createdby'=>$loginUserId, + 'createddate'=>$date->get('yyyy-MM-dd HH:mm:ss'), + 'modifiedby'=>$loginUserId, + 'modifieddate'=>$date->get('yyyy-MM-dd HH:mm:ss'), + 'isactive'=>1, + ); + + $site_update_arr = array( + 'isactive' => 0, + 'modifieddate'=>$date->get('yyyy-MM-dd HH:mm:ss'), + 'modifiedby'=>$loginUserId, + ); + + $systempreferencemodel->SaveorUpdateSystemPreferanceData($site_update_arr, 'isactive = 1'); + $Id = $systempreferencemodel->SaveorUpdateSystemPreferanceData($siteprference_data, ''); + + /* + * End + */ + + /* + * Updating Country,state and city based on organisation id + */ + // Inserting into main_countries if not added + $countryExistsArr = $countriesmodel->getActiveCountryName($perm_country); + if(empty($countryExistsArr)) + { + $countrynamearr = $countriesmodel->getCountryCode($perm_country); + if(!empty($countrynamearr)) + { + $country_data = array('country'=>trim($countrynamearr[0]['country_name']), + 'countrycode'=>trim($countrynamearr[0]['country_code']), + 'citizenship'=>NULL, + 'createdby'=>$loginUserId, + 'createddate'=>$date->get('yyyy-MM-dd HH:mm:ss'), + 'modifiedby'=>$loginUserId, + 'modifieddate'=>gmdate("Y-m-d H:i:s"), + 'country_id_org'=>$perm_country, + 'isactive'=>1 + ); + $Country_Id = $countriesmodel->SaveorUpdateCountryData($country_data, ''); + } + } + + // Inserting into main_state if not added + $State_Id = $statesmodel->SaveorUpdateStatesData($perm_country,$perm_stateArr[1],$perm_state,$loginUserId); + + // Inserting into main_cities if not added + $City_Id = $citiesmodel->SaveorUpdateCitiesData($perm_country,$perm_state,$perm_cityArr[1],$perm_city,$loginUserId); + + $location_data = array('country'=>$perm_country, + 'state'=>$perm_state, + 'city'=>$perm_city, + 'createdby'=>$loginUserId, + 'createddate'=>$date->get('yyyy-MM-dd HH:mm:ss'), + 'modifiedby'=>$loginUserId, + 'modifieddate'=>gmdate("Y-m-d H:i:s"), + 'isactive'=>1 + ); + if($organisationid !='') + { + $locwhere = array('id=?'=>$organisationid); + $LocationId = $orgInfoModel->SaveorUpdateData($location_data, $locwhere); + } + + $LocationId = $wizard_model->SaveorUpdateWizardData($location_data, ''); + + /* + * End + */ + + /* + * Start - Updating Employee Code + */ + $empcode_data = array('employee_code'=>trim($employee_code), + 'modifiedBy'=>$loginUserId, + 'modifieddate'=>gmdate("Y-m-d H:i:s") + ); + if($empcodeid !='') + { + $empcodewhere = array('id=?'=>$empcodeid); + } + else + { + $empcode_data['createdby'] = $loginUserId; + $empcode_data['createddate'] = gmdate("Y-m-d H:i:s"); + $empcodewhere = ''; + } + + $EmpCodeId = $IdentityCodesModel->SaveorUpdateIdentitycodesData($empcode_data, $empcodewhere); + /* + * End + */ + + /* + * Start - Update employment status data + */ + if(!empty($workcodename)) + { + $empstat_update_arr = array( + 'isactive' => 0, + 'modifieddate'=>$date->get('yyyy-MM-dd HH:mm:ss'), + 'modifiedby'=>$loginUserId, + ); + $Empstat_update_Id = $employmentstatusmodel->SaveorUpdateEmploymentStatusData($empstat_update_arr, 'isactive=1'); + + for($j=0;$jtrim($workcode), + 'workcodename'=>trim($workcodename[$j]), + 'createdby'=>$loginUserId, + 'createddate'=>gmdate("Y-m-d H:i:s"), + 'modifiedby'=>$loginUserId, + 'modifieddate'=>gmdate("Y-m-d H:i:s"), + 'isactive'=>1 + ); + $Empstat_Id = $employmentstatusmodel->SaveorUpdateEmploymentStatusData($empstatus_data, ''); + } + } + /* + * End + */ + + /* + * Update Wizard Table + */ + + $wizardarray = array('site_config' => 2, + 'modifiedby'=>$loginUserId, + 'modifieddate'=>gmdate("Y-m-d H:i:s") + ); + if($wizardData['org_details'] == 2) + { + $wizardarray['iscomplete'] = 2; + } + $wizard_model->SaveorUpdateWizardData($wizardarray,''); + $trDb->commit(); +$this->_helper->getHelper("FlashMessenger")->addMessage("Site Configuration saved successfully."); + $this->_redirect('wizard/configuresite'); + } + catch (Exception $e) + { + $trDb->rollBack(); + $this->_helper->getHelper("FlashMessenger")->addMessage(array("success"=>"Something went wrong,please try again later.")); + $this->_redirect('wizard/configuresite'); + } + + } + else + { + $messages = $wizardpreferenceform->getMessages(); + foreach ($messages as $key => $val) + { + foreach($val as $key2 => $val2) + { + $msgarray[$key] = $val2; + break; + } + } + return $msgarray; + } + + } + + public function configureorganisationAction() + { + $auth = Zend_Auth::getInstance(); + if($auth->hasIdentity()) + { + $loginUserId = $auth->getStorage()->read()->id; + $loginuserRole = $auth->getStorage()->read()->emprole; + $loginuserGroup = $auth->getStorage()->read()->group_id; + } + $popConfigPermission = array(); + $new_stateId =''; + if(sapp_Global::_checkprivileges(COUNTRIES,$loginuserGroup,$loginuserRole,'add') == 'Yes'){ + array_push($popConfigPermission,'country'); + } + if(sapp_Global::_checkprivileges(STATES,$loginuserGroup,$loginuserRole,'add') == 'Yes'){ + array_push($popConfigPermission,'state'); + } + if(sapp_Global::_checkprivileges(CITIES,$loginuserGroup,$loginuserRole,'add') == 'Yes'){ + array_push($popConfigPermission,'city'); + } + $msgarray = array(); + $new_stateId = ''; + $new_cityId = ''; + $id = $this->getRequest()->getParam('id'); + $form = new Default_Form_Organisationinfo(); + $orgInfoModel = new Default_Model_Organisationinfo(); + $countriesModel = new Default_Model_Countries(); + $statesmodel = new Default_Model_States(); + $citiesmodel = new Default_Model_Cities(); + $wizard_model = new Default_Model_Wizard(); + $wizardData = $wizard_model->getWizardData(); + $orginfodata = $orgInfoModel->getOrganisationInfo(); + $allCountriesData = $countriesModel->fetchAll('isactive=1','country')->toArray(); + $allStatesData = $statesmodel->fetchAll('isactive=1','state')->toArray(); + $allCitiesData = $citiesmodel->fetchAll('isactive=1','city')->toArray(); + $form->setAttrib('action',DOMAIN.'wizard/configureorganisation'); + $flag = 'true'; + if(empty($allCountriesData)) + { + $msgarray['country'] = 'Countries are not configured yet.'; + $flag = 'false'; + } + if(empty($allStatesData)) + { + $msgarray['state'] = 'States are not configured yet.'; + $flag = 'false'; + } + if(empty($allCitiesData)) + { + $msgarray['city'] = 'Cities are not configured yet.'; + $flag = 'false'; + } + if(!empty($orginfodata)) + { + try + { + $data = $orginfodata[0]; + $data['org_startdate'] = sapp_Global::change_date($data['org_startdate'],'view'); + $form->populate($data); + $countryId = $data['country']; + $stateId = $data['state']; + $cityId = $data['city']; + $actionpage = 'edit'; + if(count($_POST) > 0) + { + $countryId = isset($_POST['country'])?$_POST['country']:""; + $stateId = isset($_POST['state'])?$_POST['state']:""; + $cityId = isset($_POST['city'])?$_POST['city']:""; + } + if($countryId != '') + { + $statesData = $statesmodel->getBasicStatesList((int)$countryId); + foreach($statesData as $res) + { + if($stateId == $res['state_id_org']) + $new_stateId = $res['state_id_org'].'!@#'.utf8_encode($res['state']); + $form->state->addMultiOption($res['state_id_org'].'!@#'.utf8_encode($res['state']),utf8_encode($res['state'])); + } + if(count($_POST) == 0) + $stateId = $new_stateId; + } + if($stateId != '') + { + $citiesData = $citiesmodel->getBasicCitiesList((int)$stateId); + + foreach($citiesData as $res) + { + if($cityId == $res['city_org_id']) + $new_cityId = $res['city_org_id'].'!@#'.utf8_encode($res['city']); + $form->city->addMultiOption($res['city_org_id'].'!@#'.utf8_encode($res['city']),utf8_encode($res['city'])); + } + if(count($_POST) == 0) + $cityId = $new_cityId; + } + $form->setDefault('country',$countryId); + $form->setDefault('state',$stateId); + $form->setDefault('city',$cityId); + $this->view->domainValue = $data['domain']; + $this->view->org_image = $data['org_image']; + $this->view->ermsg = ''; + $this->view->datarr = $data; + } + catch(Exception $e) + { + $this->view->ermsg = 'nodata'; + } + }else + { + sapp_Global::buildlocations($form,$wizardData); + } + $this->view->form = $form; + if(!empty($allCountriesData) && !empty($allStatesData) && !empty($allCitiesData)) + { + $this->view->configuremsg = ''; + }else{ + $this->view->configuremsg = 'notconfigurable'; + } + + $this->view->wizarddata = $wizardData; + $this->view->msgarray = $msgarray; + $this->view->popConfigPermission = $popConfigPermission; + $this->view->messages = $this->_helper->flashMessenger->getMessages(); + if($this->getRequest()->getPost()) + { + $result = $this->saveorginfo($form,$loginUserId,$wizardData); + $this->view->msgarray = $result; + if(isset($this->msgarray['domain'])) + $this->view->msMsg = 'multiselecterror'; + } + + } + + + public function saveorginfo($form,$loginUserId,$wizardData) + { + $orgInfoModel = new Default_Model_Organisationinfo(); + $wizard_model = new Default_Model_Wizard(); + $id = $this->getRequest()->getParam('id'); + $imagerror = $this->_request->getParam('imgerr'); + $imagepath = $this->_request->getParam('org_image_value'); + $imgerrmsg = $this->_request->getParam('imgerrmsg'); + $pphnumber = $this->_request->getParam('phonenumber'); + $sphnumber = $this->_request->getParam('secondaryphone'); + $org_startdate = sapp_Global::change_date($this->_request->getParam('org_startdate'),'database'); + + $flag = 'true'; + if(isset($imagepath) && $imagepath != '') + { + $imageArr = explode('.',$imagepath); + if(sizeof($imageArr) > 1) + { + $imagename = $imageArr[0]; $imageext = $imageArr[1]; + $extArr = array('gif', 'jpg', 'jpeg', 'png'); + if(!in_array($imageext, $extArr)) + { + $msgarray['org_image_value'] = 'Please upload an appropriate image file.'; + $flag = 'false'; + } + } + else + { + $msgarray['org_image_value'] = 'Please upload an appropriate image file.'; + $flag = 'false'; + } + } + if($imagerror == 'error') + { + if($imgerrmsg != '' && $imgerrmsg != 'undefined') + $msgarray['org_image_value'] = $imgerrmsg; + else + $msgarray['org_image_value'] = 'Please upload an appropriate image file.'; + $flag = 'false'; + } + if($pphnumber == $sphnumber && $sphnumber != '' && $pphnumber != '') + { + $msgarray['secondaryphone'] = 'Please enter different phone number.'; + $flag = 'false'; + } + if($form->isValid($this->_request->getPost()) && $flag != 'false') + { + $domain = $this->_request->getParam('domain'); + if(!empty($domain)) + $domain = implode(',',$domain); + $date = new Zend_Date(); + $data = array( + 'organisationname'=> trim($this->_request->getParam('organisationname')), + 'domain' =>trim($domain), + 'website' => trim($this->_request->getParam('website')), + 'org_image'=> $imagepath, + 'orgdescription'=>trim($this->_request->getParam('orgdescription')), + 'totalemployees'=>trim($this->_request->getParam('totalemployees')), + 'org_startdate' => ($org_startdate!=''?$org_startdate:NULL), + 'phonenumber'=>trim($this->_request->getParam('phonenumber')), + 'secondaryphone' =>trim($this->_request->getParam('secondaryphone')), + 'faxnumber' => trim($this->_request->getParam('faxnumber')), + 'country' => trim((int)$this->_request->getParam('country')), + 'state' => trim(intval($this->_request->getParam('state'))), + 'city' => trim(intval($this->_request->getParam('city'))), + 'address1' => trim($this->_request->getParam('address1')), + 'address2' => trim($this->_request->getParam('address2')), + 'address3' => trim($this->_request->getParam('address3')), + 'description' => trim($this->_request->getParam('description')), + //'orghead' => trim($this->_request->getParam('orghead')), + 'designation' => trim($this->_request->getParam('jobtitle_id',null)), + 'modifiedby' => $loginUserId, + 'modifieddate' => gmdate("Y-m-d H:i:s") + ); + + $db = Zend_Db_Table::getDefaultAdapter(); + $db->beginTransaction(); + try + { + + $path = IMAGE_UPLOAD_PATH; + $imagepath = $this->_request->getParam('org_image_value'); + $filecopy = 'success'; + if($imagepath !='') + { + $filecopy = 'error'; + if(file_exists(USER_PREVIEW_UPLOAD_PATH.'//'.$imagepath)) + { + try + { + if(copy(USER_PREVIEW_UPLOAD_PATH.'//'.$imagepath, $path.'//'.$imagepath)) + $filecopy = 'success'; + unlink(USER_PREVIEW_UPLOAD_PATH.'//'.$imagepath); + + } + catch(Exception $e) + { + echo $msgarray['org_image_value'] = $e->getMessage();exit; + } + } + } + $where = array('id=?'=>$id); + if($imagepath == '') + unset($data['org_image']); + else if($filecopy == 'error') + unset($data['org_image']); + if($id!='') + { + $where = array('id=?'=>$id); + $actionflag = 2; + } + else + { + $data['createdby'] = $loginUserId; + $data['createddate'] = gmdate("Y-m-d H:i:s"); + $data['isactive'] = 1; + $where = ''; + $actionflag = 1; + } + $Id = $orgInfoModel->SaveorUpdateData($data, $where); + + $menuID = ORGANISATIONINFO; + try + { + if($Id != '' && $Id != 'update') + $result = sapp_Global::logManager($menuID,$actionflag,$loginUserId,$Id); + else + $result = sapp_Global::logManager($menuID,$actionflag,$loginUserId,$id); + } + catch(Exception $e) + { + echo $e->getMessage(); + } + + + + $wizardarray = array('org_details' => 2, + 'modifiedby'=>$loginUserId, + 'modifieddate'=>gmdate("Y-m-d H:i:s") + ); + if($wizardData['site_config'] == 2) + { + $wizardarray['iscomplete'] = 2; + } + $wizard_model->SaveorUpdateWizardData($wizardarray,''); + + $location_data = array('country' => trim((int)$this->_request->getParam('country')), + 'state' => trim(intval($this->_request->getParam('state'))), + 'city' => trim(intval($this->_request->getParam('city'))), + 'modifiedby'=>$loginUserId, + 'modifieddate'=>gmdate("Y-m-d H:i:s"), + ); + + $LocationId = $wizard_model->SaveorUpdateWizardData($location_data, ''); + + $db->commit(); + if($filecopy == 'success') + $this->_helper->getHelper("FlashMessenger")->addMessage("Organization information saved successfully."); + else + $this->_helper->getHelper("FlashMessenger")->addMessage("Organization information saved successfully but failed to upload the logo."); + $this->_redirect('wizard/configureorganisation'); + } + catch(Exception $e) + { + $db->rollBack(); + $this->_helper->getHelper("FlashMessenger")->addMessage(array("success"=>"Something went wrong,please try again later.")); + $this->_redirect('wizard/configureorganisation'); + } + } + else + { + $messages = $form->getMessages(); + foreach ($messages as $key => $val) + { + foreach($val as $key2 => $val2) + { + $msgarray[$key] = $val2; + break; + } + + } + //echo '
';print_r($messages);exit;
+                return $msgarray;
+                
+            }			
+    }
+    
+    public function updatewizardcompletionAction()
+    {
+    	$this->_helper->layout->disableLayout();
+    	$auth = Zend_Auth::getInstance();
+		if($auth->hasIdentity()){
+			$loginUserId = $auth->getStorage()->read()->id;
+		}
+		$result['result'] = '';
+    	$wizard_model = new Default_Model_Wizard();
+    	$db = Zend_Db_Table::getDefaultAdapter();	
+		$db->beginTransaction();
+		try
+		{
+	    	$Completion_data = array( 'iscomplete'=>0,
+	                 				'modifiedby'=>$loginUserId,
+									'modifieddate'=>gmdate("Y-m-d H:i:s"),
+						);
+			$CompleteId = $wizard_model->SaveorUpdateWizardData($Completion_data, '');
+			$db->commit();
+			$result['result'] = 'success';
+		}
+		catch(Exception $e)
+		{	
+			$db->rollBack();
+			$result['result'] = 'fail';
+		}
+		$this->_helper->json($result);			
+    }
+	
+	
+}
+
diff --git a/patches/patches_1.1.7/application/modules/default/forms/Organisationheadchange.php b/patches/patches_1.1.7/application/modules/default/forms/Organisationheadchange.php
new file mode 100644
index 000000000..a33aa7b9d
--- /dev/null
+++ b/patches/patches_1.1.7/application/modules/default/forms/Organisationheadchange.php
@@ -0,0 +1,134 @@
+.
+ *
+ *  Sentrifugo Support 
+ ********************************************************************************/
+
+class Default_Form_Organisationheadchange extends Zend_Form
+{
+	public function init()
+	{
+	    $this->setMethod('post');		
+		$this->setAttrib('id', 'formid');
+		$this->setAttrib('enctype', 'multipart/form-data');
+		$this->setAttrib('name','organisationinfo');
+		$this->setAttrib('action',DOMAIN.'organisationinfo/addorghead');		
+
+        $id = new Zend_Form_Element_Hidden('id');	
+		
+		$description = new Zend_Form_Element_Textarea('description');
+        $description->setAttrib('rows', 10);
+        $description->setAttrib('cols', 50);
+		
+        $firstname_orghead = new Zend_Form_Element_Text('firstname_orghead');
+        $firstname_orghead->setAttrib('maxLength', 50);
+        $firstname_orghead->addFilter(new Zend_Filter_StringTrim());
+		$firstname_orghead->addValidator("regex",true,array(                           
+                           'pattern'=>'/^[a-zA-Z.\- ?]+$/',
+                           'messages'=>array(
+                               
+							   'regexNotMatch'=>'Please enter valid first name.'
+                           )
+        	));
+        $lastname_orghead = new Zend_Form_Element_Text('lastname_orghead');
+        $lastname_orghead->setAttrib('maxLength', 50);
+        $lastname_orghead->addFilter(new Zend_Filter_StringTrim());
+		$lastname_orghead->addValidator("regex",true,array(                           
+                           'pattern'=>'/^[a-zA-Z.\- ?]+$/',
+                           'messages'=>array(
+                               
+							   'regexNotMatch'=>'Please enter valid last name.'
+                           )
+        	));
+			
+		$designation = new Zend_Form_Element_Text('designation');
+        $designation->setAttrib('maxLength', 50);
+        $designation->addFilter(new Zend_Filter_StringTrim());
+        
+        
+		$designation->addValidator("regex",true,array(                           
+                           'pattern'=>'/^[a-zA-Z.\- ?]+$/',
+                           'messages'=>array(
+
+							   'regexNotMatch'=>'Please enter valid designation.'
+                           )
+        	));
+		
+		$employeeId = new Zend_Form_Element_Text("employeeId");
+		$employeeId->setLabel("Employee ID");        
+		$employeeId->setAttrib("class", "formDataElement");
+		$employeeId->setAttrib("readonly", "readonly");
+		$employeeId->setAttrib('onfocus', 'this.blur()');		
+		
+		
+		$prefix_id = new Zend_Form_Element_Select('prefix_id');
+		$prefix_id->setLabel("Prefix");
+		$prefix_id->setRegisterInArrayValidator(false);	
+		
+		$emprole = new Zend_Form_Element_Select("emprole");        
+		$emprole->setRegisterInArrayValidator(false);
+		$emprole->setLabel("Role");
+		$emprole->setAttrib("class", "formDataElement");
+		
+		$emailaddress = new Zend_Form_Element_Text("emailaddress");
+		
+		$emailaddress->addValidator("regex",true,array(
+                           
+						    'pattern'=>'/^(?!.*\.{2})[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$/',                            
+                           'messages'=>array(
+                               'regexNotMatch'=>'Please enter valid email.'
+                           )
+        	));
+		$emailaddress->setLabel("Email");
+		$emailaddress->setAttrib("class", "formDataElement");              
+		$emailaddress->addValidator(new Zend_Validate_Db_NoRecordExists(
+															array('table' => 'main_users',
+															'field' => 'emailaddress',
+															'exclude'=>'id!="'.Zend_Controller_Front::getInstance()->getRequest()->getParam('user_id',0).'" and isactive!=0'
+															)));
+		$emailaddress->getValidator('Db_NoRecordExists')->setMessage('Email already exists.');
+		
+		$jobtitle = new Zend_Form_Element_Select('jobtitle_id');
+		$jobtitle->setLabel("Job Title");
+		$jobtitle->addMultiOption('','Select Job Title');
+		$jobtitle->setAttrib('onchange', 'displayPositions(this,"position_id","")');
+		$jobtitle->setRegisterInArrayValidator(false);	
+		
+		$position = new Zend_Form_Element_Select('position_id');
+		$position->setLabel("Position");
+		$position->addMultiOption('','Select Position');
+		$position->setRegisterInArrayValidator(false);	
+		
+		$date_of_joining = new ZendX_JQuery_Form_Element_DatePicker('date_of_joining_head');
+        $date_of_joining->setLabel("Date Of Joining");
+		$date_of_joining->setOptions(array('class' => 'brdr_none'));	
+		$date_of_joining->setAttrib('readonly', 'true');
+		$date_of_joining->setAttrib('onfocus', 'this.blur()');
+		
+        $submit = new Zend_Form_Element_Submit('submit');
+		$submit->setAttrib('id', 'submitbutton');
+		$submit->setLabel('Save');
+		
+		 $this->addElements(array($id,$description,$lastname_orghead,$firstname_orghead,$designation,$employeeId,$prefix_id,$emprole,$emailaddress,$jobtitle,$position,$date_of_joining,$submit));//$email,$secondaryemail,
+		 
+		 $this->setElementDecorators(array('ViewHelper')); 
+		 $this->setElementDecorators(array('File'),array('org_image'));
+		 $this->setElementDecorators(array('UiWidgetElement',),array('org_startdate','date_of_joining_head'));
+		 
+	}
+}
\ No newline at end of file
diff --git a/patches/patches_1.1.7/application/modules/default/models/Empscreening.php b/patches/patches_1.1.7/application/modules/default/models/Empscreening.php
new file mode 100644
index 000000000..355b104b7
--- /dev/null
+++ b/patches/patches_1.1.7/application/modules/default/models/Empscreening.php
@@ -0,0 +1,726 @@
+.
+ *
+ *  Sentrifugo Support 
+ ********************************************************************************/
+
+class Default_Model_Empscreening extends Zend_Db_Table_Abstract
+{
+    protected $_name = 'main_bgcheckdetails';
+    protected $_primary = 'id';
+	
+	
+	
+	public function getEmpScreeningData($sort, $by, $pageNo, $perPage,$searchQuery,$filter='1')
+	{
+		$auth = Zend_Auth::getInstance();
+     	if($auth->hasIdentity()){
+			$loginUserId = $auth->getStorage()->read()->id;
+			$loginuserRole = $auth->getStorage()->read()->emprole;
+			$loginuserGroup = $auth->getStorage()->read()->group_id;
+		}
+		
+  if($filter == '1')
+		{
+			$where = " me.user_id <> ".$loginUserId;
+		}else{	
+			$where = " me.id <> ".$loginUserId;
+		}
+		if($loginuserGroup == USERS_GROUP)
+			$where .= " AND al.user_id =".$loginUserId;
+		if($searchQuery)
+			$where .= " AND ".$searchQuery;		
+		$db = Zend_Db_Table::getDefaultAdapter();
+		if($filter == '1')
+		{			
+			$where .= " AND me.backgroundchk_status <> 'Not Applicable' AND me.backgroundchk_status <> 'Yet to start'";
+			
+			$empScreeningData = $this->select()
+								->setIntegrityCheck(false)
+								//->distinct()
+								->from(array('me' => 'main_employees_summary'),array('id'=>'distinct concat(me.user_id,"-1")','backgroundchk_status'=>'if(me.backgroundchk_status="Completed","Complete",me.backgroundchk_status)','userfullname'=>'me.userfullname','createddate'=>'me.createddate','isactive'=>'if(me.isactive = 1, "Active",if(me.isactive = 2 , "Resigned",if (me.isactive = 3,"Left",if(me.isactive = 4,"Suspended",if(me.isactive = 5,"Deleted","Inactive")))))','jobtitle_name'=>'me.jobtitle_name','emailaddress'=>'me.emailaddress' ))
+								->joinLeft(array('dt'=>'main_bgcheckdetails'),'dt.specimen_id = me.user_id',array())
+								->joinLeft(array('al'=>'main_bgagencylist'),'al.id = dt.bgagency_id',array())
+								->where($where)
+								->order("$by $sort") 
+								->limitPage($pageNo, $perPage); 
+		}else{			
+			$where .= " AND me.backgroundchk_status <> 'Not Applicable' AND me.backgroundchk_status <> 'Yet to start' ";
+			$empScreeningData = $this->select()
+						->setIntegrityCheck(false)
+						->from(array('me' => 'main_candidatedetails'),array('id'=>'distinct concat(me.id,"-2")','backgroundchk_status'=>'if(me.backgroundchk_status="Completed","Complete",me.backgroundchk_status)','candidate_name'=>'me.candidate_name','isactive'=>'if(me.isactive = 1, "Active","Inactive")','createddate'=>'me.createddate','cand_location'=>'me.cand_location'))
+						
+						->joinLeft(array('ct'=>'tbl_cities'),'me.city=ct.id',array('city_name'=>'ct.city_name'))
+						->joinLeft(array('st'=>'tbl_states'),'me.state=st.id',array('state_name'=>'st.state_name'))
+						->joinLeft(array('cnt'=>'tbl_countries'),'me.country=cnt.id',array('country_name'=>'cnt.country_name'))
+						->joinLeft(array('dt'=>'main_bgcheckdetails'),'dt.specimen_id = me.id and flag = 2',array())
+						->joinLeft(array('al'=>'main_bgagencylist'),'al.id = dt.bgagency_id',array())
+						->where($where)
+						->order("$by $sort") 
+						->limitPage($pageNo, $perPage);			
+		}				
+		
+		return $empScreeningData;    
+	}
+	
+ public function getEmpScreeningDataCount($sort, $by, $pageNo, $perPage,$searchQuery,$filter='1')
+	{
+		$auth = Zend_Auth::getInstance();
+     	if($auth->hasIdentity()){
+			$loginUserId = $auth->getStorage()->read()->id;
+			$loginuserRole = $auth->getStorage()->read()->emprole;
+			$loginuserGroup = $auth->getStorage()->read()->group_id;
+		}
+		
+		$where = " me.id <> ".$loginUserId;
+		if($loginuserGroup == USERS_GROUP)
+			$where .= " AND al.user_id =".$loginUserId;
+		if($searchQuery)
+			$where .= " AND ".$searchQuery;		
+		$db = Zend_Db_Table::getDefaultAdapter();
+		if($filter == '1')
+		{			
+			$where .= " AND me.backgroundchk_status <> 'Not Applicable' AND me.backgroundchk_status <> 'Yet to start'";
+			
+			$empScreeningData = $this->select()
+								->setIntegrityCheck(false)
+								
+								->from(array('me' => 'main_employees_summary'),array('id'=>'distinct concat(me.user_id,"-1")'))
+								->joinLeft(array('dt'=>'main_bgcheckdetails'),'dt.specimen_id = me.user_id',array())
+								->joinLeft(array('al'=>'main_bgagencylist'),'al.id = dt.bgagency_id',array())
+								->where($where)
+								->order("$by $sort"); 
+								return count($this->fetchAll($empScreeningData)->toArray());
+		}else{			
+			$where .= " AND me.backgroundchk_status <> 'Not Applicable' AND me.backgroundchk_status <> 'Yet to start' ";
+			$empScreeningData = $this->select()
+						->setIntegrityCheck(false)
+						->from(array('me' => 'main_candidatedetails'),array('id'=>'distinct concat(me.id,"-2")'))
+						
+						->joinLeft(array('ct'=>'tbl_cities'),'me.city=ct.id',array('city_name'=>'ct.city_name'))
+						->joinLeft(array('st'=>'tbl_states'),'me.state=st.id',array('state_name'=>'st.state_name'))
+						->joinLeft(array('cnt'=>'tbl_countries'),'me.country=cnt.id',array('country_name'=>'cnt.country_name'))
+						->joinLeft(array('dt'=>'main_bgcheckdetails'),'dt.specimen_id = me.id and flag = 2',array())
+						->joinLeft(array('al'=>'main_bgagencylist'),'al.id = dt.bgagency_id',array())
+						->where($where)
+						->order("$by $sort");
+								
+		}				
+		
+		return count($this->fetchAll($empScreeningData)->toArray());   
+	}
+	
+		
+	public function getGrid($sort,$by,$perPage,$pageNo,$searchData,$call,$dashboardcall,$queryflag,$statusidstring,$formgrid,$unitId)
+	{
+		$searchQuery = '';
+        $searchArray = array();
+        $data = array();
+		if($searchData != '' && $searchData!='undefined')
+		{
+			$searchValues = json_decode($searchData);
+			foreach($searchValues as $key => $val)
+			{
+				if($key == 'bgcheck_status')
+				{
+					$key = 'backgroundchk_status';
+					$searchQuery .= " me.".$key." like '%".$val."%' AND ";
+				}
+				else if($key == 'isactive')
+				{
+					$key = 'isactive';
+					$searchQuery .= " me.".$key." like '%".$val."%' AND ";
+				}					
+				else $searchQuery .= " ".$key." like '%".$val."%' AND ";
+				$searchArray[$key] = $val;
+			}
+			$searchQuery = rtrim($searchQuery," AND");					
+		}
+		$objName = 'empscreening';
+		if($queryflag == '2')
+		$tableFields = array('action'=>'Action','candidate_name' =>'Name','backgroundchk_status'=>'Background check status','cand_location' => 'Location','city_name'=>'City','state_name'=>'State','country_name'=>'Country','isactive'=>'Candidate status');		
+		else
+		$tableFields = array('action'=>'Action','userfullname' =>'Name','backgroundchk_status'=>'Background check status','jobtitle_name' => 'Job title','emailaddress'=>'E-Mail','isactive'=>'Employee status');
+
+		$tablecontent = $this->getEmpScreeningData($sort, $by, $pageNo, $perPage,$searchQuery,$queryflag);    
+		$count =  $this->getEmpScreeningDataCount($sort, $by, $pageNo, $perPage,$searchQuery,$queryflag);    
+		$bg_arr = array('' => 'All','In process' => 'In process','Completed' => 'Complete',
+                                'On hold' => 'On hold');
+		$dataTmp = array(
+			'sort' => $sort,
+			'by' => $by,
+			'pageNo' => $pageNo,
+			'perPage' => $perPage,				
+			'tablecontent' => $tablecontent,
+			'objectname' => $objName,
+			'extra' => array(),
+			'menuName' => 'Employee/Candidate Screening',
+			'tableheader' => $tableFields,
+			'jsGridFnName' => 'getAjaxgridData',
+			'jsFillFnName' => '',
+			'searchArray' => $searchArray,
+			'unitId'=>$statusidstring,			
+			'formgrid' => $formgrid,
+			'call'=>$call,
+			'add' => 'add',
+		    'empscreentotalcount' =>$count,
+			'dashboardcall'=>$dashboardcall,
+			'search_filters' => array(
+                            'isactive' => array(
+                                'type'=>'select',
+                                'filter_data'=>array(''=>'All',1 => 'Active',0 => 'Inactive',
+                                            2=>'Resigned',3=>'Left',4=>'Suspended',5=>'Deleted')
+                                ),
+                            'backgroundchk_status' => array(
+                                'type' => 'select',
+                                'filter_data' => $bg_arr,
+                            ),
+                        ),
+		);
+		return $dataTmp;
+	}	
+		
+	public function getEmployeesForScreening()
+	{
+		$auth = Zend_Auth::getInstance();
+     	if($auth->hasIdentity()){
+			$loginUserId = $auth->getStorage()->read()->id;
+		}
+		$db = Zend_Db_Table::getDefaultAdapter();
+		
+                $query = "SELECT CONCAT('emp','-',u.user_id) AS id,u.emprole, u.userfullname AS name , u.jobtitle_name 
+                                        as jobtitle, u.profileimg
+                                        FROM main_employees_summary u                                        
+                                        INNER JOIN main_roles r on r.id = u.emprole
+                                        WHERE u.user_id != ".$loginUserId."  AND u.isactive = 1 AND r.group_id != ".MANAGEMENT_GROUP."
+                                        AND (u.backgroundchk_status = 'Yet to start') order by u.userfullname;";
+                
+                $empData = $db->query($query);
+		$empResult= $empData->fetchAll();
+		return $empResult;
+	}
+	
+	public function getCandidatesForScreening()
+	{
+		$db = Zend_Db_Table::getDefaultAdapter();
+		$candData = $db->query("select concat('cand','-',c.id) as id,c.candidate_name as name from main_candidatedetails c 
+		INNER JOIN main_requisition r on r.id = c.requisition_id
+		where c.isactive = 1 AND c.cand_status = 'Selected' AND (backgroundchk_status = 'Yet to start') AND r.isactive = 1
+		order by candidate_name;");
+		$candResult = $candData->fetchAll();
+		return $candResult;
+	}
+	
+	public function getEmpData($id,$con)
+	{
+		$db = Zend_Db_Table::getDefaultAdapter();
+		if($con=='cand' || $con == 2)
+		{
+			$Data = $db->query("SELECT c.*,c.candidate_name as name,c.emailid as email,c.contact_number as contactnumber,
+								wd.company_name as companyname, wd.contact_number as companynumber, wd.company_address as companyaddress,
+								wd.company_website as companywebsite, wd.cand_designation as designation,DATE_FORMAT(wd.cand_fromdate,'".DATEFORMAT_MYSQL."') as fromdate,
+								DATE_FORMAT(wd.cand_todate,'".DATEFORMAT_MYSQL."') as todate,
+								c.cand_location as location,ct.city as ccity,st.state as cstate,cn.country as ccountry 
+								FROM main_candidatedetails c
+								LEFT JOIN main_candworkdetails wd on c.id=wd.cand_id
+								LEFT JOIN main_cities ct on c.city=ct.id
+								LEFT JOIN main_states st on c.state=st.id
+								LEFT JOIN main_countries cn on c.country = cn.id 
+								where c.id=".$id." and c.isactive = 1;");							
+			$data = $Data->fetchAll();
+		}
+		else if($con=='emp' || $con == 1){ 
+			$Data = $db->query("SELECT e.*,e.emp_name as name,e.emp_image as profileImage,mu.userfullname as reporting_manager,mu.emailaddress as rmanager_email,e.emp_email as email,e.emp_contactNumber as contactnumber,
+								wd.company_name as companyname, wd.contact_number as companynumber, wd.company_address as companyaddress,
+								wd.company_website as companywebsite, wd.emp_designation as designation,DATE_FORMAT(wd.emp_fromdate,'".DATEFORMAT_MYSQL."') as fromdate,
+								DATE_FORMAT(wd.emp_todate,'".DATEFORMAT_MYSQL."') as todate,
+								e.emp_location as location, ct.city as ccity,st.state as cstate,cn.country as ccountry 
+								FROM main_employees e
+								LEFT JOIN main_users mu on e.reporting_manager=mu.id
+								LEFT JOIN main_empworkdetails wd on e.id=wd.emp_id
+								LEFT JOIN main_cities ct on e.city=ct.id
+								LEFT JOIN main_states st on e.state=st.id
+								LEFT JOIN main_countries cn on e.country = cn.id 
+								where e.id=".$id." AND e.isactive = 1;");	
+			$data = $Data->fetchAll();
+		}
+		$result = $data;
+		return $result;
+	}
+	
+	public function getAgencyData($agencyArr,$limit,$page)
+	{
+		$db = Zend_Db_Table::getDefaultAdapter();
+		$where = ' a.isactive = 1 and u.isactive = 1 ';
+		for($i = 0;$i < sizeof($agencyArr);$i++)
+		{
+			$where .= " AND FIND_IN_SET('$agencyArr[$i]',a.bg_checktype) ";
+		}		
+		$agencyData = $db->query("select a.id,a.agencyname from main_bgagencylist a
+									INNER JOIN main_users u on u.id = a.user_id
+									where ".$where." ORDER BY a.agencyname ASC");//LIMIT ".$page.", ".$limit
+		$agencyResult = $agencyData->fetchAll();
+		return $agencyResult;
+	}
+	
+	public function getAgencyDataCount($agencyArr)
+	{
+		$db = Zend_Db_Table::getDefaultAdapter();
+		$where = ' isactive = 1';
+		for($i = 0;$i < sizeof($agencyArr);$i++)
+		{
+			$where .= " AND FIND_IN_SET('$agencyArr[$i]',bg_checktype) ";
+		}echo "select count(id) as count from main_bgagencylist where ".$where." ORDER BY createddate DESC
"; + $agencyData = $db->query("select count(id) as count from main_bgagencylist where ".$where); + $agencyResult = $agencyData->fetch(); + return $agencyResult['count']; + } + + public function getAgencyPOCData($agencyid) + { + $db = Zend_Db_Table::getDefaultAdapter(); + $agencyData = $db->query("SELECT a.id as agencyid, p.id as pocid,ct.city_name as ccity,st.state_name as cstate,cn.country_name as ccountry,p.contact_type as contact_type,p.contact_no,p.email,p.location, a.*,p.* + FROM main_bgagencylist a + INNER JOIN main_bgpocdetails p ON p.bg_agencyid = a.id + LEFT JOIN tbl_cities ct on p.city=ct.id + LEFT JOIN tbl_states st on p.state=st.id + LEFT JOIN tbl_countries cn on p.country = cn.id + WHERE a.id=".$agencyid." AND a.isactive = 1 AND p.isactive = 1 ORDER BY p.contact_type ASC;"); + + $result= $agencyData->fetchAll(); + return $result; + } + + public function SaveorUpdateDetails($data, $where) + { + + if($where != ''){ + $this->update($data, $where); + return 'update'; + } else { + $this->insert($data); + $id=$this->getAdapter()->lastInsertId('main_bgcheckdetails'); + return $id; + } + } + + public function getsingleEmpscreeningData($id,$userflag) + { + $row = $this->fetchRow("specimen_id = '".$id."' AND flag = '".$userflag."'"); + if (!$row) { + return 'norows'; + } + return $row->toArray(); + } + + public function checkbgstatus($specimenId,$empFlag,$con) + { + $db = Zend_Db_Table::getDefaultAdapter(); + if($empFlag == 1) { + $tableName = 'main_users'; $columnName='userfullname'; + $leftjoinData = 'LEFT JOIN main_users mu ON mu.id = tb.reporting_manager '; + $leftjoinColumns = ', mu.userfullname as reporting_manager,mu.emailaddress as rmanager_email '; + } else { + $tableName = 'main_candidatedetails'; $columnName='candidate_name'; + $leftjoinColumns = ''; + $leftjoinData = ''; + } + if($con == 'completedata') + { + if($empFlag == 1){ + $query = $db->query("select bg.explanation, mu.userfullname as reporting_manager,mu.emailaddress as rmanager_email , + bg.id,bg.process_status, bg.bgcheck_status,bg.specimen_id as specimentId,bg.flag as flag, ct.type, + ag.agencyname,tb.userfullname as username, tb.employeeId employee_id, tb.emailaddress email_id, j.jobtitlename designation FROM main_bgcheckdetails bg + LEFT JOIN main_users tb ON tb.id = bg.specimen_id + INNER JOIN main_bgchecktype ct ON ct.id = bg.bgcheck_type + INNER JOIN main_bgagencylist ag ON ag.id = bg.bgagency_id + LEFT JOIN main_employees me on tb.id = me.user_id + LEFT JOIN main_jobtitles j ON j.id = me.jobtitle_id + LEFT JOIN main_users mu ON mu.id =me.reporting_manager + WHERE bg.isactive = 1 AND bg.specimen_id =".$specimenId." AND bg.flag=1 AND bg.explanation IS NULL;"); + } + else { + $query = $db->query("select bg.explanation".$leftjoinColumns.",bg.id,bg.process_status, + bg.bgcheck_status,bg.specimen_id as specimentId,bg.flag as flag, + ct.type,ag.agencyname,tb.".$columnName." as username + FROM main_bgcheckdetails bg + LEFT JOIN ".$tableName." tb ON tb.id = bg.specimen_id + INNER JOIN main_bgchecktype ct ON ct.id = bg.bgcheck_type + INNER JOIN main_bgagencylist ag ON ag.id = bg.bgagency_id + ".$leftjoinData." + WHERE bg.isactive = 1 AND bg.specimen_id =".$specimenId." AND bg.flag=".$empFlag." AND + bg.explanation IS NULL"); + } + } + else if($con == 'status') + { + $query = $db->query("select * from main_bgcheckdetails where specimen_id =".$specimenId." AND isactive = 1 AND flag=".$empFlag); + } + else + { + $query = $db->query("select * from main_bgcheckdetails where specimen_id =".$specimenId." AND flag=".$empFlag); + } + $result = $query->fetchAll(); + return $result; + } + + public function checkdetailedbgstatus($specimenId,$empFlag,$con,$detailid,$flag = '') + { + $db = Zend_Db_Table::getDefaultAdapter(); + if($flag == 'findcompleted') + { + $query = $db->query("select * from main_bgcheckdetails where specimen_id = + (select specimen_id from main_bgcheckdetails where id = ".$detailid.") + and flag = (select flag from main_bgcheckdetails where id = ".$detailid.") and isactive = 1 and id <> ".$detailid.";"); + $result = $query->fetchAll(); + } + else + { + if($specimenId != '' && $empFlag != '') + { + $query = $db->query("select * from main_bgcheckdetails where specimen_id =".$specimenId." AND flag=".$empFlag." AND id=".$detailid); + }else { + $query = $db->query("select * from main_bgcheckdetails where id=".$detailid); + } + $result = $query->fetch(); + } + return $result; + } + + public function getEmpPersonalData($id,$con) + { + $db = Zend_Db_Table::getDefaultAdapter(); + if($con=='cand' || $con == 2) + { + $Data = $db->query("SELECT r.businessunit_id as businessid,c.*,c.candidate_name as name,c.profileimg as profileImage,c.backgroundchk_status as backgroundchk_status,c.emailid as email,c.contact_number as contactnumber, if(c.isactive = 1,'Active','Inactive') as ustatus + FROM main_candidatedetails c + LEFT JOIN main_requisition r on r.id = c.requisition_id + where c.id=".$id.";"); + $data = $Data->fetchAll(); + } + else if($con=='emp' || $con == 1){ + $Data = $db->query("select u.id,u.userfullname as name, u.employeeId employee_id, u.emailaddress email_id, j.jobtitlename designation, u.profileimg as profileImage,u.backgroundchk_status as backgroundchk_status, + if(u.isactive = 1,'Active',if(u.isactive = 2,'Resigned',if(u.isactive = 3,'Left',if(u.isactive = 4,'Suspended',if(u.isactive = 5,'Deleted','Inactive'))))) as ustatus, + u.emailaddress as email,u.contactnumber,me.businessunit_id as businessid, + mus.emailaddress as rmanager_email,mus.userfullname as reporting_manager,r.group_id + FROM main_users u + LEFT JOIN main_roles r on r.id = u.emprole + LEFT JOIN main_employees me on me.user_id=u.id + LEFT JOIN main_jobtitles j ON j.id = me.jobtitle_id + LEFT JOIN main_users mus on me.reporting_manager=mus.id + where u.id=".$id.";"); + $data = $Data->fetchAll(); + } + $result = $data; + return $result; + } + + public function getEmpAddressData($id,$con) + { + $db = Zend_Db_Table::getDefaultAdapter(); + if($con=='cand' || $con == 2) + { + $Data = $db->query("SELECT c.cand_location as location, c.pincode as pincode,ct.city_name as ccity,st.state_name as cstate,cn.country_name as ccountry + FROM main_candidatedetails c + LEFT JOIN tbl_cities ct on c.city=ct.id + LEFT JOIN tbl_states st on c.state=st.id + LEFT JOIN tbl_countries cn on c.country = cn.id + where c.id=".$id.";"); + $data = $Data->fetchAll(); + } + else if($con=='emp' || $con == 1){ + $Data = $db->query("select ec.perm_streetaddress as location,ec.perm_pincode as pincode, + ct.city_name as ccity,st.state_name as cstate,cn.country_name as ccountry + FROM main_users u + LEFT JOIN main_empcommunicationdetails ec on ec.user_id=u.id + LEFT JOIN tbl_cities ct on ec.perm_city=ct.id + LEFT JOIN tbl_states st on ec.perm_state=st.id + LEFT JOIN tbl_countries cn on ec.perm_country = cn.id + where u.id=".$id.";"); + $data = $Data->fetchAll(); + } + $result = $data; + return $result; + } + + public function getEmpCompanyData($id,$con) + { + $db = Zend_Db_Table::getDefaultAdapter(); + if($con=='cand' || $con == 2) + { + $Data = $db->query("SELECT c.id,wd.company_name as companyname, wd.contact_number as companynumber, wd.company_address as companyaddress, + wd.company_website as companywebsite, wd.cand_designation as designation,DATE_FORMAT(wd.cand_fromdate,'".DATEFORMAT_MYSQL."') as fromdate, + DATE_FORMAT(wd.cand_todate,'".DATEFORMAT_MYSQL."') as todate + FROM main_candidatedetails c + LEFT JOIN main_candworkdetails wd on c.id=wd.cand_id + where c.id=".$id." AND wd.isactive = 1;"); + $data = $Data->fetchAll(); + } + else if($con=='emp' || $con == 1){ + $Data = $db->query("select u.id,wd.comp_name as companyname, + wd.comp_website as companywebsite, wd.designation as designation,DATE_FORMAT(wd.from_date,'".DATEFORMAT_MYSQL."') as fromdate, + DATE_FORMAT(wd.to_date,'".DATEFORMAT_MYSQL."') as todate + FROM main_users u + LEFT JOIN main_empexperiancedetails wd on u.id=wd.user_id + where u.id=".$id." AND wd.isactive = 1;"); + $data = $Data->fetchAll(); + } + $result = $data; + return $result; + } + + public function checkallprocesses($id) + { + $db = Zend_Db_Table::getDefaultAdapter(); + $details = $db->query('select flag,specimen_id from main_bgcheckdetails where id='.$id); + $dedata = $details->fetch(); + $flag = $dedata['flag'];$userid = $dedata['specimen_id']; + $inactiveData = $db->query("select count(id) as count from main_bgcheckdetails where isactive = 0 and specimen_id=".$userid." and flag=".$flag.";"); + $indata = $inactiveData->fetch(); + $inactiveCount = $indata['count']; + $allData = $db->query("select count(id) as count from main_bgcheckdetails where isactive = 0 and specimen_id=".$userid." and flag=".$flag.";"); + $alldata = $allData->fetch(); + $allCount = $alldata['count']; + if($inactiveCount == $allCount) { + if($flag == 1) + { + $Data = $db->query("UPDATE main_users + SET backgroundchk_status = 'Yet to start' WHERE id=".$userid.";"); + }else{ + $Data = $db->query("UPDATE main_candidatedetails + SET backgroundchk_status = 'Yet to start' WHERE id=".$userid.";"); + } + return 'redirect'; + }else{ + return 'ignore'; + } + } + public function updateusersondelete_normalquery($userid,$flag) + { + $db = Zend_Db_Table::getDefaultAdapter(); + if($flag == 1) + { + $Data = $db->query("UPDATE main_users + SET backgroundchk_status = 'Yet to start' WHERE id=".$userid.";"); + }else{ + $Data = $db->query("UPDATE main_candidatedetails + SET backgroundchk_status = 'Yet to start' WHERE id=".$userid.";"); + } + } + + public function updateusersondelete($userid,$flag) + { + $db = Zend_Db_Table::getDefaultAdapter(); + $usermodel = new Default_Model_Users(); + $candmodel = new Default_Model_Candidatedetails(); + + $userdata = array( + 'backgroundchk_status' => 'Yet to start', + 'modifieddate' => gmdate("Y-m-d H:i:s"), + 'modifiedby' => $this->getLoginUserId() + ); + $userwhere = "id=".$userid; + if($flag == 1) + { + $usermodel->addOrUpdateUserModel($userdata,$userwhere); + }else{ + $candmodel->SaveorUpdateCandidateData($userdata,$userwhere); + } + } + + public function getempscreeningstatusArray() + { + $db = Zend_Db_Table::getDefaultAdapter(); + $Data = $db->query('select if(isactive = 1, "active",if(isactive = 2 , "resigned",if (isactive = 3,"left",if(isactive = 4,"suspended",if(isactive = 5,"deleted","Inactive"))))) as isactive from main_users where backgroundchk_status <> "Not Applicable" AND backgroundchk_status <> "Yet to start";'); + return $data = $Data->fetchAll(); + } + + public function updatebgstatus_normalquery($con,$specimenid,$flag) + { + $db = Zend_Db_Table::getDefaultAdapter(); + if($con == 'onhold') + { + if($flag == 1) + { + $Data1 = $db->query("UPDATE main_users + SET backgroundchk_status = 'On hold' WHERE id=".$specimenid.";"); + }else{ + $Data1 = $db->query("UPDATE main_candidatedetails + SET backgroundchk_status = 'On hold' WHERE id=".$specimenid.";"); + } + $Data2 = $db->query("UPDATE main_bgcheckdetails + SET bgcheck_status = 'On hold' WHERE flag = ".$flag." AND specimen_id=".$specimenid.";"); + } + if($con == 'complete') + { + if($flag == 1) + { + $Data1 = $db->query("UPDATE main_users + SET backgroundchk_status = 'Completed' WHERE id=".$specimenid.";"); + }else{ + $Data1 = $db->query("UPDATE main_candidatedetails + SET backgroundchk_status = 'Completed' WHERE id=".$specimenid.";"); + } + $Data2 = $db->query("UPDATE main_bgcheckdetails + SET bgcheck_status = 'Complete' WHERE flag = ".$flag." AND specimen_id=".$specimenid.";"); + } + } + + public function updatebgstatus($con,$specimenid,$flag) + { + $db = Zend_Db_Table::getDefaultAdapter(); + $screeningmodel = new Default_Model_Empscreening(); + $usermodel = new Default_Model_Users(); + $candmodel = new Default_Model_Candidatedetails(); + if($con == 'onhold') + { + $userdata = array( + 'backgroundchk_status' => 'On hold', + 'modifieddate' => gmdate("Y-m-d H:i:s"), + 'modifiedby' => $this->getLoginUserId() + ); + $userwhere = "id=".$specimenid; + if($flag == 1) + { + $usermodel->addOrUpdateUserModel($userdata,$userwhere); + }else{ + $candmodel->SaveorUpdateCandidateData($userdata,$userwhere); + } + + $data = array( + 'bgcheck_status' => 'On hold', + 'modifieddate' => gmdate("Y-m-d H:i:s"), + 'modifiedby' => $this->getLoginUserId() + ); + $where = "flag = ".$flag." AND specimen_id=".$specimenid; + $screeningmodel->SaveorUpdateDetails($data,$where); + } + if($con == 'complete') + { + $userdata = array( + 'backgroundchk_status' => 'Completed', + 'modifieddate' => gmdate("Y-m-d H:i:s"), + 'modifiedby' => $this->getLoginUserId() + ); + $userwhere = "id=".$specimenid; + + if($flag == 1) + { + $usermodel->addOrUpdateUserModel($userdata,$userwhere); + }else{ + $candmodel->SaveorUpdateCandidateData($userdata,$userwhere); + } + + $data = array( + 'bgcheck_status' => 'Complete', + 'modifieddate' => gmdate("Y-m-d H:i:s"), + 'modifiedby' => $this->getLoginUserId() + ); + $where = "flag = ".$flag." AND specimen_id=".$specimenid; + $screeningmodel->SaveorUpdateDetails($data,$where); + } + } + + // To save uploaded file contents + public function saveUploadedFile($files=array()){ + + $max_size = 1024; // maxim size for image file, in KiloBytes + + // Allowed image types + $allowtype = array('doc', 'docx', 'pdf', 'txt', 'xls', 'xlsx'); + + /** Uploading the image **/ + + $rezultat = ''; + $result_status = ''; + $result_msg = ''; + // if is received a valid file + + if (isset ($files['feedback-file'])) { + // checks to have the allowed extension + $type = explode(".", strtolower($files['feedback-file']['name'])); + $ext = array_pop($type); + $file_name = implode('.', $type); + if(in_array($ext, $allowtype)){ + // check its size + if ($files['feedback-file']['size']<=$max_size*1024) { + // if no errors + if ($files['feedback-file']['error'] == 0) { + $date = new DateTime(); + $timestamp = $date->getTimestamp(); + + $newname = uniqid('feedback_').'_'.$timestamp.'.'.$ext; + + // Folder to upload resumes + $newfilename = UPLOAD_PATH_FEEDBACK . "/" . $newname; + + if (!move_uploaded_file ($files['feedback-file']['tmp_name'], $newfilename)) { + $rezultat = ''; + $result_status = 'error'; + + $result_msg = "Failed to upload"; // To show error in one line, the above error message was replaced to this one. + }else{ + $rezultat = $newname; + $result_status = 'success'; + } + } + }else{ + $rezultat = ''; + $result_status = 'error'; + + $result_msg = 'Invalid file'; // To show error in one line, the above error message was replaced to this one. + } + } + else + { + $rezultat = ''; + $result_status = 'error'; + + $result_msg = 'Invalid file'; // To show error in one line, the above error message was replaced to this one. + + } + } + else + { + $rezultat = ''; + $result_status = 'error'; + + $result_msg = 'Failed to upload'; // To show error in one line, the above error message was replaced to this one. + + } + + $result = array( + 'result'=>$result_status, + 'file_name'=>$rezultat, + 'msg'=>$result_msg + ); + return $result; + } + + // To get login user ID + public function getLoginUserId(){ + $auth = Zend_Auth::getInstance(); + if($auth->hasIdentity()) + { + return $loginUserId = $auth->getStorage()->read()->id; + }else{ + return 1; + } + } + +} \ No newline at end of file diff --git a/patches/patches_1.1.7/application/modules/default/views/scripts/employee/addorghead.phtml b/patches/patches_1.1.7/application/modules/default/views/scripts/employee/addorghead.phtml new file mode 100644 index 000000000..17442be44 --- /dev/null +++ b/patches/patches_1.1.7/application/modules/default/views/scripts/employee/addorghead.phtml @@ -0,0 +1,253 @@ +. + * + * Sentrifugo Support + ********************************************************************************/ +?> + +form); ?> + +
+ + +
+ form->id; ?> + + +
Management Details
+ + +
+ +
form->employeeId; ?> + msgarray['employeeId'])){?> + msgarray['employeeId'];?> + + +
+
+ + +
+ +
form->firstname_orghead; ?> + msgarray['firstname_orghead'])){?> + msgarray['firstname_orghead'];?> + +
+
+
+ +
form->lastname_orghead; ?> + msgarray['lastname_orghead'])){?> + msgarray['lastname_orghead'];?> + +
+
+ +
+ +
form->prefix_id; ?> + msgarray['prefix_id'])){?> + msgarray['prefix_id'];?> + +
+
+ +
+ +
form->emprole; ?>
+ msgarray['emprole'])){?> + msgarray['emprole'];?> + +
+ +
+ +
form->emailaddress; ?>
+ msgarray['emailaddress'])){?> + msgarray['emailaddress'];?> + +
+
+ +
form->jobtitle_id; ?> + msgarray['jobtitle_id'])){?> + msgarray['jobtitle_id'];?> + +
+
+
+ +
form->position_id; ?> + msgarray['position_id'])){?> + msgarray['position_id'];?> + + +
+
+
+ +
form->date_of_joining_head; ?>
+ msgarray['date_of_joining_head'])){?> + msgarray['date_of_joining_head'];?> + +
+ +
+ +
form->description; ?>
+ msgarray['description'])){?> + msgarray['description'];?> + +
+ + + + + + + +
+ form->submit; ?> + + +
+
+
+ + + + + + + + + + + + + + + + + diff --git a/patches/patches_1.1.7/application/modules/default/views/scripts/employee/changeorghead.phtml b/patches/patches_1.1.7/application/modules/default/views/scripts/employee/changeorghead.phtml new file mode 100644 index 000000000..ff38cb085 --- /dev/null +++ b/patches/patches_1.1.7/application/modules/default/views/scripts/employee/changeorghead.phtml @@ -0,0 +1,349 @@ +. + * + * Sentrifugo Support + ********************************************************************************/ +?> + +user_id; +if($this->popup == 'close') { ?> +
+
+ Organization head eventact; ?> successfully. +
+ + +form);?> + +
+ + +
+ form->id; ?> + + +
+ orgheadsData)) { ?> + + +
+
+ No reporting managers to assign to the current organization head. Please add employees under management group from Human Resources >> Employees >> Add +
+ + +
Change Organization Head
Please assign a Reporting manager to the current organization head.
+
+ +
+ + msgarray['orghead_rep_manger'])){?> + msgarray['orghead_rep_manger'];?> + +
+
+
+ + + + +
+ +
+ + orgheadsData) || isset($this->msgarray['currentorghead'])){?> + msgarray['currentorghead'];?> + +
+
+ + + + + + + + + + + + +
+ form->submit; ?> + + +
+
+
+ + + + + + + + + + + + + + + + + + diff --git a/patches/patches_1.1.7/application/modules/default/views/scripts/employee/getindividualempdetails.ajax.phtml b/patches/patches_1.1.7/application/modules/default/views/scripts/employee/getindividualempdetails.ajax.phtml new file mode 100644 index 000000000..46adf0243 --- /dev/null +++ b/patches/patches_1.1.7/application/modules/default/views/scripts/employee/getindividualempdetails.ajax.phtml @@ -0,0 +1,66 @@ +. + * + * Sentrifugo Support + ********************************************************************************/ + ?> + userdetails; + $prefix = isset($userdetails['prefix_name'])?$userdetails['prefix_name']:''; + $first_name = ""; + if($prefix && isset($userdetails['firstname'])) + { + $first_name = $prefix.' '.$userdetails['firstname']; + }else if(isset($userdetails['firstname'])) + { + $first_name = $userdetails['firstname']; + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Employee IdEmail
First NameLast Name
RolePosition
JobtitleDate Of Joining
+ + + + diff --git a/patches/patches_1.1.7/install/hrms.sql b/patches/patches_1.1.7/install/hrms.sql new file mode 100644 index 000000000..f45833bc6 --- /dev/null +++ b/patches/patches_1.1.7/install/hrms.sql @@ -0,0 +1,3957 @@ +/*!40101 SET NAMES utf8 */; + +/*!40101 SET SQL_MODE=''*/; + +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; + +/*Table structure for table `main_accountclasstype` */ + +DROP TABLE IF EXISTS `main_accountclasstype`; + +CREATE TABLE `main_accountclasstype` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `accountclasstype` varchar(255) DEFAULT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_accountclasstype` */ + +/*Table structure for table `main_allottedleaveslog` */ + +DROP TABLE IF EXISTS `main_allottedleaveslog`; + +CREATE TABLE `main_allottedleaveslog` ( + `id` bigint(11) unsigned NOT NULL AUTO_INCREMENT, + `userid` bigint(11) unsigned DEFAULT NULL, + `assignedleaves` int(5) DEFAULT NULL, + `totalleaves` int(5) DEFAULT NULL, + `year` int(5) DEFAULT NULL, + `createdby` bigint(11) unsigned DEFAULT NULL, + `modifiedby` bigint(11) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_allottedleaveslog` */ + +/*Table structure for table `main_assignmententryreasoncode` */ + +DROP TABLE IF EXISTS `main_assignmententryreasoncode`; + +CREATE TABLE `main_assignmententryreasoncode` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `assignmententryreasoncode` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_assignmententryreasoncode` */ + +/*Table structure for table `main_attendancestatuscode` */ + +DROP TABLE IF EXISTS `main_attendancestatuscode`; + +CREATE TABLE `main_attendancestatuscode` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `attendancestatuscode` varchar(255) DEFAULT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_attendancestatuscode` */ + +/*Table structure for table `main_bankaccounttype` */ + +DROP TABLE IF EXISTS `main_bankaccounttype`; + +CREATE TABLE `main_bankaccounttype` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `bankaccounttype` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_bankaccounttype` */ + +/*Table structure for table `main_bgagencylist` */ + +DROP TABLE IF EXISTS `main_bgagencylist`; + +CREATE TABLE `main_bgagencylist` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `user_id` int(11) unsigned DEFAULT NULL, + `agencyname` varchar(255) NOT NULL, + `primaryphone` varchar(100) NOT NULL, + `secondaryphone` varchar(100) DEFAULT NULL, + `address` text, + `bg_checktype` varchar(255) NOT NULL, + `website_url` varchar(255) DEFAULT NULL, + `flag` tinyint(1) DEFAULT '1', + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_bgagencylist` */ + +/*Table structure for table `main_bgcheckcomments` */ + +DROP TABLE IF EXISTS `main_bgcheckcomments`; + +CREATE TABLE `main_bgcheckcomments` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `bgdet_id` int(11) unsigned DEFAULT NULL, + `comment` text, + `from_id` int(11) unsigned DEFAULT NULL, + `to_id` int(11) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_bgcheckcomments` */ + +/*Table structure for table `main_bgcheckdetails` */ + +DROP TABLE IF EXISTS `main_bgcheckdetails`; + +CREATE TABLE `main_bgcheckdetails` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `specimen_id` int(11) unsigned DEFAULT NULL, + `flag` tinyint(1) DEFAULT '1' COMMENT '1 - employee, 2- candidate', + `process_status` enum('In process','On hold','Complete') DEFAULT 'In process', + `bgagency_id` int(11) unsigned DEFAULT NULL, + `bgcheck_type` varchar(100) DEFAULT NULL, + `bgagency_pocid` int(11) unsigned DEFAULT NULL, + `bgcheck_status` enum('Yet to start','In process','On hold','Complete') DEFAULT 'In process', + `explanation` text, + `feedback_file` varchar(50) DEFAULT NULL, + `feedback_deletedby` int(11) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1' COMMENT '0 - Process deleted, 1 - Active, 2 - Agency deleted', + `recentlycommentedby` int(11) unsigned DEFAULT NULL, + `recentlycommenteddate` datetime DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_bgcheckdetails` */ + +/*Table structure for table `main_bgchecks_summary` */ + +DROP TABLE IF EXISTS `main_bgchecks_summary`; + +CREATE TABLE `main_bgchecks_summary` ( + `id` bigint(11) unsigned NOT NULL AUTO_INCREMENT, + `detail_id` bigint(11) unsigned DEFAULT NULL, + `specimen_name` varchar(200) DEFAULT NULL, + `specimen_id` bigint(11) unsigned DEFAULT NULL, + `specimen_flag` tinyint(1) DEFAULT '1', + `specimen_flag_name` enum('Employee','Candidate') DEFAULT 'Employee', + `employee_id` varchar(200) DEFAULT NULL, + `screeningtypeid` bigint(11) unsigned DEFAULT NULL, + `screeningtype_name` varchar(200) DEFAULT NULL, + `agencyid` bigint(11) unsigned DEFAULT NULL, + `agencyname` varchar(200) DEFAULT NULL, + `process_status` enum('In process','On hold','Complete') DEFAULT 'In process', + `month_name` varchar(200) DEFAULT NULL, + `year_year` varchar(200) DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `createdby` bigint(11) unsigned DEFAULT NULL, + `createdname` varchar(200) DEFAULT NULL, + `modifiedby` bigint(11) unsigned DEFAULT NULL, + `modifiedname` varchar(200) DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + `isactive_text` varchar(50) DEFAULT 'Active', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_bgchecks_summary` */ + +/*Table structure for table `main_bgchecktype` */ + +DROP TABLE IF EXISTS `main_bgchecktype`; + +CREATE TABLE `main_bgchecktype` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `type` varchar(150) NOT NULL, + `description` text, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_bgchecktype` */ + +/*Table structure for table `main_bgpocdetails` */ + +DROP TABLE IF EXISTS `main_bgpocdetails`; + +CREATE TABLE `main_bgpocdetails` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `bg_agencyid` int(11) DEFAULT NULL, + `first_name` varchar(100) DEFAULT NULL, + `last_name` varchar(100) DEFAULT NULL, + `contact_no` varchar(100) DEFAULT NULL, + `email` varchar(150) DEFAULT NULL, + `location` varchar(200) DEFAULT NULL, + `city` int(11) unsigned DEFAULT NULL, + `state` int(11) unsigned DEFAULT NULL, + `country` int(11) unsigned DEFAULT NULL, + `contact_type` tinyint(1) DEFAULT '1' COMMENT '1-primary, 2- secondary', + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_bgpocdetails` */ + +/*Table structure for table `main_businessunits` */ + +DROP TABLE IF EXISTS `main_businessunits`; + +CREATE TABLE `main_businessunits` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `unitname` varchar(255) NOT NULL, + `unitcode` varchar(50) DEFAULT NULL, + `description` text, + `startdate` date DEFAULT NULL, + `country` int(11) unsigned DEFAULT NULL, + `state` int(11) unsigned DEFAULT NULL, + `city` int(11) unsigned DEFAULT NULL, + `address1` text, + `address2` text, + `address3` text, + `timezone` int(11) DEFAULT NULL, + `unithead` varchar(255) DEFAULT NULL, + `service_desk_flag` tinyint(1) unsigned DEFAULT '1' COMMENT '1=buwise,0=deptwise', + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_businessunits` */ + +insert into `main_businessunits`(`id`,`unitname`,`unitcode`,`description`,`startdate`,`country`,`state`,`city`,`address1`,`address2`,`address3`,`timezone`,`unithead`,`service_desk_flag`,`createdby`,`modifiedby`,`createddate`,`modifieddate`,`isactive`) values (0,'No Business Unit','000',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,'2013-12-04 18:51:19','2013-12-04 18:51:19',1); + +/*Table structure for table `main_candidatedetails` */ + +DROP TABLE IF EXISTS `main_candidatedetails`; + +CREATE TABLE `main_candidatedetails` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `requisition_id` int(11) unsigned NOT NULL, + `candidate_firstname` varchar(50) DEFAULT NULL, + `candidate_lastname` varchar(50) DEFAULT NULL, + `candidate_name` varchar(100) NOT NULL, + `emailid` varchar(70) DEFAULT NULL, + `contact_number` varchar(15) DEFAULT NULL, + `profileimg` varchar(100) DEFAULT NULL, + `cand_resume` varchar(100) DEFAULT NULL COMMENT 'resume file location', + `cand_resume_deletedby` int(11) DEFAULT NULL, + `qualification` varchar(100) NOT NULL, + `experience` float NOT NULL, + `skillset` text, + `education_summary` text, + `summary` text COMMENT 'instead of resume', + `cand_status` enum('Shortlisted','Selected','Rejected','On hold','Disqualified','Scheduled','Not Scheduled','Recruited','Requisition Closed/Completed') NOT NULL, + `backgroundchk_status` enum('In process','Completed','Not Applicable','Yet to start','On hold') DEFAULT 'Yet to start', + `cand_location` varchar(150) DEFAULT NULL, + `city` int(11) unsigned DEFAULT NULL, + `state` int(11) unsigned DEFAULT NULL, + `country` int(11) unsigned DEFAULT NULL, + `pincode` varchar(15) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `NewIndex1` (`contact_number`), + UNIQUE KEY `NewIndex2` (`emailid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_candidatedetails` */ + +/*Table structure for table `main_candworkdetails` */ + +DROP TABLE IF EXISTS `main_candworkdetails`; + +CREATE TABLE `main_candworkdetails` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `cand_id` bigint(20) unsigned DEFAULT NULL, + `company_name` varchar(150) DEFAULT NULL, + `contact_number` varchar(20) DEFAULT NULL, + `company_address` varchar(500) DEFAULT NULL, + `company_website` varchar(100) DEFAULT NULL, + `cand_designation` varchar(60) DEFAULT NULL, + `cand_fromdate` date DEFAULT NULL, + `cand_todate` date DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1', + PRIMARY KEY (`id`), + KEY `NewIndex1` (`cand_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_candworkdetails` */ + +/*Table structure for table `main_cities` */ + +DROP TABLE IF EXISTS `main_cities`; + +CREATE TABLE `main_cities` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `countryid` int(11) unsigned DEFAULT NULL, + `state` int(11) unsigned DEFAULT NULL, + `city` varchar(255) DEFAULT NULL, + `city_org_id` int(11) unsigned DEFAULT NULL, + `createdby` int(11) DEFAULT NULL, + `modifiedby` int(11) DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `state_city` (`state`,`city_org_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 CHECKSUM=1 DELAY_KEY_WRITE=1 ROW_FORMAT=DYNAMIC; + +/*Data for the table `main_cities` */ + +/*Table structure for table `main_competencylevel` */ + +DROP TABLE IF EXISTS `main_competencylevel`; + +CREATE TABLE `main_competencylevel` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `competencylevel` varchar(255) DEFAULT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_competencylevel` */ + +/*Table structure for table `main_countries` */ + +DROP TABLE IF EXISTS `main_countries`; + +CREATE TABLE `main_countries` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `country` varchar(255) NOT NULL, + `countrycode` varchar(255) DEFAULT NULL, + `citizenship` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1', + `country_id_org` int(10) unsigned DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_countries` */ + +/*Table structure for table `main_cronstatus` */ + +DROP TABLE IF EXISTS `main_cronstatus`; + +CREATE TABLE `main_cronstatus` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `cron_type` enum('General','Employee expiry','Requisition expiry','Approve leave','Inactive users','Emp docs expiry') DEFAULT 'General', + `cron_status` int(11) unsigned NOT NULL COMMENT '0=complete,1=inprogress', + `started_at` datetime DEFAULT NULL, + `completed_at` datetime DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_cronstatus` */ + +/*Table structure for table `main_currency` */ + +DROP TABLE IF EXISTS `main_currency`; + +CREATE TABLE `main_currency` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `currencyname` varchar(255) NOT NULL, + `currencycode` varchar(255) DEFAULT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_currency` */ + +/*Table structure for table `main_currencyconverter` */ + +DROP TABLE IF EXISTS `main_currencyconverter`; + +CREATE TABLE `main_currencyconverter` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `basecurrency` int(11) NOT NULL, + `targetcurrency` int(11) NOT NULL, + `basecurrtext` varchar(255) DEFAULT NULL, + `targetcurrtext` varchar(255) DEFAULT NULL, + `exchangerate` varchar(255) DEFAULT NULL, + `start_date` date DEFAULT NULL, + `end_date` date DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `description` varchar(255) DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_currencyconverter` */ + +/*Table structure for table `main_dateformat` */ + +DROP TABLE IF EXISTS `main_dateformat`; + +CREATE TABLE `main_dateformat` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `mysql_dateformat` varchar(50) DEFAULT NULL COMMENT 'format for mysql', + `js_dateformat` varchar(50) DEFAULT NULL COMMENT 'format for javascript', + `dateformat` varchar(50) NOT NULL COMMENT 'for php', + `example` varchar(60) DEFAULT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1; + +/*Data for the table `main_dateformat` */ + +insert into `main_dateformat`(`id`,`mysql_dateformat`,`js_dateformat`,`dateformat`,`example`,`description`,`createdby`,`modifiedby`,`createddate`,`modifieddate`,`isactive`) values (1,'%m/%d/%y','mm/dd/y','m/d/y','10/01/13','American month, day and year(2 digits)',1,1,'2013-10-04 13:18:25','2013-10-05 11:29:37',1),(2,'%m/%d/%Y','mm/dd/yy','m/d/Y','01/01/2013','American month, day and year',1,1,'2013-10-04 13:22:25','2013-10-04 13:22:25',1),(3,'%Y/%m/%d','yy/mm/dd','Y/m/d','2013/10/01','Four digit year, month and day with slashes',1,1,'2013-10-04 13:23:46','2013-10-04 13:23:46',1),(4,'%Y-%m-%d','yy-mm-dd','Y-m-d','2013-03-31','Year, month and day with dashes',1,1,'2013-10-04 13:26:34','2013-10-04 13:26:34',1),(5,'%d.%m.%Y','dd.mm.yy','d.m.Y','10.01.2013','Day, month and four digit year with dots',1,1,'2013-10-04 13:30:29','2013-10-04 13:30:29',1),(6,'%d-%m-%Y','dd-mm-yy','d-m-Y','10-01-2013','Day, month and four digit year with dashes',1,1,'2013-10-04 13:30:55','2013-10-04 13:30:55',1),(9,'%d %M %Y','dd MM yy','d F Y','04 October 2013','Day, textual month and year',1,1,'2013-10-04 13:36:40','2013-10-04 13:37:35',1),(10,'%M %D, %Y','MM dd, yy','F jS, Y','July 1st, 2008','Textual month, day and year',1,1,'2013-10-04 13:41:36','2013-10-04 13:41:36',1),(11,'%b-%d-%Y','M-mm-yy','M-d-Y','Apr-17-2012','Month abbreviation, day and year',1,1,'2013-10-04 13:43:16','2013-10-04 13:43:16',1),(12,'%Y-%b-%d','yy-M-dd','Y-M-d','2013-Dec-22','Year, month abbreviation and day',1,1,'2013-10-04 13:44:27','2013-10-04 13:44:27',1); + +/*Table structure for table `main_departments` */ + +DROP TABLE IF EXISTS `main_departments`; + +CREATE TABLE `main_departments` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `deptname` varchar(150) NOT NULL, + `deptcode` varchar(20) DEFAULT NULL, + `description` varchar(255) DEFAULT NULL, + `startdate` date DEFAULT NULL, + `country` int(11) unsigned DEFAULT NULL, + `state` int(11) unsigned DEFAULT NULL, + `city` int(11) unsigned DEFAULT NULL, + `address1` text NOT NULL, + `address2` text, + `address3` text, + `timezone` int(11) DEFAULT NULL, + `depthead` int(11) unsigned DEFAULT NULL, + `unitid` int(11) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_departments` */ + +/*Table structure for table `main_educationlevelcode` */ + +DROP TABLE IF EXISTS `main_educationlevelcode`; + +CREATE TABLE `main_educationlevelcode` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `educationlevelcode` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_educationlevelcode` */ + +/*Table structure for table `main_eeoccategory` */ + +DROP TABLE IF EXISTS `main_eeoccategory`; + +CREATE TABLE `main_eeoccategory` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `eeoccategory` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) DEFAULT NULL, + `modifiedby` int(11) DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_eeoccategory` */ + +/*Table structure for table `main_emailLogs` */ + +DROP TABLE IF EXISTS `main_emailLogs`; + +CREATE TABLE `main_emailLogs` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `fromEmail` varchar(200) DEFAULT NULL, + `toEmail` varchar(200) DEFAULT NULL, + `toName` varchar(200) DEFAULT NULL, + `cc` text, + `bcc` text, + `emailsubject` varchar(255) DEFAULT NULL, + `header` varchar(255) DEFAULT NULL, + `message` text, + `is_sent` tinyint(1) unsigned DEFAULT '0' COMMENT '1=sent,0= not sent', + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `key1` varchar(50) DEFAULT NULL, + `key2` varchar(50) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_emailLogs` */ + +/*Table structure for table `main_emailcontacts` */ + +DROP TABLE IF EXISTS `main_emailcontacts`; + +CREATE TABLE `main_emailcontacts` ( + `id` tinyint(4) NOT NULL AUTO_INCREMENT, + `group_id` int(11) unsigned NOT NULL, + `business_unit_id` int(11) unsigned NOT NULL, + `groupEmail` varchar(50) NOT NULL, + `isactive` tinyint(4) unsigned DEFAULT '1', + `createdBy` int(11) DEFAULT NULL, + `modifiedBy` int(11) DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_emailcontacts` */ + +/*Table structure for table `main_emailgroups` */ + +DROP TABLE IF EXISTS `main_emailgroups`; + +CREATE TABLE `main_emailgroups` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `group_name` varchar(100) NOT NULL, + `group_code` varchar(50) DEFAULT NULL, + `description` varchar(200) DEFAULT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1', + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; + +/*Data for the table `main_emailgroups` */ + +insert into `main_emailgroups`(`id`,`group_name`,`group_code`,`description`,`isactive`,`createdby`,`modifiedby`,`createddate`,`modifieddate`) values (1,'Requisition - HR Group','REQ_HR','Used in resource requisition for HR',1,NULL,NULL,'2013-10-05 14:22:17','2013-10-05 14:22:17'),(2,'Leave Management','LV_HR','Used in leave management',1,NULL,NULL,'2013-10-05 14:22:17','2013-10-05 14:22:17'),(3,'Performance Appraisal','PER_APPRAISAL','Used in performance appraisal',1,NULL,NULL,'2013-10-05 14:22:17','2013-10-05 14:22:17'),(4,'Background Checks - HR Group','BG_CHECKS_HR','Used in background checks',1,NULL,NULL,'2013-10-05 14:22:17','2013-10-05 14:22:17'),(5,'Requisition - Management Group','REQ_MGMT','Used in resource requisition for Management',1,NULL,NULL,'2013-10-08 00:00:00','2013-10-08 00:00:00'),(6,'Background Checks - Management Group','BG_CHECKS_MNGMNT','Background checks management',1,NULL,NULL,'2013-10-10 14:16:31','2013-10-10 14:16:31'); + +/*Table structure for table `main_emp_reporting` */ + +DROP TABLE IF EXISTS `main_emp_reporting`; + +CREATE TABLE `main_emp_reporting` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `emp_id` bigint(20) unsigned NOT NULL, + `reporting_manager_id` bigint(20) unsigned NOT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1', + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_emp_reporting` */ + +/*Table structure for table `main_empadditionaldetails` */ + +DROP TABLE IF EXISTS `main_empadditionaldetails`; + +CREATE TABLE `main_empadditionaldetails` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) unsigned NOT NULL, + `military_status` tinyint(1) DEFAULT NULL COMMENT '1-Yes,2-No', + `countries_served` int(11) unsigned DEFAULT NULL, + `branch_service` varchar(100) DEFAULT NULL, + `rank_achieved` varchar(100) DEFAULT NULL, + `from_date` date DEFAULT NULL, + `to_date` date DEFAULT NULL, + `special_training` text, + `awards` text, + `discharge_status` tinyint(1) DEFAULT NULL COMMENT '1-Honorable,2-Medical', + `service_number` varchar(100) DEFAULT NULL, + `rank` varchar(100) DEFAULT NULL, + `verification_report` varchar(100) DEFAULT NULL, + `military_servicetype` int(11) unsigned DEFAULT NULL, + `veteran_status` int(11) unsigned DEFAULT NULL, + `createdby` bigint(20) unsigned DEFAULT NULL, + `modifiedby` bigint(20) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_empadditionaldetails` */ + +/*Table structure for table `main_empcertificationdetails` */ + +DROP TABLE IF EXISTS `main_empcertificationdetails`; + +CREATE TABLE `main_empcertificationdetails` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) unsigned DEFAULT NULL, + `course_name` varchar(100) DEFAULT NULL, + `description` text, + `course_level` varchar(100) DEFAULT NULL, + `course_offered_by` varchar(100) DEFAULT NULL, + `certification_name` varchar(100) DEFAULT NULL, + `issued_date` date DEFAULT NULL, + `createdby` bigint(20) DEFAULT NULL, + `modifiedby` bigint(20) DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_empcertificationdetails` */ + +/*Table structure for table `main_empcommunicationdetails` */ + +DROP TABLE IF EXISTS `main_empcommunicationdetails`; + +CREATE TABLE `main_empcommunicationdetails` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) NOT NULL, + `personalemail` varchar(100) DEFAULT NULL, + `perm_streetaddress` varchar(200) DEFAULT NULL, + `perm_country` bigint(20) DEFAULT NULL, + `perm_state` bigint(20) DEFAULT NULL, + `perm_city` bigint(20) DEFAULT NULL, + `perm_pincode` varchar(15) DEFAULT NULL, + `current_streetaddress` varchar(200) DEFAULT NULL, + `current_country` bigint(20) DEFAULT NULL, + `current_state` bigint(20) DEFAULT NULL, + `current_city` bigint(20) DEFAULT NULL, + `current_pincode` varchar(15) DEFAULT NULL, + `emergency_number` varchar(100) DEFAULT NULL, + `emergency_name` varchar(50) DEFAULT NULL, + `emergency_email` varchar(100) DEFAULT NULL, + `createdby` bigint(20) DEFAULT NULL, + `modifiedby` bigint(20) DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_empcommunicationdetails` */ + +/*Table structure for table `main_empcreditcarddetails` */ + +DROP TABLE IF EXISTS `main_empcreditcarddetails`; + +CREATE TABLE `main_empcreditcarddetails` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) unsigned NOT NULL, + `card_type` varchar(100) DEFAULT NULL, + `card_number` bigint(20) unsigned DEFAULT NULL, + `nameoncard` varchar(100) DEFAULT NULL, + `card_expiration` date DEFAULT NULL, + `card_issued_comp` varchar(255) DEFAULT NULL, + `card_code` varchar(100) DEFAULT NULL, + `createdby` bigint(20) unsigned DEFAULT NULL, + `modifiedby` bigint(20) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_empcreditcarddetails` */ + +/*Table structure for table `main_empdependencydetails` */ + +DROP TABLE IF EXISTS `main_empdependencydetails`; + +CREATE TABLE `main_empdependencydetails` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) NOT NULL, + `dependent_name` varchar(100) DEFAULT NULL, + `dependent_relation` varchar(100) DEFAULT NULL, + `dependent_custody` varchar(100) DEFAULT NULL, + `dependent_dob` date DEFAULT NULL, + `dependent_age` int(11) unsigned DEFAULT NULL, + `createdby` bigint(20) unsigned DEFAULT NULL, + `modifiedby` bigint(20) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_empdependencydetails` */ + +/*Table structure for table `main_empdisabilitydetails` */ + +DROP TABLE IF EXISTS `main_empdisabilitydetails`; + +CREATE TABLE `main_empdisabilitydetails` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) unsigned NOT NULL, + `disability_name` varchar(50) DEFAULT NULL, + `disability_type` varchar(100) DEFAULT NULL, + `other_disability_type` varchar(100) DEFAULT NULL, + `disability_description` text, + `createdby` bigint(20) DEFAULT NULL, + `modifiedby` bigint(20) DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_empdisabilitydetails` */ + +/*Table structure for table `main_empeducationdetails` */ + +DROP TABLE IF EXISTS `main_empeducationdetails`; + +CREATE TABLE `main_empeducationdetails` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) unsigned NOT NULL, + `educationlevel` int(11) unsigned DEFAULT NULL, + `institution_name` varchar(255) DEFAULT NULL, + `course` varchar(100) DEFAULT NULL, + `from_date` date DEFAULT NULL, + `to_date` date DEFAULT NULL, + `percentage` int(11) unsigned DEFAULT NULL, + `createdby` bigint(20) unsigned DEFAULT NULL, + `modifiedby` bigint(20) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_empeducationdetails` */ + +/*Table structure for table `main_empexperiancedetails` */ + +DROP TABLE IF EXISTS `main_empexperiancedetails`; + +CREATE TABLE `main_empexperiancedetails` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) NOT NULL, + `comp_name` varchar(100) DEFAULT NULL, + `comp_website` varchar(255) DEFAULT NULL, + `designation` varchar(100) DEFAULT NULL, + `from_date` date DEFAULT NULL, + `to_date` date DEFAULT NULL, + `reason_for_leaving` text, + `reference_name` varchar(100) DEFAULT NULL, + `reference_contact` varchar(100) DEFAULT NULL COMMENT 'referrer contact data type is changed from bigint(20) to varchar', + `reference_email` varchar(100) DEFAULT NULL, + `createdby` bigint(20) DEFAULT NULL, + `modifiedby` bigint(20) DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_empexperiancedetails` */ + +/*Table structure for table `main_empholidays` */ + +DROP TABLE IF EXISTS `main_empholidays`; + +CREATE TABLE `main_empholidays` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) unsigned DEFAULT NULL, + `holiday_group_id` int(10) unsigned DEFAULT NULL, + `createdby` bigint(20) unsigned DEFAULT NULL, + `modifiedby` bigint(20) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `unique_user_id` (`user_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_empholidays` */ + +/*Table structure for table `main_empjobhistory` */ + +DROP TABLE IF EXISTS `main_empjobhistory`; + +CREATE TABLE `main_empjobhistory` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) unsigned NOT NULL, + `positionheld` int(11) unsigned DEFAULT NULL, + `department` int(11) unsigned DEFAULT NULL, + `jobtitleid` int(11) unsigned DEFAULT NULL, + `start_date` date DEFAULT NULL, + `end_date` date DEFAULT NULL, + `active_company` tinyint(1) DEFAULT NULL COMMENT '1-yes,2-No', + `createdby` bigint(20) unsigned DEFAULT NULL, + `modifiedby` bigint(20) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_empjobhistory` */ + +/*Table structure for table `main_employeeleaves` */ + +DROP TABLE IF EXISTS `main_employeeleaves`; + +CREATE TABLE `main_employeeleaves` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) unsigned DEFAULT NULL, + `emp_leave_limit` float DEFAULT NULL, + `used_leaves` float DEFAULT NULL, + `alloted_year` year(4) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + `isleavetrasnferset` tinyint(1) DEFAULT '0' COMMENT '0-Notset,1-set', + PRIMARY KEY (`id`), + UNIQUE KEY `User_year` (`user_id`,`alloted_year`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_employeeleaves` */ + +/*Table structure for table `main_employeeleavetypes` */ + +DROP TABLE IF EXISTS `main_employeeleavetypes`; + +CREATE TABLE `main_employeeleavetypes` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `leavetype` varchar(255) DEFAULT NULL, + `numberofdays` int(11) DEFAULT NULL, + `leavecode` varchar(255) DEFAULT NULL, + `description` varchar(255) DEFAULT NULL, + `leavepreallocated` tinyint(4) DEFAULT NULL COMMENT '1-yes,2-No', + `leavepredeductable` tinyint(4) DEFAULT NULL COMMENT '1-yes,2-No', + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_employeeleavetypes` */ + +/*Table structure for table `main_employees` */ + +DROP TABLE IF EXISTS `main_employees`; + +CREATE TABLE `main_employees` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) unsigned NOT NULL, + `date_of_joining` date DEFAULT '0000-00-00', + `date_of_leaving` date DEFAULT '0000-00-00', + `reporting_manager` bigint(20) unsigned DEFAULT NULL, + `emp_status_id` int(11) unsigned DEFAULT NULL, + `businessunit_id` int(11) unsigned DEFAULT NULL, + `department_id` int(11) unsigned DEFAULT NULL, + `jobtitle_id` int(11) unsigned DEFAULT NULL, + `position_id` int(11) unsigned DEFAULT NULL, + `years_exp` varchar(20) DEFAULT NULL COMMENT 'for numbers we are using varchar datatype', + `holiday_group` int(11) unsigned DEFAULT NULL, + `prefix_id` int(11) unsigned DEFAULT NULL, + `extension_number` varchar(20) DEFAULT NULL COMMENT 'for numbers we are using varchar datatype', + `office_number` varchar(100) DEFAULT NULL, + `office_faxnumber` varchar(100) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1' COMMENT '1-active,5-deleted', + `is_orghead` tinyint(1) unsigned DEFAULT '0' COMMENT '1=organisation head,0=normal employee', + PRIMARY KEY (`id`), + UNIQUE KEY `unique_user_id` (`user_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_employees` */ + +/*Table structure for table `main_employees_summary` */ + +DROP TABLE IF EXISTS `main_employees_summary`; + +CREATE TABLE `main_employees_summary` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `user_id` int(11) unsigned NOT NULL, + `date_of_joining` date DEFAULT NULL, + `date_of_leaving` date DEFAULT NULL, + `reporting_manager` int(11) unsigned DEFAULT NULL, + `reporting_manager_name` varchar(250) DEFAULT NULL, + `emp_status_id` int(11) unsigned DEFAULT NULL, + `emp_status_name` varchar(250) DEFAULT NULL, + `businessunit_id` int(11) unsigned DEFAULT NULL, + `businessunit_name` varchar(250) DEFAULT NULL, + `department_id` int(11) unsigned DEFAULT NULL, + `department_name` varchar(250) DEFAULT NULL, + `jobtitle_id` int(11) unsigned DEFAULT NULL, + `jobtitle_name` varchar(250) DEFAULT NULL, + `position_id` int(11) unsigned DEFAULT NULL, + `position_name` varchar(250) DEFAULT NULL, + `years_exp` varchar(10) DEFAULT NULL, + `holiday_group` int(11) unsigned DEFAULT NULL, + `holiday_group_name` varchar(250) DEFAULT NULL, + `prefix_id` int(11) unsigned DEFAULT NULL, + `prefix_name` varchar(250) DEFAULT NULL, + `extension_number` varchar(20) DEFAULT NULL, + `office_number` varchar(20) DEFAULT NULL, + `office_faxnumber` varchar(20) DEFAULT NULL, + `emprole` int(11) unsigned DEFAULT NULL, + `emprole_name` varchar(250) DEFAULT NULL, + `firstname` varchar(255) DEFAULT NULL, + `lastname` varchar(255) DEFAULT NULL, + `userfullname` varchar(250) DEFAULT NULL, + `emailaddress` varchar(100) DEFAULT NULL, + `contactnumber` varchar(20) DEFAULT NULL, + `backgroundchk_status` enum('In process','Completed','Not Applicable','Yet to start','On hold') DEFAULT NULL, + `employeeId` varchar(20) DEFAULT NULL, + `modeofentry` varchar(100) DEFAULT NULL, + `other_modeofentry` varchar(100) DEFAULT NULL, + `selecteddate` date DEFAULT NULL, + `candidatereferredby` int(11) unsigned DEFAULT NULL, + `referer_name` varchar(250) DEFAULT NULL, + `profileimg` varchar(250) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `createdby_name` varchar(250) DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(2) unsigned DEFAULT NULL COMMENT '0=inactive,1-Active,2-resigned,3-left,4-suspended,5-deleted,', + PRIMARY KEY (`id`), + UNIQUE KEY `un1` (`user_id`), + KEY `NewIndex1` (`user_id`), + KEY `NewIndex2` (`reporting_manager`), + KEY `NewIndex3` (`emp_status_id`), + KEY `NewIndex4` (`businessunit_id`), + KEY `NewIndex5` (`department_id`), + KEY `NewIndex6` (`jobtitle_id`), + KEY `NewIndex7` (`position_id`), + KEY `NewIndex8` (`holiday_group`), + KEY `NewIndex9` (`prefix_id`), + KEY `NewIndex10` (`emprole`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_employees_summary` */ + +/*Table structure for table `main_employmentstatus` */ + +DROP TABLE IF EXISTS `main_employmentstatus`; + +CREATE TABLE `main_employmentstatus` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `workcode` varchar(255) DEFAULT NULL, + `workcodename` int(11) unsigned DEFAULT NULL, + `default_leaves` int(11) DEFAULT '0', + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_employmentstatus` */ + +/*Table structure for table `main_empmedicalclaims` */ + +DROP TABLE IF EXISTS `main_empmedicalclaims`; + +CREATE TABLE `main_empmedicalclaims` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) unsigned NOT NULL, + `injury_type` tinyint(1) DEFAULT NULL COMMENT '1-injury,2-maternity,3-paternity,4-disablity', + `injury_description` text, + `injury_indicator` tinyint(1) DEFAULT NULL COMMENT '1-yes,2-no', + `injured_date` date DEFAULT NULL, + `injury_name` varchar(100) DEFAULT NULL, + `injury_severity` tinyint(1) DEFAULT NULL COMMENT '1-Major,2-Minor', + `disability_type` varchar(100) DEFAULT NULL, + `other_disability_type` varchar(100) DEFAULT NULL, + `disablity_approved` tinyint(1) DEFAULT '1' COMMENT '1-yes,2-no', + `medical_insurer_name` varchar(100) DEFAULT NULL COMMENT 'Medical insurer name', + `expected_date_join` date DEFAULT NULL, + `leavebyemployeer_to_date` date DEFAULT NULL, + `leavebyemployeer_from_date` date DEFAULT NULL, + `leavebyemployeer_days` bigint(20) DEFAULT NULL, + `leaveappliedbyemployee_to_date` date DEFAULT NULL, + `leaveappliedbyemployee_from_date` date DEFAULT NULL, + `leaveappliedbyemployee_days` bigint(20) DEFAULT NULL, + `hospital_name` varchar(100) DEFAULT NULL, + `hospital_address` text, + `room_number` varchar(50) DEFAULT NULL, + `concerned_physician_name` varchar(100) DEFAULT NULL, + `treatment_details` text, + `total_cost` bigint(20) DEFAULT NULL, + `amount_claimed_for` bigint(20) DEFAULT NULL, + `amount_approved` bigint(20) DEFAULT NULL, + `createdby` bigint(20) DEFAULT NULL, + `modifiedby` bigint(20) DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`), + KEY `unique_user_id` (`user_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 CHECKSUM=1 DELAY_KEY_WRITE=1 ROW_FORMAT=DYNAMIC; + +/*Data for the table `main_empmedicalclaims` */ + +/*Table structure for table `main_emppersonaldetails` */ + +DROP TABLE IF EXISTS `main_emppersonaldetails`; + +CREATE TABLE `main_emppersonaldetails` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) NOT NULL, + `genderid` int(11) unsigned DEFAULT NULL, + `maritalstatusid` int(11) unsigned DEFAULT NULL, + `nationalityid` int(11) unsigned DEFAULT NULL, + `ethniccodeid` int(11) unsigned DEFAULT NULL, + `racecodeid` int(11) unsigned DEFAULT NULL, + `languageid` int(11) unsigned DEFAULT NULL, + `dob` date DEFAULT NULL, + `celebrated_dob` date DEFAULT NULL, + `bloodgroup` varchar(100) DEFAULT NULL, + `identity_documents` longtext, + `createdby` bigint(20) unsigned DEFAULT NULL, + `modifiedby` bigint(20) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `unique_user_id` (`user_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_emppersonaldetails` */ + +/*Table structure for table `main_empsalarydetails` */ + +DROP TABLE IF EXISTS `main_empsalarydetails`; + +CREATE TABLE `main_empsalarydetails` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) unsigned NOT NULL, + `currencyid` int(11) unsigned DEFAULT NULL, + `salarytype` int(11) unsigned DEFAULT NULL, + `salary` decimal(25,2) unsigned DEFAULT NULL, + `bankname` varchar(100) DEFAULT NULL, + `accountholder_name` varchar(100) DEFAULT NULL, + `accountholding` date DEFAULT NULL, + `accountclasstypeid` int(11) unsigned DEFAULT NULL, + `bankaccountid` int(11) unsigned DEFAULT NULL, + `accountnumber` varchar(100) DEFAULT NULL, + `createdby` bigint(20) unsigned DEFAULT NULL, + `modifiedby` bigint(20) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) unsigned DEFAULT NULL, + PRIMARY KEY (`id`) + ) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_empsalarydetails` */ + +/*Table structure for table `main_empskills` */ + +DROP TABLE IF EXISTS `main_empskills`; + +CREATE TABLE `main_empskills` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) DEFAULT NULL, + `skillname` varchar(100) DEFAULT NULL, + `yearsofexp` varchar(20) DEFAULT NULL, + `competencylevelid` int(11) DEFAULT NULL, + `year_skill_last_used` date DEFAULT NULL, + `createdby` bigint(20) DEFAULT NULL, + `modifiedby` bigint(20) DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_empskills` */ + +/*Table structure for table `main_empvisadetails` */ + +DROP TABLE IF EXISTS `main_empvisadetails`; + +CREATE TABLE `main_empvisadetails` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) NOT NULL, + `passport_number` varchar(100) DEFAULT NULL, + `passport_issue_date` date DEFAULT NULL, + `passport_expiry_date` date DEFAULT NULL, + `visa_number` varchar(100) DEFAULT NULL, + `visa_type` varchar(100) DEFAULT NULL, + `visa_issue_date` date DEFAULT NULL, + `visa_expiry_date` date DEFAULT NULL, + `inine_status` varchar(100) DEFAULT NULL, + `inine_review_date` date DEFAULT NULL, + `issuing_authority` varchar(100) DEFAULT NULL, + `ininetyfour_status` varchar(100) DEFAULT NULL, + `ininetyfour_expiry_date` date DEFAULT NULL, + `createdby` bigint(20) NOT NULL, + `modifiedby` bigint(20) NOT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `unique_user_id` (`user_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_empvisadetails` */ + +/*Table structure for table `main_empworkdetails` */ + +DROP TABLE IF EXISTS `main_empworkdetails`; + +CREATE TABLE `main_empworkdetails` ( + `id` int(11) unsigned NOT NULL, + `user_id` int(11) unsigned NOT NULL, + `company_name` varchar(255) DEFAULT NULL, + `contact_number` varchar(15) DEFAULT NULL, + `company_address` text, + `company_website` varchar(200) DEFAULT NULL, + `emp_designation` varchar(100) DEFAULT NULL, + `emp_fromdate` datetime DEFAULT NULL, + `emp_todate` datetime DEFAULT NULL, + `createdby` int(10) unsigned DEFAULT NULL, + `modifiedby` int(10) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_empworkdetails` */ + +/*Table structure for table `main_empworkeligibility` */ + +DROP TABLE IF EXISTS `main_empworkeligibility`; + +CREATE TABLE `main_empworkeligibility` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) NOT NULL, + `documenttype_id` int(11) unsigned DEFAULT NULL, + `doc_issue_date` date DEFAULT NULL, + `doc_expiry_date` date DEFAULT NULL, + `issuingauth_name` varchar(100) DEFAULT NULL, + `issuingauth_country` int(11) unsigned DEFAULT NULL, + `issuingauth_state` int(11) unsigned DEFAULT NULL, + `issuingauth_city` int(11) unsigned DEFAULT NULL, + `issuingauth_postalcode` varchar(15) DEFAULT NULL, + `createdby` bigint(20) DEFAULT NULL, + `modifiedby` bigint(20) DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `unique_user_id` (`user_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_empworkeligibility` */ + +/*Table structure for table `main_ethniccode` */ + +DROP TABLE IF EXISTS `main_ethniccode`; + +CREATE TABLE `main_ethniccode` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `ethniccode` varchar(255) NOT NULL, + `ethnicname` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_ethniccode` */ + +/*Table structure for table `main_gender` */ + +DROP TABLE IF EXISTS `main_gender`; + +CREATE TABLE `main_gender` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `gendercode` varchar(255) NOT NULL, + `gendername` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_gender` */ + +/*Table structure for table `main_geographygroup` */ + +DROP TABLE IF EXISTS `main_geographygroup`; + +CREATE TABLE `main_geographygroup` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `currency` int(11) DEFAULT NULL, + `geographygroupname` varchar(255) DEFAULT NULL, + `geographycode` varchar(255) NOT NULL, + `geographyregion` varchar(255) DEFAULT NULL, + `geographycityname` varchar(255) DEFAULT NULL, + `defaultGeographyGroup` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_geographygroup` */ + +/*Table structure for table `main_groups` */ + +DROP TABLE IF EXISTS `main_groups`; + +CREATE TABLE `main_groups` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `group_name` varchar(60) NOT NULL, + `description` varchar(150) DEFAULT NULL, + `level` int(11) unsigned DEFAULT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1' COMMENT '1=active,0=inactive', + `created` datetime DEFAULT NULL, + `modified` datetime DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; + +/*Data for the table `main_groups` */ + +insert into `main_groups`(`id`,`group_name`,`description`,`level`,`isactive`,`created`,`modified`,`createdby`,`modifiedby`) values (1,'Management','This is Management group.',1,1,'2013-08-19 11:51:14','2013-08-19 11:51:14',1,1),(2,'Manager','This is manager group.',2,1,'2013-08-19 11:51:14','2013-08-19 11:51:14',1,1),(3,'HR','This is hr group.',3,1,'2013-08-19 11:51:14','2013-08-19 11:51:14',1,1),(4,'Employees','This is employees group.',4,1,'2013-08-19 11:51:14','2013-08-19 11:51:14',1,1),(5,'External Users','This is user group.',5,1,'2013-08-19 16:29:14','2013-08-19 16:29:14',1,1),(6,'System Admin','This is the system administration group',6,1,'2013-08-19 16:29:14','2013-08-19 16:29:14',1,1); + +/*Table structure for table `main_hierarchylevels` */ + +DROP TABLE IF EXISTS `main_hierarchylevels`; + +CREATE TABLE `main_hierarchylevels` ( + `id` bigint(11) NOT NULL AUTO_INCREMENT, + `level_number` int(2) NOT NULL, + `parent` bigint(11) NOT NULL, + `userid` bigint(11) NOT NULL, + `createdby` bigint(11) DEFAULT NULL, + `modifiedby` bigint(11) DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `userid_unique` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_hierarchylevels` */ + +/*Table structure for table `main_holidaydates` */ + +DROP TABLE IF EXISTS `main_holidaydates`; + +CREATE TABLE `main_holidaydates` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `holidayname` varchar(255) DEFAULT NULL, + `groupid` int(11) DEFAULT NULL, + `holidaydate` date DEFAULT NULL, + `holidayyear` year(4) DEFAULT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_holidaydates` */ + +/*Table structure for table `main_holidaygroups` */ + +DROP TABLE IF EXISTS `main_holidaygroups`; + +CREATE TABLE `main_holidaygroups` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `groupname` varchar(255) DEFAULT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_holidaygroups` */ + +/*Table structure for table `main_identitycodes` */ + +DROP TABLE IF EXISTS `main_identitycodes`; + +CREATE TABLE `main_identitycodes` ( + `id` tinyint(4) NOT NULL AUTO_INCREMENT, + `employee_code` varchar(100) DEFAULT NULL, + `backgroundagency_code` varchar(100) DEFAULT NULL, + `vendors_code` varchar(100) DEFAULT NULL, + `staffing_code` varchar(100) DEFAULT NULL, + `users_code` varchar(10) DEFAULT NULL COMMENT 'for users', + `requisition_code` varchar(10) DEFAULT NULL COMMENT 'for requisition', + `createdBy` int(11) DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifiedBy` int(11) DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_identitycodes` */ +insert into main_identitycodes (id,employee_code,backgroundagency_code, vendors_code, staffing_code, users_code, requisition_code, createdBy, createddate, modifiedBy, modifieddate)values(1, 'EMPP', 'BGCK', '', '', 'USER', 'REQ', '1', now(), '1', now()); + +/*Table structure for table `main_identitydocuments` */ + +DROP TABLE IF EXISTS `main_identitydocuments`; + +CREATE TABLE `main_identitydocuments` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `document_name` varchar(500) DEFAULT NULL COMMENT '1-Yes,2-No', + `mandatory` tinyint(1) DEFAULT NULL COMMENT '1-Yes,2-No', + `expiry` tinyint(1) DEFAULT NULL COMMENT '1-Yes,2-No', + `description` varchar(500) DEFAULT NULL, + `createdby` bigint(20) unsigned DEFAULT NULL, + `modifiedby` bigint(20) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_identitydocuments` */ + +/*Table structure for table `main_interviewdetails` */ + +DROP TABLE IF EXISTS `main_interviewdetails`; + +CREATE TABLE `main_interviewdetails` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `req_id` int(11) unsigned DEFAULT NULL, + `candidate_id` int(11) unsigned DEFAULT NULL, + `interview_status` enum('In process','Completed','On hold','Requisition Closed/Completed') DEFAULT 'In process', + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_interviewdetails` */ + +/*Table structure for table `main_interviewrounddetails` */ + +DROP TABLE IF EXISTS `main_interviewrounddetails`; + +CREATE TABLE `main_interviewrounddetails` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `interview_id` int(11) unsigned DEFAULT NULL, + `req_id` int(11) unsigned DEFAULT NULL, + `candidate_id` int(11) unsigned DEFAULT NULL, + `interviewer_id` int(11) unsigned DEFAULT NULL, + `interview_time` time DEFAULT NULL, + `interview_date` date DEFAULT NULL, + `interview_mode` enum('In person','Phone','Video conference') DEFAULT 'Phone', + `interview_round_number` int(11) unsigned NOT NULL DEFAULT '1', + `interview_round` varchar(50) DEFAULT NULL, + `interview_feedback` text, + `interview_comments` text, + `round_status` enum('Schedule for next round','Qualified','Selected','Disqualified','Decision pending','On hold','Incompetent','Ineligible','Candidate no show','Requisition Closed/Completed') DEFAULT NULL, + `int_location` varchar(200) DEFAULT NULL, + `int_city` int(11) unsigned DEFAULT NULL, + `int_state` int(11) unsigned DEFAULT NULL, + `int_country` int(11) unsigned DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_interviewrounddetails` */ + +/*Table structure for table `main_interviewrounds_summary` */ + +DROP TABLE IF EXISTS `main_interviewrounds_summary`; + +CREATE TABLE `main_interviewrounds_summary` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `requisition_id` int(11) unsigned DEFAULT NULL, + `candidate_id` bigint(20) unsigned DEFAULT NULL, + `candidate_name` varchar(200) DEFAULT NULL, + `candidate_status` enum('Shortlisted','Selected','Rejected','On hold','Disqualified','Scheduled','Not Scheduled','Recruited','Requisition Closed/Completed') DEFAULT NULL, + `interview_status` enum('In process','Completed','On hold','Requisition Closed/Completed') DEFAULT NULL, + `interview_id` int(11) unsigned DEFAULT NULL, + `interviewround_id` int(11) unsigned DEFAULT NULL, + `interviewer_id` bigint(20) unsigned DEFAULT NULL, + `interviewer_name` varchar(255) DEFAULT NULL, + `interview_time` time DEFAULT NULL, + `interview_date` date DEFAULT NULL, + `interview_mode` enum('In person','Phone','Video conference') DEFAULT NULL, + `interview_round_number` int(11) unsigned DEFAULT NULL, + `interview_round_name` varchar(200) DEFAULT NULL, + `interview_location` varchar(200) DEFAULT NULL, + `interview_city_id` int(11) unsigned DEFAULT NULL, + `interview_state_id` int(11) unsigned DEFAULT NULL, + `interview_city_name` varchar(255) DEFAULT NULL, + `interview_state_name` varchar(255) DEFAULT NULL, + `interview_country_id` int(11) unsigned DEFAULT NULL, + `interview_country_name` varchar(255) DEFAULT NULL, + `created_by` bigint(20) unsigned DEFAULT NULL, + `created_by_name` varchar(255) DEFAULT NULL, + `interview_feedback` text, + `interview_comments` text, + `round_status` enum('Schedule for next round','Qualified','Selected','Disqualified','Decision pending','On hold','Incompetent','Ineligible','Candidate no show','Requisition Closed/Completed') DEFAULT NULL, + `modified_by` bigint(20) unsigned DEFAULT NULL, + `created_date` datetime DEFAULT NULL, + `modified_date` datetime DEFAULT NULL, + `isactive` tinyint(1) unsigned DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_interviewrounds_summary` */ + +/*Table structure for table `main_jobtitles` */ + +DROP TABLE IF EXISTS `main_jobtitles`; + +CREATE TABLE `main_jobtitles` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `jobtitlecode` varchar(255) DEFAULT NULL, + `jobtitlename` varchar(255) DEFAULT NULL, + `jobdescription` varchar(255) DEFAULT NULL, + `minexperiencerequired` float DEFAULT NULL, + `jobpaygradecode` varchar(255) DEFAULT NULL, + `jobpayfrequency` varchar(255) DEFAULT NULL, + `comments` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_jobtitles` */ + +/*Table structure for table `main_language` */ + +DROP TABLE IF EXISTS `main_language`; + +CREATE TABLE `main_language` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `languagename` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_language` */ + +/*Table structure for table `main_leavemanagement` */ + +DROP TABLE IF EXISTS `main_leavemanagement`; + +CREATE TABLE `main_leavemanagement` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `cal_startmonth` int(11) unsigned DEFAULT NULL, + `weekend_startday` int(11) unsigned DEFAULT NULL, + `weekend_endday` int(11) unsigned DEFAULT NULL, + `businessunit_id` int(11) unsigned DEFAULT NULL, + `department_id` int(11) unsigned DEFAULT '0', + `hours_day` int(11) DEFAULT NULL, + `is_satholiday` tinyint(1) DEFAULT NULL COMMENT '1-Yes,2-No', + `is_halfday` tinyint(1) DEFAULT NULL COMMENT '1-Yes,2-No', + `is_leavetransfer` tinyint(1) DEFAULT NULL COMMENT '1-Yes,2-No', + `is_skipholidays` tinyint(1) DEFAULT NULL COMMENT '1-Yes,2-No', + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) DEFAULT NULL, + `modifiedby` int(11) DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_leavemanagement` */ + +/*Table structure for table `main_leavemanagement_summary` */ + +DROP TABLE IF EXISTS `main_leavemanagement_summary`; + +CREATE TABLE `main_leavemanagement_summary` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `leavemgmt_id` bigint(20) unsigned DEFAULT NULL, + `cal_startmonth` int(11) unsigned DEFAULT NULL, + `cal_startmonthname` varchar(100) DEFAULT NULL, + `weekend_startday` int(11) unsigned DEFAULT NULL, + `weekend_startdayname` varchar(100) DEFAULT NULL, + `weekend_endday` int(11) unsigned DEFAULT NULL, + `weekend_enddayname` varchar(100) DEFAULT NULL, + `businessunit_id` int(11) unsigned DEFAULT NULL, + `businessunit_name` varchar(100) DEFAULT NULL, + `department_id` int(11) unsigned DEFAULT NULL, + `department_name` varchar(100) DEFAULT NULL, + `hours_day` int(11) DEFAULT NULL, + `is_satholiday` tinyint(1) DEFAULT NULL COMMENT '1-Yes,2-No', + `is_halfday` tinyint(1) DEFAULT NULL COMMENT '1-Yes,2-No', + `is_leavetransfer` tinyint(1) DEFAULT NULL COMMENT '1-Yes,2-No', + `is_skipholidays` tinyint(1) DEFAULT NULL COMMENT '1-Yes,2-No', + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) DEFAULT NULL, + `modifiedby` int(11) DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_leavemanagement_summary` */ + +/*Table structure for table `main_leaverequest` */ + +DROP TABLE IF EXISTS `main_leaverequest`; + +CREATE TABLE `main_leaverequest` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) unsigned DEFAULT NULL, + `reason` text, + `leavetypeid` int(11) unsigned DEFAULT NULL, + `leaveday` tinyint(1) DEFAULT NULL COMMENT '1-full day,2-half day', + `from_date` date DEFAULT NULL, + `to_date` date DEFAULT NULL, + `leavestatus` enum('Pending for approval','Approved','Rejected','Cancel') DEFAULT 'Pending for approval', + `rep_mang_id` int(11) unsigned DEFAULT NULL, + `no_of_days` int(11) unsigned DEFAULT NULL, + `appliedleavescount` float(4,1) unsigned DEFAULT NULL, + `is_sat_holiday` tinyint(1) DEFAULT NULL COMMENT '1-yes,2-no', + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_leaverequest` */ + +/*Table structure for table `main_leaverequest_summary` */ + +DROP TABLE IF EXISTS `main_leaverequest_summary`; + +CREATE TABLE `main_leaverequest_summary` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `leave_req_id` bigint(20) unsigned DEFAULT NULL, + `user_id` bigint(20) unsigned DEFAULT NULL, + `user_name` varchar(255) DEFAULT NULL, + `department_id` bigint(20) unsigned DEFAULT NULL, + `department_name` varchar(255) DEFAULT NULL, + `bunit_id` bigint(20) unsigned DEFAULT NULL, + `buss_unit_name` varchar(255) DEFAULT NULL, + `reason` text, + `leavetypeid` int(11) unsigned DEFAULT NULL, + `leavetype_name` varchar(255) DEFAULT NULL, + `leaveday` tinyint(1) DEFAULT NULL COMMENT '1-full day,2-half day', + `from_date` date DEFAULT NULL, + `to_date` date DEFAULT NULL, + `leavestatus` enum('Pending for approval','Approved','Rejected','Cancel') DEFAULT 'Pending for approval', + `rep_mang_id` int(11) unsigned DEFAULT NULL, + `rep_manager_name` varchar(255) DEFAULT NULL, + `no_of_days` float unsigned DEFAULT NULL, + `appliedleavescount` float(4,1) unsigned DEFAULT NULL, + `is_sat_holiday` tinyint(1) DEFAULT NULL COMMENT '1-yes,2-no', + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_leaverequest_summary` */ + +/*Table structure for table `main_licensetype` */ + +DROP TABLE IF EXISTS `main_licensetype`; + +CREATE TABLE `main_licensetype` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `licensetype` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_licensetype` */ + +/*Table structure for table `main_logmanager` */ + +DROP TABLE IF EXISTS `main_logmanager`; + +CREATE TABLE `main_logmanager` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `menuId` bigint(20) unsigned NOT NULL, + `user_action` tinyint(4) unsigned DEFAULT NULL COMMENT '1-add,2-edit,3-delete,4-active/inactive,5-cancel', + `log_details` text, + `last_modifiedby` int(11) unsigned DEFAULT NULL, + `last_modifieddate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `key_flag` varchar(255) DEFAULT NULL, + `is_active` tinyint(1) unsigned DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `obj_action` (`menuId`,`user_action`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_logmanager` */ + +/*Table structure for table `main_logmanagercron` */ + +DROP TABLE IF EXISTS `main_logmanagercron`; + +CREATE TABLE `main_logmanagercron` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `menuId` bigint(20) unsigned NOT NULL, + `user_action` tinyint(4) unsigned DEFAULT NULL COMMENT '1-add,2-edit,3-delete,4-active/inactive', + `log_details` text, + `last_modifiedby` int(11) unsigned DEFAULT NULL, + `last_modifieddate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `key_flag` varchar(255) DEFAULT NULL, + `is_active` tinyint(1) unsigned DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_logmanagercron` */ + +/*Table structure for table `main_mail_settings` */ + +DROP TABLE IF EXISTS `main_mail_settings`; + +CREATE TABLE `main_mail_settings` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `tls` varchar(100) NOT NULL, + `auth` varchar(100) NOT NULL, + `port` int(11) NOT NULL, + `username` varchar(255) NOT NULL, + `password` varchar(255) NOT NULL, + `server_name` varchar(255) NOT NULL, + `createddate` timestamp NULL DEFAULT NULL, + `modifieddate` timestamp NULL DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_mail_settings` */ + +/*Table structure for table `main_maritalstatus` */ + +DROP TABLE IF EXISTS `main_maritalstatus`; + +CREATE TABLE `main_maritalstatus` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `maritalcode` varchar(255) NOT NULL, + `maritalstatusname` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_maritalstatus` */ + +/*Table structure for table `main_menu` */ + +DROP TABLE IF EXISTS `main_menu`; + +CREATE TABLE `main_menu` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `menuName` varchar(255) DEFAULT NULL, + `url` varchar(255) DEFAULT NULL, + `helpText` varchar(255) DEFAULT NULL, + `toolTip` varchar(255) DEFAULT NULL, + `iconPath` varchar(255) DEFAULT NULL, + `parent` int(11) unsigned DEFAULT NULL, + `menuOrder` int(11) unsigned DEFAULT NULL, + `nav_ids` text, + `isactive` tinyint(1) unsigned DEFAULT '1', + `segment_flag` tinyint(1) DEFAULT '2', + `org_menuid` int(11) unsigned DEFAULT NULL, + `menufields` text COMMENT 'select,insert,update references', + `menuQuery` text, + `hasJoins` tinyint(4) DEFAULT NULL, + `modelName` varchar(255) DEFAULT NULL, + `functionName` varchar(255) DEFAULT NULL, + `defaultOrderBy` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=149 DEFAULT CHARSET=latin1; + +/*Data for the table `main_menu` */ + +insert into `main_menu`(`id`,`menuName`,`url`,`helpText`,`toolTip`,`iconPath`,`parent`,`menuOrder`,`nav_ids`,`isactive`,`segment_flag`,`org_menuid`,`menufields`,`menuQuery`,`hasJoins`,`modelName`,`functionName`,`defaultOrderBy`) values (1,'Organization','/#','','','1346765145_organization.png',0,5,',1,',1,2,62,'',NULL,NULL,NULL,NULL,NULL),(2,'User Management','/#','','','1346857416_usermanagment.png',3,2,',3,2,',1,2,0,'',NULL,NULL,NULL,NULL,NULL),(3,'Human Resource','/#','','','human-resource.png',0,7,',3,',1,2,157,'',NULL,NULL,NULL,NULL,NULL),(4,'Employee Self Service','/#','','','es-1.png',0,9,',4,',1,2,158,'',NULL,NULL,NULL,NULL,NULL),(5,'Background Checks','/#','','','1346845958_background_checks.png',0,10,',5,',1,2,173,'',NULL,NULL,NULL,NULL,NULL),(6,'Staffing','/#','','','1346847089_staffing.jpg',0,11,',6,',0,2,248,'',NULL,NULL,NULL,NULL,NULL),(7,'Compliances','/#','','','1346871554_compliances_main_-_updated.jpg',0,12,',7,',0,2,290,'',NULL,NULL,NULL,NULL,NULL),(8,'Analytics','/reports','','','reports.png',0,14,',8,',1,2,332,'',NULL,NULL,NULL,NULL,NULL),(9,'Organization Info','/organisationinfo','','','1346765145_organization.png',1,1,',1,9,',1,2,0,'{\"action\":\"Action\",\"organisationname\":\"Organisation Name\",\"website\":\"Website\",\"registration_number\":\"Registration Number\",\"address1\":\"Address\",\"phonenumber\":\"Phone Number\",\"email\":\"Email\"}',NULL,0,'Default_Model_Organisationinfo','getOrganisationData',NULL),(10,'Business Units','/businessunits','','','1346847776_company.jpg',1,2,',1,10,',1,2,0,'{\"action\":\"Action\",\"unitname\":\"Name\",\"unitcode\":\"Code\",\"startdate\":\"Started On\",\"unithead\":\"Unit Head\"}','SELECT `id`, `isactive`, `unitcode`, `unitname`, `unithead`, DATE_FORMAT(startdate,\"%m-%d-%Y\") AS `startdate` FROM `main_businessunits` WHERE ( isactive = 1 )',0,'Default_Model_Businessunits',NULL,'b.modifieddate'),(11,'Departments','/departments','','','department-icon.jpg',1,3,',1,11,',1,2,0,'{\"action\": \"Action\",\"deptname\": \"Name\",\"deptcode\": \"Code\",\"startdate\": \"Started On\",\"depthead\": \"Department Head\",\"timezone\": \"TimeZone\",\"unitname\": \"UnitName\"}','SELECT `d`.`id`, `d`.`isactive`, `d`.`deptcode`, `d`.`deptname`, `d`.`depthead`, DATE_FORMAT(d.startdate,\"%m-%d-%Y\") AS `startdate`, concat(d.address1,\", \",c.city) AS `address`, `b`.`unitname`, `tz`.`timezone` FROM `main_departments` AS `d` INNER JOIN `main_cities` AS `c` ON d.city=c.id INNER JOIN `main_businessunits` AS `b` ON d.unitid=b.id INNER JOIN `main_timezone` AS `tz` ON d.timezone=tz.id WHERE (d.isactive = 1) ',1,'Default_Model_Departments','getDepartmentsData','d.modifieddate'),(12,'Organization Structure','/structure','','','organization-structure.png',1,4,',1,12,',1,2,0,'',NULL,NULL,NULL,NULL,NULL),(13,'Organization Hierarchy','/heirarchy','','','organization-hierarchy.jpg',1,5,',1,13,',1,2,0,'',NULL,NULL,NULL,NULL,NULL),(14,'Employees','/employee','','','1347027462_all-employees.png',3,1,',3,14,',1,2,99,'{\"action\":\"Action\",\"userfullname\":\"Name\",\"emailaddress\":\"Email\",\"employeeId\":\"Employee ID\",\"astatus\":\"User Status\",\"extn\":\"Extn-phone no\",\"jobtitlename\":\"Designation\",\"rm\":\"Reporting Manager\",\"rolename\":\"Role\",\"emp_status_id\":\"Employment Status\"}',NULL,1,'Default_Model_Employee','getEmployeesData','e.modifieddate'),(15,'Benefits','/#','','','1346870021_benefits_main.jpg',3,2,',3,15,',0,2,285,'',NULL,NULL,NULL,NULL,NULL),(16,'Holiday Management','/#','','','1346848159_holiday_1.png',3,4,',3,16,',1,2,126,'',NULL,NULL,NULL,NULL,NULL),(17,'Leave Management','/#','','','1346859254_vacation_main.jpg',3,5,',3,17,',1,2,213,'',NULL,NULL,NULL,NULL,NULL),(18,'Performance Appraisal','/#','','','1346857167_performance.png',3,6,',3,18,',0,2,221,'',NULL,NULL,NULL,NULL,NULL),(19,'Resource Requisition','/#','','','1346857974_recruitment_main.jpg',0,8,',19,',1,2,229,'',NULL,NULL,NULL,NULL,NULL),(20,'Roles & Privileges','/roles','','','roles-privileges.jpg',2,1,',3,2,20',1,2,109,'{\"action\":\"Action\",\"rolename\":\"Role Name\",\"roletype\":\"Role Type\",\"roledescription\":\"Role Description\",\"group_name\":\"Group\"}','SELECT `r`.*, `g`.`group_name` FROM `main_roles` AS `r` INNER JOIN `main_groups` AS `g` ON g.id = r.group_id and g.isactive = 1 WHERE (r.isactive = 1)',1,'Default_Model_Roles','getRolesData','r.levelid'),(21,'Manage External Users','/usermanagement','','','manage-users.jpg',2,2,',3,2,21',1,2,111,'{\"action\":\"Action\",\"employeeId\":\"User ID\",\"emailaddress\":\"Email\",\"rolename\":\"Role\"}','SELECT `u`.*, `r`.`rolename` FROM `main_users` AS `u` INNER JOIN `main_roles` AS `r` ON r.id=u.emprole WHERE (u.isactive = 1 and r.isactive = 1 and u.id > 1 and r.group_id =5)',1,'Default_Model_Usermanagement','getUsersData','u.createddate'),(22,'Configurations','/#','','','1346870282_configuration.jpg',5,1,',5,22,',1,2,174,'',NULL,NULL,NULL,NULL,NULL),(23,'Employee/Candidate Screening','/empscreening','','','1346871964_emp_screening_-_updated.jpg',141,1,',5,141,23,',1,2,313,'{\"action\":\"Action\",\"userfullname\":\"Name\",\"backgroundchk_status\":\"Backgound check Status\",\"perm_streetaddress\":\"Location\",\"city_name\":\"City\",\"state_name\":\"State\",\"country_name\":\"Country\",\"isactive\":\"Employee status\"}','SELECT `b`.`id`, `b`.`isactive`, `b`.`process_status`, `b`.`bgcheck_status`, `a`.`agencyname`, `p`.`email`, `c`.`candidate_name`, `t`.`type` AS `checktype` FROM `main_bgcheckdetails` AS `b` INNER JOIN `main_bgagencylist` AS `a` ON b.bgagency_id = a.id INNER JOIN `main_bgpocdetails` AS `p` ON b.bgagency_pocid = p.id INNER JOIN `main_candidatedetails` AS `c` ON b.specimen_id = c.id INNER JOIN `main_bgchecktype` AS `t` ON b.bgcheck_type = t.id WHERE ( b.isactive = 1 )',1,'Default_Model_Empscreening','getEmpScreeningData','me.modifieddate'),(24,'Vendor Screening','/vendorscreening','','','',NULL,3,',5,24,',1,2,317,'',NULL,NULL,NULL,NULL,NULL),(31,'Leaves','/#','','','1346863688_vacation.jpg',4,2,',4,31,',1,2,162,'',NULL,NULL,NULL,NULL,NULL),(32,'My Details','/mydetails','My Details','My Details','my-details-done.jpg',4,1,',4,32,',1,2,201,'',NULL,NULL,NULL,NULL,NULL),(33,'My Performance Appraisal','/myperformanceappraisal','My Performance Appraisal','My Performance Appraisal','1347390106_2.jpg',4,4,',4,33,',0,2,224,'',NULL,NULL,NULL,NULL,NULL),(34,'My Team','/myemployees','My Employees','My Employees','my-team.jpg',4,5,',4,34,',1,2,301,'{\"action\":\"Action\",\"userfullname\":\"Name\",\"emailaddress\":\"E-mail\",\"contactnumber\":\"Contact\",\"rm\":\"Reporting Manager\",\"jobtitlename\":\"Designation\"}',NULL,1,'Default_Model_Myemployees','getEmployeesData','e.modifieddate'),(35,'My Team Performance Appraisal','/myteamperformanceappraisal','My Team Performance Appraisal','My Team Performance Appraisal','1347027817_my_team_performance_appraisal.jpg',4,6,',4,35,',0,2,312,'',NULL,NULL,NULL,NULL,NULL),(38,'Saving Plan Enrollment','/benefitssavingplanenrollment','Saving Plan Enrollment','Saving Plan Enrollment','1346870040_savings_plan_enroll.jpg',15,1,',3,15,38,',0,2,288,'',NULL,NULL,NULL,NULL,NULL),(39,'Employee Benefits US Enrollment','/empbenefitsusenrollment','Employee Benefits US Enrollment','Employee Benefits US Enrollment','1346870057_us_enrollment.jpg',15,2,',3,15,39,',0,2,289,'',NULL,NULL,NULL,NULL,NULL),(41,'Manage Holiday Group','/holidaygroups','Manage Holiday Group','Manage Holiday Group','manage-holiday-group.jpg',16,1,',3,16,41,',1,2,125,'{\"action\":\"Action\",\"groupname\":\"Group Name\",\"description\":\"Description\"}','SELECT `main_holidaygroups`.* FROM `main_holidaygroups` WHERE (isactive = 1)',0,'Default_Model_Holidaygroups',NULL,'modifieddate'),(42,'Manage Holidays','/holidaydates','Manage Holidays','Manager Holidays','manage-holiday-dates.jpg',16,2,',3,16,42,',1,2,127,'{\"action\":\"Action\",\"holidayname\":\"Holiday Name\",\"groupname\":\"Holiday Group\",\"holidaydate\":\"Date\",\"description\":\"Description\"}','SELECT `h`.*, DATE_FORMAT(holidaydate,\"%m-%d-%Y\") AS `holidaydate`, `hg`.`groupname` FROM `main_holidaydates` AS `h` LEFT JOIN `main_holidaygroups` AS `hg` ON hg.id=h.groupid WHERE (h.isactive = 1)',1,'Default_Model_Holidaydates','getHolidayDatesData','h.createddate'),(43,'My Holiday Calendar','/myholidaycalendar','My Holiday Calendar','My Holiday Calendar','my-holiday-calendar.jpg',4,3,',4,43,',1,2,315,'{\"action\":\"Action\",\"holidayname\":\"Holiday Name\",\"holidaydate\":\"Date\",\"description\":\"Description\"}',NULL,1,'Default_Model_Holidaydates','getHolidayDatesData','h.modifieddate'),(44,'Leave Management Options','/leavemanagement','Leave Management Options','Leave Management Options','leave-management-options.jpg',17,1,',3,17,44,',1,2,130,'{\"action\":\"Action\",\"month_name\":\"Start Month\",\"daystartname\":\"Week-end 1\",\"dayendname\":\"Week-end 2\",\"deptname\":\"Department\",\"hours_day\":\"Hours\",\"is_halfday\":\"Is Halfday\",\"is_leavetransfer\":\"Leave transferable\",\"is_skipholidays\":\"Skip Holidays\",\"description\":\"Description\"}','SELECT `l`.*, if(l.is_satholiday = 1,\"yes\",\"No\") AS `satholiday`, if(l.is_halfday = 1,\"yes\",\"No\") AS `halfday`, if(l.is_leavetransfer = 1,\"yes\",\"No\") AS `leavetransfer`, if(l.is_skipholidays = 1,\"yes\",\"No\") AS `skipholidays`, `w`.`day_name`, `m`.`month_name` FROM `main_leavemanagement` AS `l` LEFT JOIN `main_weekdays` AS `w` ON w.id=l.week_startday LEFT JOIN `main_monthslist` AS `m` ON m.id=l.cal_startmonth WHERE (l.isactive = 1) ',1,'Default_Model_Leavemanagement','getLeaveManagementData','createddate'),(45,'Employee Leaves Summary','/empleavesummary','Employee Leaves Summary','Employee Leaves Summary','employee-leaves-summary.jpg',17,2,',3,17,45,',1,2,302,'{\"action\":\"Action\",\"employeename\":\"Leave applied by\",\"leavetype\":\"Leave type\",\"leaveday\":\"Leave duration\",\"from_date\":\"From date\",\"to_date\":\"To date\",\"reason\":\"Reason\",\"reportingmanagername\":\"Reporting Manager\",\"appliedleavescount\":\"Leave count\",\"applieddate\":\"Applied On\"}',NULL,1,'Default_Model_Leaverequest','getLeaveStatusHistory','l.createddate'),(47,'KPI List','/performancekips','KPI List','KPI List','1346858920_kpis2.png',18,3,',3,18,47,',0,2,217,'',NULL,NULL,NULL,NULL,NULL),(48,'KRA List','/performancekras','KRA List','KRA List','1346858937_kra.png',18,4,',3,18,48,',0,2,219,'',NULL,NULL,NULL,NULL,NULL),(49,'Performance Appraisal','/performanceappraisal','Performance Appraisal','Performance Appraisal','1347027566_performance.png',18,5,',3,18,49,',0,2,220,'',NULL,NULL,NULL,NULL,NULL),(50,'Configuration','/performanceapprsetup','Configuration','Configuration','1346857550_configuration.jpg',18,2,',3,18,50,',0,2,222,'',NULL,NULL,NULL,NULL,NULL),(51,'Initialize Appraisal','/appraisalinitialization','Initialize Appraisal','Initialize Appraisal','1346857856_initialize-appraisal.png',18,1,',3,18,51,',0,2,223,'',NULL,NULL,NULL,NULL,NULL),(54,'Openings/Positions','/requisition','Openings/Positions','Openings/Positions','1346857416_openings.jpg',19,1,',19,54,',1,2,226,'{\"action\":\"Action\",\"requisition_code\":\"Requisition Code\",\"onboard_date\":\"Date\",\"positionname\":\"Position\",\"u.userfullname\":\"Reporting Manager\",\"req_no_positions\":\"No.of positions\",\"filled_positions\":\"Filled positions\",\"mu.userfullname\":\"Raised By\",\"r.createdon\":\"Raised On\",\"req_status\":\"Status\"}',NULL,1,'Default_Model_Requisition','getRequisitionData','r.modifiedon'),(55,'CV Management','/candidatedetails','CV Management','CV Management','cv-management.jpg',19,4,',19,55,',1,2,230,'{\"action\":\"Action\",\"requisition_code\":\"Requisition Code\",\"jobtitlename\":\"Job Title\",\"candidate_name\":\"Candidate Name\",\"emailid\":\"Email\",\"cand_status\":\"Status\",\"contact_number\":\"Mobile\",\"skillset\":\"Skill Set\"}',NULL,1,'Default_Model_Candidatedetails','getCandidatesData','c.modifieddate'),(56,'Shortlisted & Selected Candidates','/shortlistedcandidates','Shortlisted Candidates','Shortlisted Candidates','1346857722_shortlisted_candidates.jpg',19,6,',19,56,',1,2,240,'{\"action\":\"Action\",\"requisition_code\":\"RequisitionCode\",\"positionname\":\"Position\",\"candidate_name\":\"CandidateName\",\"emailid\":\"E-Mail\",\"contact_number\":\"Contact Number\",\"cand_status\":\"Status\"}',NULL,1,'Default_Model_Shortlistedcandidates','getShortlistedData','c.modifieddate'),(57,'Scheduled Interviews','/scheduleinterviews','Schedule Interviews','Schedule Interviews','schedule-interview.jpg',19,5,',19,57,',1,2,242,'{\"action\":\"Action\",\"requisition_code\":\"Requisition Code\",\"candidate_name\":\"Candidate Name\",\"emailid\":\"Email\",\"contact_number\":\"Mobile\",\"interview_status\":\"Status\"}',NULL,1,'Default_Model_Interviewdetails','getCandidatesData','c.createddate'),(61,'Leave Request','/leaverequest','Leave Request','Leave Request','1346863776_vacation_request.jpg',31,1,',4,31,61,',1,2,124,'',NULL,NULL,NULL,NULL,NULL),(62,'Pending Leaves','/pendingleaves','Pending Leaves','Pending Leaves','1346870194_pending-vacation-requests.png',31,2,',4,31,62,',1,2,199,'{\"action\":\"Action\",\"leavetype\":\"Leave type\",\"leaveday\":\"Leave duration\",\"from_date\":\"From date\",\"to_date\":\"To date\",\"reason\":\"Reason\",\"leavestatus\":\"Status\",\"reportingmanagername\":\"Reporting Manager\",\"appliedleavescount\":\"Leave count\",\"applieddate\":\"Applied On\"}',NULL,1,'Default_Model_Leaverequest','getLeaveStatusHistory','l.createddate'),(63,'Approved Leaves','/approvedleaves','Approved Leaves','Approved Leaves','1346863728_approved_vacations.jpg',31,3,',4,31,63,',1,2,200,'{\"action\":\"Action\",\"leavetype\":\"Leave type\",\"leaveday\":\"Leave duration\",\"from_date\":\"From date\",\"to_date\":\"To date\",\"reason\":\"Reason\",\"leavestatus\":\"Status\",\"reportingmanagername\":\"Reporting Manager\",\"appliedleavescount\":\"Leave count\",\"applieddate\":\"Applied On\"}',NULL,1,'Default_Model_Leaverequest','getLeaveStatusHistory','l.createddate'),(64,'Cancelled Leaves','/cancelleaves','Cancel Leaves','Cancel Leaves','1346863749_cancel_vacation_history.jpg',31,4,',4,31,64,',1,2,202,'{\"action\":\"Action\",\"leavetype\":\"Leave type\",\"leaveday\":\"Leave duration\",\"from_date\":\"From date\",\"to_date\":\"To date\",\"reason\":\"Reason\",\"leavestatus\":\"Status\",\"reportingmanagername\":\"Reporting Manager\",\"appliedleavescount\":\"Leave count\",\"applieddate\":\"Applied On\"}',NULL,1,'Default_Model_Leaverequest','getLeaveStatusHistory','l.createddate'),(65,'Manage Employee Leaves','/manageremployeevacations','Manager Employee Vacations','Manager Employee Vacations','1346863764_manager_employee_vacations.jpg',31,6,',4,31,65,',1,2,211,'{\"action\":\"Action\",\"userfullname\":\"Employee name\",\"leavetype\":\"Leave type\",\"leaveday\":\"Leave duration\",\"from_date\":\"From date\",\"to_date\":\"To date\",\"reason\":\"Reason\",\"leavestatus\":\"Status\",\"appliedleavescount\":\"Leave count\",\"applieddate\":\"Applied On\"}',NULL,1,'Default_Model_Leaverequest','getEmployeeLeaveRequest','l.createddate'),(68,'Screening Types','/bgscreeningtype','Screening Type','Screening Type','1346871975_screening_type_-_updated.jpg',22,1,',5,22,68,',1,2,314,'{\"action\":\"Action\",\"type\":\"Screening Type\",\"description\":\"Description\"}','SELECT `b`.* FROM `main_bgchecktype` AS `b` WHERE (b.isactive = 1) ',1,'Default_Model_Bgscreeningtype','getScreeningtypeData','createddate'),(69,'Agencies','/agencylist',NULL,NULL,'agency-list.jpg',22,2,',5,22,69,',1,2,0,'{\"action\":\"Action\",\"agencyname\":\"Agency Name\",\"primaryphone\":\"Phone\",\"address\":\"Address\",\"website_url\":\"Website URL\"}','SELECT `b`.* FROM `main_bgagencylist` AS `b` WHERE (b.isactive = 1)',1,'Default_Model_Agencylist','getagencylistData','createddate'),(70,'Site Configuration','/#',NULL,'','1346764980_man_dbrown.png',0,2,',70,',1,1,156,'',NULL,NULL,NULL,NULL,NULL),(71,'Date & Time','/#','','','1346782927_date_and_time.jpg',70,1,',70,71,',0,1,56,'',NULL,NULL,NULL,NULL,NULL),(72,'General','/#','','','1346782906_configuration.jpg',70,2,',70,72,',1,1,166,'',NULL,NULL,NULL,NULL,NULL),(73,'Locations','/#','','','1346782919_locations.jpg',70,3,',70,73,',1,1,167,'',NULL,NULL,NULL,NULL,NULL),(74,'Military Service','/#','','','1346782946_military.jpg',113,4,',3,113,74',0,1,171,'',NULL,NULL,NULL,NULL,NULL),(75,'Currency','/#','','','1346782936_currency.png',70,5,',70,75,',1,1,176,'',NULL,NULL,NULL,NULL,NULL),(78,'Date Format','/dateformat','Date Format','Date Format','1346865851_date_format.png',71,1,',70,71,78,',0,1,32,'{\"action\":\"Action\",\"dateformat\":\"Date Format\",\"description\":\"Description\"}','SELECT `main_dateformat`.* FROM `main_dateformat` WHERE (isactive = 1) ',NULL,NULL,NULL,NULL),(79,'Time Format','/timeformat','Time Format','Time Format','1346866327_time_format.png',71,2,',70,71,79,',0,1,33,'{\"action\":\"Action\",\"timeformat\":\"Time Format\",\"description\":\"Description\"}','SELECT `main_timeformat`.* FROM `main_timeformat` WHERE (isactive = 1)',NULL,NULL,NULL,NULL),(80,'Time Zones','/timezone','Time Zone','Time Zone','1346866425_time_zone.jpg',72,3,',70,72,80,',1,1,34,'{\"action\":\"Action\",\"timezone\":\"Time Zone\",\"description\":\"Description\"}','SELECT `main_timezone`.* FROM `main_timezone` WHERE (isactive = 1) ',NULL,'Default_Model_Timezone',NULL,'modifieddate'),(81,'Days List','/weekdays','Days List','Days List','1346866486_days.png',72,4,',70,72,81,',0,1,128,'{\"action\":\"Action\",\"week_name\":\"Day\",\"dayshortcode\":\"Short Code\",\"daylongcode\":\"Long Code\",\"description\":\"Description\"}','SELECT `main_weekdays`.* FROM `main_weekdays` WHERE (isactive = 1) ',1,'Default_Model_Weekdays','getWeekDaysData','w.modifieddate'),(82,'Months List','/monthslist','Months List','Months List','1346869824_months.png',72,5,',70,72,82,',0,1,129,'{\"action\":\"Action\",\"month_name\":\"Month Name\",\"monthcode\":\"Month Code\"}','SELECT `main_monthslist`.* FROM `main_monthslist` WHERE (isactive = 1) ',NULL,'Default_Model_Monthslist',NULL,'m.modifieddate'),(85,'Ethnic Codes','/ethniccode','Ethnic Codes','Ethnic Codes','ethnic-codes.jpg',72,1,',70,72,85,',1,1,26,'{\"action\":\"Action\",\"ethniccode\":\"Ethnic Code\",\"ethnicname\":\"Ethnic Name\",\"description\":\"Description\"}','SELECT `main_ethniccode`.* FROM `main_ethniccode` WHERE (isactive = 1)',NULL,'Default_Model_Ethniccode',NULL,'modifieddate'),(86,'Gender','/gender','Gender','Gender','1346863882_gender.png',72,2,',70,72,86,',1,1,27,'{\"action\":\"Action\",\"gendercode\":\"Gender Code\",\"gendername\":\"Gender Name\",\"description\":\"Description\"}','SELECT `main_gender`.* FROM `main_gender` WHERE (isactive = 1)',NULL,'Default_Model_Gender',NULL,'modifieddate'),(87,'Marital Status','/maritalstatus','Marital Status','Marital Status','marital_status.jpg',72,3,',70,72,87,',1,1,29,'{\"action\":\"Action\",\"maritalcode\":\"Marital Code\",\"maritalstatusname\":\"Marital Status Name\",\"description\":\"Description\"}','SELECT `main_maritalstatus`.* FROM `main_maritalstatus` WHERE (isactive = 1)',NULL,'Default_Model_Maritalstatus',NULL,'modifieddate'),(88,'Prefixes','/prefix','Prefix','Prefix','prefix.jpg',72,4,',70,72,88,',1,1,30,'{\"action\":\"Action\",\"prefix\":\"Prefix\",\"description\":\"Description\"}','SELECT `main_prefix`.* FROM `main_prefix` WHERE (isactive = 1) ',NULL,'Default_Model_Prefix',NULL,'modifieddate'),(89,'Race Codes','/racecode','Race Codes','Race Codes','race-codes.png',72,5,',70,72,89,',1,1,31,'{\"action\":\"Action\",\"racecode\":\"Race Code\",\"racename\":\"Race Name\",\"description\":\"Description\"}','SELECT `main_racecode`.* FROM `main_racecode` WHERE (isactive = 1)',NULL,'Default_Model_Racecode',NULL,'modifieddate'),(90,'Nationality Context Codes','/nationalitycontextcode','Nationality Context Code','Nationality Context Code','nationality-contex-code.jpg',72,6,',70,72,90,',1,1,38,'{\"action\":\"Action\",\"nationalitycontextcode\":\"Nationality Context Code\",\"description\":\"Description\"}','SELECT `main_nationalitycontextcode`.* FROM `main_nationalitycontextcode` WHERE (isactive = 1) ',NULL,'Default_Model_Nationalitycontextcode',NULL,'modifieddate'),(91,'Nationalities','/nationality','Nationality','Nationality','nationality.jpg',72,7,',70,72,91,',1,1,45,'{\"action\":\"Action\",\"nationalitycode\":\"Nationality Code\",\"description\":\"Description\"}','SELECT `main_nationality`.* FROM `main_nationality` WHERE (isactive = 1) ',NULL,'Default_Model_Nationality',NULL,'modifieddate'),(92,'Account Class Types ','/accountclasstype','Account Class Types ','Account Class Types ','account_class_types.jpg',72,8,',70,72,92,',1,1,107,'{\"action\":\"Action\",\"accountclasstype\":\"Account Class Type\",\"description\":\"Description\"}','SELECT `main_accountclasstype`.* FROM `main_accountclasstype` WHERE (isactive = 1)',NULL,'Default_Model_Accountclasstype',NULL,'modifieddate'),(93,'License Types','/licensetype','License Type','License Type','licence-type.jpg',72,9,',70,72,93,',1,1,121,'{\"action\":\"Action\",\"licensetype\":\"License Type\",\"description\":\"Description\"}','SELECT `main_licensetype`.* FROM `main_licensetype` WHERE (isactive = 1) ',NULL,'Default_Model_Licensetype',NULL,'modifieddate'),(100,'Countries','/countries','Countries','Countries','countries.jpg',73,1,',70,73,100,',1,1,37,'{\"action\":\"Action\",\"country\":\"Country\",\"countrycode\":\"Country Code\",\"citizenship\":\"Citizenship\"}','SELECT `main_countries`.* FROM `main_countries` WHERE (isactive = 1) ',NULL,'Default_Model_Countries',NULL,'modifieddate'),(101,'States','/states','States','States','states.jpg',73,2,',70,73,101,',1,1,46,'{\"action\":\"Action\",\"country_name\":\"Country\",\"state\":\"State\"}','SELECT `s`.*, `c`.`country_name` FROM `main_states` AS `s` LEFT JOIN `tbl_countries` AS `c` ON s.countryid=c.id WHERE (s.isactive = 1) ',1,'Default_Model_States','getStatesData','s.createddate'),(102,'Cities','/cities','Cities','Cities','cities.jpg',73,3,',70,73,102,',1,1,48,'{\"action\":\"Action\",\"country_name\":\"Country\",\"state_name\":\"State\",\"city\":\"City\"}','SELECT `c`.*, `ct`.`country_name` AS `countryname`, `s`.`state_name` AS `statename` FROM `main_cities` AS `c` LEFT JOIN `tbl_countries` AS `ct` ON ct.id=c.countryid LEFT JOIN `tbl_states` AS `s` ON s.id=c.state WHERE (c.isactive = 1) ',1,'Default_Model_Cities','getCitiesData','c.createddate'),(103,'Geo Groups','/geographygroup','Geo Groups','Geo Groups','geo-groups.jpg',73,4,',70,73,103,',1,1,101,'{\"action\":\"Action\",\"geographycode\" : \"Geography Code\",\"defaultGeographyGroup\" : \"Default Geography Group\",\"geographygroupname\" : \"Geography Group Name\",\"geographyregion\" : \"Geography Region\",\"currency\" : \"Currency\",\"geographycityname\" : \"Geography City Name\"}','SELECT `g`.*, concat(c.currencyname,\" \",c.currencycode) AS `currency` FROM `main_geographygroup` AS `g` LEFT JOIN `main_currency` AS `c` ON g.currency=c.id WHERE (g.isactive = 1) ',1,'Default_Model_Geographygroup','getgeographygroupData','g.createddate'),(107,'Veteran Status','/veteranstatus','Veteran Status','Veteran Status','veteran-status.jpg',113,16,',3,113,107',1,1,35,'{\"action\":\"Action\",\"veteranstatus\":\"Veteran Status\",\"description\":\"Description\"}','SELECT `main_veteranstatus`.* FROM `main_veteranstatus` WHERE (isactive = 1) ',NULL,'Default_Model_Veteranstatus',NULL,'modifieddate'),(108,'Military Service Types','/militaryservice','Military Service Type','Military Service Type','military-service-type.jpg',113,17,',3,113,108',1,1,105,'{\"action\":\"Action\",\"militaryservicetype\":\"Military Service Type\",\"description\":\"Description\"}','SELECT `main_militaryservice`.* FROM `main_militaryservice` WHERE (isactive = 1) ',NULL,'Default_Model_Militaryservice',NULL,'modifieddate'),(110,'Currencies','/currency','Currencies','Currencies','1346866587_currency.png',75,1,',70,75,110,',1,1,100,'{\"action\":\"Action\",\"currencyname\":\"Currency Name\",\"currencycode\":\"Currency Code\",\"description\":\"Description\"}','SELECT `main_currency`.* FROM `main_currency` WHERE (isactive = 1) ',NULL,'Default_Model_Currency',NULL,'modifieddate'),(111,'Currency Conversions','/currencyconverter','Currency Conversions','Currency Conversions','1346933158_currency_converter.jpg',75,2,',70,75,111,',1,1,102,'{\"action\":\"Action\",\"basecurrtext\" : \"Base Currency\",\"targetcurrtext\" : \"Target Currency\",\"exchangerate\" : \"Exchange Rate\",\"start_date\" : \"Active Start Date\",\"end_date\" : \"Active End Date\",\"description\" : \"Description\"}','SELECT `cc`.*, DATE_FORMAT(start_date,\"%m-%d-%Y\") AS `start_date`, DATE_FORMAT(end_date,\"%m-%d-%Y\") AS `end_date` FROM `main_currencyconverter` AS `cc` WHERE (isactive = 1) ',NULL,'Default_Model_Currencyconverter',NULL,'cc.modifieddate'),(113,'Employee Configurations','/#',NULL,NULL,'employee-configurations.png',3,7,',3,3,113,',1,1,164,'',NULL,NULL,NULL,NULL,NULL),(114,'Employment Status','/employmentstatus','Employment Status','Employment Status','employment-status.jpg',113,2,',3,113,114',1,1,24,'{\"action\":\"Action\",\"employemnt_status\":\"Work Code Name\",\"default_leaves\":\"Default Leaves\",\"workcode\":\"Work Code\",\"description\":\"Description\"}','SELECT `main_employmentstatus`.* FROM `main_employmentstatus` WHERE (isactive = 1)',1,'Default_Model_Employmentstatus','getEmploymentstatusData','e.modifieddate'),(115,'EEOC Categories','/eeoccategory','','','1346855803_eeoc.jpg',113,14,',3,113,115',1,1,25,'{\"action\":\"Action\",\"eeoccategory\":\"Eeoc Category\",\"description\":\"Description\"}','SELECT `main_eeoccategory`.* FROM `main_eeoccategory` WHERE (isactive = 1)',NULL,'Default_Model_Eeoccategory',NULL,'modifieddate'),(116,'Job Titles','/jobtitles','Job Titles','Job Titles','1346869916_job-titlesb.jpg',113,5,',3,113,116',1,1,28,'{\"action\":\"Action\",\"jobtitlecode\":\"Job Title Code\",\"jobtitlename\":\"Job Title Name\",\"jobdescription\":\"Job Description\",\"minexperiencerequired\":\"Min Experience Required\",\"jobpaygradecode\":\"Job Pay Grade Code\",\"jobpayfrequency\" :\"Job Pay Frequency\",\"comments\":\"Comments\"}','SELECT `main_jobtitles`.* FROM `main_jobtitles` WHERE (isactive = 1)',NULL,'Default_Model_Jobtitles',NULL,'modifieddate'),(117,'Pay Frequency','/payfrequency','Pay Frequency','Pay Frequency','1346856548_pay_freq_2.png',113,3,',3,113,117',1,1,43,'{\"action\":\"Action\",\"freqtype\":\"Type\",\"freqdescription\":\"Description\"}','SELECT `main_payfrequency`.* FROM `main_payfrequency` WHERE (isactive = 1) ',NULL,'Default_Model_Payfrequency',NULL,'modifieddate'),(118,'Remuneration Basis','/remunerationbasis','Remuneration Basis','Remuneration Basis','remuneration_basis.jpg',113,4,',3,113,118',1,1,44,'{\"action\":\"Action\",\"remtype\":\"Remuneration Type\",\"remdesc\":\"Description\"}',NULL,NULL,'Default_Model_Remunerationbasis',NULL,'modifieddate'),(119,'Departments','/departments','','','1346855770_department.png',113,6,',3,113,119',0,1,64,'','SELECT `d`.`id`, `d`.`isactive`, `d`.`deptcode`, `d`.`deptname`, `d`.`depthead`, DATE_FORMAT(d.startdate,\"%m-%d-%Y\") AS `startdate`, concat(d.address1,\", \",c.city) AS `address`, `b`.`unitname`, `tz`.`timezone` FROM `main_departments` AS `d` INNER JOIN `main_cities` AS `c` ON d.city=c.id INNER JOIN `main_businessunits` AS `b` ON d.unitid=b.id INNER JOIN `main_timezone` AS `tz` ON d.timezone=tz.id WHERE (d.isactive = 1) ',1,'Default_Model_Departments','getDepartmentsData','d.modifieddate'),(120,'Positions','/positions','Positions','Positions','positions.jpg',113,6,',3,113,120',1,1,96,'{\"action\":\"Action\",\"positionname\":\"Position Name\",\"jobtitlename\":\"Job Title\",\"description\":\"Description\"}','SELECT `p`.*, `b`.`unitname`, `d`.`deptname`, `j`.`jobtitlename` FROM `main_positions` AS `p` LEFT JOIN `main_businessunits` AS `b` ON b.id=p.busineesunitid LEFT JOIN `main_departments` AS `d` ON d.id=p.departmentid LEFT JOIN `main_jobtitles` AS `j` ON j.id=p.jobtitleid WHERE (p.isactive = 1) ',1,'Default_Model_Positions','getPositionData','p.createddate'),(121,'Languages','/language','Languages','Languages','languages.jpg',113,9,',3,113,121',1,1,103,'{\"action\":\"Action\",\"languagename\":\"Language\",\"description\":\"Description\"}','SELECT `main_language`.* FROM `main_language` WHERE (isactive = 1) ',0,'Default_Model_Language','getLanguageData','modifieddate'),(122,'Assignment Entry Reasons','/assignmententryreasoncode','Assignment Entry Reasons','Assignment Entry Reasons','1347027509_vacation_request_options.jpg',113,9,',3,113,122',0,1,106,'{\"action\":\"Action\",\"assignmententryreasoncode\":\"Assignment Entry Reason Code\",\"description\":\"Description\"}',NULL,NULL,NULL,NULL,NULL),(123,'Bank Account Types','/bankaccounttype','','','bank-account.jpg',113,12,',3,113,123',1,1,108,'{\"action\":\"Action\",\"bankaccounttype\":\"Bank Account Type\",\"description\":\"Description\"}','SELECT `main_bankaccounttype`.* FROM `main_bankaccounttype` WHERE (isactive = 1) ',NULL,'Default_Model_Bankaccounttype',NULL,'modifieddate'),(124,'Competency Levels','/competencylevel','Competency Level','Competency Level','competency-level.jpg',113,7,',3,113,124',1,1,114,'{\"action\":\"Action\",\"competencylevel\":\"Competency Level\",\"description\":\"Description\"}','SELECT `main_competencylevel`.* FROM `main_competencylevel` WHERE (isactive = 1)',NULL,'Default_Model_Competencylevel',NULL,'modifieddate'),(125,'Education Levels','/educationlevelcode','Education Levels','Education Levels','1346855779_education.jpg',113,8,',3,113,125',1,1,117,'{\"action\":\"Action\",\"educationlevelcode\":\"Education Level Code\",\"description\":\"Description\"}','SELECT `main_educationlevelcode`.* FROM `main_educationlevelcode` WHERE (isactive = 1)',NULL,'Default_Model_Educationlevelcode',NULL,'modifieddate'),(126,'Attendance Status','/attendancestatuscode','','','attendance-status.jpg',113,11,',3,113,126',1,1,119,'{\"action\":\"Action\",\"attendancestatuscode\":\"Attendance Status Code\",\"description\":\"Description\"}','SELECT `main_attendancestatuscode`.* FROM `main_attendancestatuscode` WHERE (isactive = 1) ',NULL,'Default_Model_Attendancestatuscode',NULL,'modifieddate'),(127,'Work Eligibility Document Types','/workeligibilitydoctypes','Work Eligibility Document Types','Work Eligibility Document Types','work-eligibility-document.jpg',113,15,',3,113,127',1,1,122,'{\"action\":\"Action\",\"documenttype\":\"Document type\",\"description\":\"Description\"}','SELECT `main_workeligibilitydoctypes`.* FROM `main_workeligibilitydoctypes` WHERE (isactive = 1)',NULL,'Default_Model_Workeligibilitydoctypes',NULL,'modifieddate'),(128,'Leave Types','/employeeleavetypes','','','leave-types.jpg',113,10,',3,113,128',1,1,123,'{\"action\":\"Action\",\"leavetype\":\"Leave Type\",\"leavecode\":\"Leave Code\",\"leavepreallocated\":\"Is Pre Allocated\",\"leavepredeductable\":\"Is Deductible\",\"description\":\"Description\"}','SELECT `e`.`id`, `e`.`numberofdays`, `e`.`isactive`, `e`.`leavetype`, `e`.`leavecode`, if(e.leavepreallocated=1,\"Yes\",\"No\") AS `leavepreallocated`, if(e.leavepredeductable=1,\"Yes\",\"No\") AS `leavepredeductable`, `e`.`description` FROM `main_employeeleavetypes` AS `e` WHERE (e.isactive = 1) ',NULL,'Default_Model_Employeeleavetypes',NULL,'e.modifieddate'),(130,'Time Management','/#',NULL,NULL,'time-management.jpg',3,3,',3,130,',0,2,0,'',NULL,NULL,NULL,NULL,NULL),(131,'Site Preferences','/sitepreference','','','site-preferences.png',70,1,',70,131,',1,1,98,'{\"action\":\"Action\",\"dateformat\":\"Date Format\",\"timeformat\":\"Time Format\",\"currency\":\"Default Currency\",\"passwordtype\" :\"Password Preference\",\"description\":\"Description\"}',NULL,1,'Default_Model_Sitepreference','getSystemPreferenceData','createddate'),(132,'Number Formats','/numberformats','','','1346871311_number_format.jpg',72,12,',70,72,132,',1,1,39,'{\"action\":\"Action\",\"numberformattype\":\"Number Format Type\",\"description\":\"Description\"}','SELECT `main_numberformats`.* FROM `main_numberformats` WHERE (isactive = 1) ',NULL,'Default_Model_Numberformats',NULL,'modifieddate'),(133,'Identity Codes','/identitycodes','','','identity-codes.jpg',72,10,',70,72,133,',1,1,0,'','',0,'','',''),(134,'Approved Requisitions','/approvedrequisitions','Approve Requisition','Approve Requisition','approved-requisitions.jpg',19,2,',19,134,',1,2,NULL,'{\"action\":\"Action\",\"requisition_code\":\"RequisitionCode\",\"onboard_date\":\"Date\",\"positionname\":\"Position\",\"u.userfullname\":\"Reporting Manager\",\"req_no_positions\":\"Req. No.of positions\",\"filled_positions\":\"Filled positions\",\"mu.userfullname\":\"Raised By\",\"r.createdon\":\"Raised On\",\"req_status\":\"Status\"}',NULL,1,'Default_Model_Approvedrequisitions','getRequisitionData','r.modifiedon'),(135,'Rejected Leaves','/rejectedleaves','','','rejected-leaves.jpg',31,5,',4,31,135,',1,2,0,'{\"action\":\"Action\",\"leavetype\":\"Leave type\",\"leaveday\":\"Leave duration\",\"from_date\":\"From date\",\"to_date\":\"To date\",\"reason\":\"Reason\",\"leavestatus\":\"Status\",\"reportingmanagername\":\"Reporting Manager\",\"appliedleavescount\":\"Leave count\",\"applieddate\":\"Applied On\"}\r\n','',1,'Default_Model_Leaverequest','getLeaveStatusHistory','l.createddate'),(136,'Email Contacts','/emailcontacts','','','email-contacts.jpg',72,11,',70,72,136,',1,1,0,'{\"action\":\"Action\",\"unitname\":\"Business Unit\",\"group_name\":\"Group Name\",\"groupEmail\":\"Group Email\"}','',1,'Default_Model_Emailcontacts','getgroupEmails','e.modifieddate'),(138,'Rejected Requisitions','/rejectedrequisitions','Rejected Requisitions','Rejected Requisitions','rejected-requisitions.jpg',19,3,',19,138,',1,2,NULL,'{\"action\":\"Action\",\"requisition_code\":\"Requisition Code\",\"onboard_date\":\"Date\",\"positionname\":\"Position\",\"u.userfullname\":\"Reporting Manager\",\"req_no_positions\":\"No.of positions\",\"filled_positions\":\"Filled positions\",\"mu.userfullname\":\"Raised By\",\"r.createdon\":\"Raised On\",\"req_status\":\"Status\"}',NULL,1,'Default_Model_Rejectedrequisitions','getRequisitionData','r.modifiedon'),(139,'Identity Documents','/identitydocuments','','','identity-documents.jpg',113,13,',3,113,139',1,1,0,'','',0,'','',''),(140,'Employee Tabs','/empconfiguration',' Configure Employee Tabs','Employee Tabs','employee-tabs.jpg',113,1,',3,113,140',1,1,0,'','',0,'','',''),(141,'Screening','/#','','','',5,2,',5,141,',1,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(142,'Manage Modules','/managemenus','Manage Modules','Manage Modules','manage-module.jpg',0,1,',142,',1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(143,'Service Request','/#',NULL,NULL,'manage-module.jpg',0,13,',143,',1,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(144,'Categories','/servicedeskdepartment',NULL,NULL,'categories.jpg',147,1,',143,147,144,',1,2,NULL,NULL,NULL,NULL,'Default_Model_Servicedeskdepartment',NULL,'sd.modifieddate'),(145,'Request Types','/servicedeskrequest',NULL,NULL,'request-types.jpg',147,2,',143,147,145,',1,2,NULL,NULL,NULL,NULL,'Default_Model_Servicedeskrequest',NULL,'sdr.modifieddate'),(146,'Settings','/servicedeskconf',NULL,NULL,'settings.jpg',147,3,',143,147,146,',1,2,NULL,NULL,NULL,NULL,'Default_Model_Servicedeskconf',NULL,'c.modifieddate'),(147,'Configurations','/#',NULL,NULL,NULL,143,1,',143,147,',1,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(148,'Service Request Transactions','/servicerequests',NULL,NULL,NULL,143,2,',143,148,',1,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL); + +/*Table structure for table `main_militaryservice` */ + +DROP TABLE IF EXISTS `main_militaryservice`; + +CREATE TABLE `main_militaryservice` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `militaryservicetype` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_militaryservice` */ + +/*Table structure for table `main_monthslist` */ + +DROP TABLE IF EXISTS `main_monthslist`; + +CREATE TABLE `main_monthslist` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `month_id` bigint(20) unsigned DEFAULT NULL, + `monthcode` varchar(255) DEFAULT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) unsigned DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1; + +/*Data for the table `main_monthslist` */ + +insert into `main_monthslist`(`id`,`month_id`,`monthcode`,`description`,`createdby`,`modifiedby`,`createddate`,`modifieddate`,`isactive`) values (1,1,'Jan','January',1,1,'2014-01-21 11:46:13','2014-01-21 11:46:13',1),(2,2,'Feb','February',1,1,'2014-01-21 11:46:44','2014-01-21 11:46:44',1),(3,3,'Mar','March',1,1,'2014-01-21 11:47:10','2014-01-21 11:47:10',1),(4,4,'April','April',1,1,'2014-01-21 11:47:24','2014-01-21 11:47:24',1),(5,5,'May','May',1,1,'2014-01-21 11:47:40','2014-01-21 11:47:40',1),(6,6,'June','June',1,1,'2014-01-21 11:47:53','2014-01-21 11:47:53',1),(7,7,'July','July',1,1,'2014-01-21 11:48:04','2014-01-21 11:48:04',1),(8,8,'Aug','August',1,1,'2014-01-21 11:48:16','2014-01-21 11:48:16',1),(9,9,'Sep','September',1,1,'2014-01-21 11:48:28','2014-01-21 11:48:28',1),(10,10,'Oct','October',1,1,'2014-01-21 11:48:43','2014-01-21 11:48:43',1),(11,11,'Nov','November',1,1,'2014-01-21 11:48:53','2014-01-21 11:48:53',1),(12,12,'Dec','December',1,1,'2014-01-21 11:49:06','2014-01-21 11:49:06',1); + +/*Table structure for table `main_nationality` */ + +DROP TABLE IF EXISTS `main_nationality`; + +CREATE TABLE `main_nationality` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `nationalitycode` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_nationality` */ + +/*Table structure for table `main_nationalitycontextcode` */ + +DROP TABLE IF EXISTS `main_nationalitycontextcode`; + +CREATE TABLE `main_nationalitycontextcode` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `nationalitycontextcode` varchar(255) DEFAULT NULL, + `description` varchar(255) NOT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_nationalitycontextcode` */ + +/*Table structure for table `main_numberformats` */ + +DROP TABLE IF EXISTS `main_numberformats`; + +CREATE TABLE `main_numberformats` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `numberformattype` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_numberformats` */ + +/*Table structure for table `main_organisationinfo` */ + +DROP TABLE IF EXISTS `main_organisationinfo`; + +CREATE TABLE `main_organisationinfo` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `organisationname` varchar(255) DEFAULT NULL, + `org_image` varchar(255) DEFAULT NULL, + `domain` varchar(255) DEFAULT NULL, + `website` varchar(255) DEFAULT NULL, + `orgdescription` text, + `totalemployees` int(11) unsigned DEFAULT NULL, + `registration_number` varchar(255) DEFAULT NULL, + `org_startdate` date DEFAULT NULL, + `phonenumber` varchar(255) DEFAULT NULL, + `secondaryphone` varchar(255) DEFAULT NULL, + `email` varchar(255) DEFAULT NULL, + `secondaryemail` varchar(255) DEFAULT NULL, + `faxnumber` varchar(255) DEFAULT NULL, + `country` int(11) unsigned DEFAULT NULL, + `state` int(11) unsigned DEFAULT NULL, + `city` int(11) unsigned DEFAULT NULL, + `address1` text, + `address2` text, + `address3` text, + `description` text, + `orghead` varchar(255) DEFAULT NULL, + `designation` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_organisationinfo` */ + +/*Table structure for table `main_patches_version` */ + +DROP TABLE IF EXISTS `main_patches_version`; + +CREATE TABLE `main_patches_version` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `version` varchar(255) DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1' COMMENT '1=latest versions,0=old versions', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_patches_version` */ + +insert into `main_patches_version`(`version`,`createddate`,`modifieddate`,`isactive`) values ('1.1.7',now(),now(),1); + +/*Table structure for table `main_payfrequency` */ + +DROP TABLE IF EXISTS `main_payfrequency`; + +CREATE TABLE `main_payfrequency` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `freqtype` varchar(255) NOT NULL, + `freqcode` varchar(100) DEFAULT NULL, + `freqdescription` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_payfrequency` */ + +/*Table structure for table `main_positions` */ + +DROP TABLE IF EXISTS `main_positions`; + +CREATE TABLE `main_positions` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `positionname` varchar(100) DEFAULT NULL, + `jobtitleid` int(11) unsigned DEFAULT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) DEFAULT NULL, + `modifiedby` int(11) DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_positions` */ + +/*Table structure for table `main_prefix` */ + +DROP TABLE IF EXISTS `main_prefix`; + +CREATE TABLE `main_prefix` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `prefix` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_prefix` */ + +/*Table structure for table `main_privileges` */ + +DROP TABLE IF EXISTS `main_privileges`; + +CREATE TABLE `main_privileges` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `role` int(11) unsigned DEFAULT NULL, + `group_id` int(11) unsigned DEFAULT NULL, + `object` int(11) unsigned DEFAULT NULL, + `addpermission` varchar(10) DEFAULT NULL, + `editpermission` varchar(10) DEFAULT NULL, + `deletepermission` varchar(10) DEFAULT NULL, + `viewpermission` varchar(10) DEFAULT NULL, + `uploadattachments` varchar(10) DEFAULT NULL, + `viewattachments` varchar(10) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=429 DEFAULT CHARSET=latin1; + +/*Data for the table `main_privileges` */ + +insert into `main_privileges`(`id`,`role`,`group_id`,`object`,`addpermission`,`editpermission`,`deletepermission`,`viewpermission`,`uploadattachments`,`viewattachments`,`createdby`,`modifiedby`,`createddate`,`modifieddate`,`isactive`) values (1,NULL,6,1,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 16:48:12','2013-09-12 16:48:12',1),(2,NULL,6,9,'No','No','No','No','No','No',NULL,NULL,'2013-09-12 16:48:12','2013-09-12 16:48:12',1),(3,NULL,6,10,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 16:48:12','2013-09-12 16:48:12',1),(4,NULL,6,11,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 16:48:12','2013-09-12 16:48:12',1),(5,NULL,6,12,'No','No','No','No','No','No',NULL,NULL,'2013-09-12 16:48:12','2013-09-12 16:48:12',1),(6,NULL,6,13,'No','No','No','No','No','No',NULL,NULL,'2013-09-12 16:48:12','2013-09-12 16:48:12',1),(7,NULL,6,2,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 16:49:50','2013-09-12 16:49:50',1),(8,NULL,6,20,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 16:49:50','2013-09-12 16:49:50',1),(9,NULL,6,21,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 16:49:50','2013-09-12 16:49:50',1),(10,NULL,6,3,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 16:54:02','2013-09-12 16:54:02',1),(11,NULL,6,14,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 16:54:02','2013-09-12 16:54:02',1),(12,NULL,6,43,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 16:54:02','2013-09-12 16:54:02',1),(13,NULL,6,4,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:02:19','2013-09-12 17:02:19',1),(14,NULL,6,31,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:02:19','2013-09-12 17:02:19',1),(15,NULL,6,61,'Yes','No','No','No','No','No',NULL,NULL,'2013-09-12 17:02:19','2013-09-12 17:02:19',1),(16,NULL,6,62,'No','No','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:02:19','2013-09-12 17:02:19',1),(17,NULL,6,63,'No','No','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:02:19','2013-09-12 17:02:19',1),(18,NULL,6,64,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 17:02:19','2013-09-12 17:02:19',1),(19,NULL,6,135,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 17:02:19','2013-09-12 17:02:19',1),(20,NULL,6,65,'No','Yes','No','Yes','No','Yes',NULL,NULL,'2013-09-12 17:02:19','2013-09-12 17:02:19',1),(21,NULL,6,32,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:02:19','2013-09-12 17:02:19',1),(22,NULL,6,33,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:02:19','2013-09-12 17:02:19',0),(23,NULL,6,34,'No','No','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:02:19','2013-09-12 17:02:19',1),(24,NULL,6,35,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:02:19','2013-09-12 17:02:19',0),(25,NULL,6,131,'Yes','Yes','No','No','No','No',NULL,NULL,'2013-09-12 17:04:11','2013-09-12 17:04:11',1),(26,NULL,6,70,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(27,NULL,6,71,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(28,NULL,6,78,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(29,NULL,6,79,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(30,NULL,6,80,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(31,NULL,6,81,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(32,NULL,6,82,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(33,NULL,6,72,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(34,NULL,6,85,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(35,NULL,6,86,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(36,NULL,6,87,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(37,NULL,6,88,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(38,NULL,6,89,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(39,NULL,6,90,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(40,NULL,6,91,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(41,NULL,6,92,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(42,NULL,6,93,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(43,NULL,6,133,'Yes','Yes','No','No','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(44,NULL,6,136,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(45,NULL,6,132,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(46,NULL,6,73,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(47,NULL,6,100,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(48,NULL,6,101,'Yes','No','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(49,NULL,6,102,'Yes','No','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(50,NULL,6,103,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(51,NULL,6,74,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(52,NULL,6,107,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(53,NULL,6,108,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(54,NULL,6,75,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(55,NULL,6,110,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(56,NULL,6,111,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:10:05','2013-09-12 17:10:05',1),(57,NULL,2,1,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 17:16:58','2013-09-12 17:16:58',1),(58,NULL,2,9,'No','No','No','No','No','No',NULL,NULL,'2013-09-12 17:16:58','2013-09-12 17:16:58',1),(59,NULL,2,10,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 17:16:58','2013-09-12 17:16:58',1),(60,NULL,2,11,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 17:16:58','2013-09-12 17:16:58',1),(61,NULL,2,12,'No','No','No','No','No','No',NULL,NULL,'2013-09-12 17:16:58','2013-09-12 17:16:58',1),(62,NULL,2,13,'No','No','No','No','No','No',NULL,NULL,'2013-09-12 17:16:58','2013-09-12 17:16:58',1),(63,NULL,2,3,'No','No','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:23:01','2013-09-12 17:23:01',1),(64,NULL,2,14,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 17:23:01','2013-09-12 17:23:01',1),(65,NULL,2,43,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 17:23:01','2013-09-12 17:23:01',1),(66,NULL,2,16,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 17:23:01','2013-09-12 17:23:01',0),(67,NULL,2,19,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:23:01','2013-09-12 17:23:01',1),(68,NULL,2,54,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:23:01','2013-09-12 17:23:01',1),(69,NULL,2,134,'No','No','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:23:01','2013-09-12 17:23:01',1),(70,NULL,2,55,'No','No','No','Yes','No','No',NULL,NULL,'2013-09-12 17:23:01','2013-09-12 17:23:01',1),(71,NULL,2,56,'No','No','No','Yes','No','No',NULL,NULL,'2013-09-12 17:23:01','2013-09-12 17:23:01',1),(72,NULL,2,57,'No','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 17:23:01','2013-09-12 17:23:01',1),(73,NULL,2,4,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 18:42:32','2013-09-12 18:42:32',1),(74,NULL,2,31,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 18:42:32','2013-09-12 18:42:32',1),(75,NULL,2,61,'Yes','No','No','No','No','No',NULL,NULL,'2013-09-12 18:42:32','2013-09-12 18:42:32',1),(76,NULL,2,62,'No','No','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 18:42:32','2013-09-12 18:42:32',1),(77,NULL,2,63,'No','No','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 18:42:32','2013-09-12 18:42:32',1),(78,NULL,2,64,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 18:42:32','2013-09-12 18:42:32',1),(79,NULL,2,135,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 18:42:32','2013-09-12 18:42:32',1),(80,NULL,2,65,'No','Yes','No','Yes','No','Yes',NULL,NULL,'2013-09-12 18:42:32','2013-09-12 18:42:32',1),(81,NULL,2,32,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 18:42:32','2013-09-12 18:42:32',1),(82,NULL,2,33,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 18:42:32','2013-09-12 18:42:32',0),(83,NULL,2,34,'No','No','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 18:42:32','2013-09-12 18:42:32',1),(84,NULL,2,35,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 18:42:32','2013-09-12 18:42:32',0),(85,NULL,3,3,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(86,NULL,3,14,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(87,NULL,3,15,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',0),(88,NULL,3,38,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',0),(89,NULL,3,39,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',0),(90,NULL,3,16,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(91,NULL,3,41,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(92,NULL,3,42,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(93,NULL,3,43,'No','No','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(94,NULL,3,17,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(95,NULL,3,44,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(96,NULL,3,45,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(97,NULL,3,18,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',0),(98,NULL,3,51,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',0),(99,NULL,3,50,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',0),(100,NULL,3,47,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',0),(101,NULL,3,48,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',0),(102,NULL,3,49,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',0),(103,NULL,3,19,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(104,NULL,3,54,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(105,NULL,3,134,'No','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(106,NULL,3,55,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(107,NULL,3,56,'No','No','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(108,NULL,3,57,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(109,NULL,3,113,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(110,NULL,3,114,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(111,NULL,3,115,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(112,NULL,3,116,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(113,NULL,3,117,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(114,NULL,3,118,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(115,NULL,3,120,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(116,NULL,3,123,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(117,NULL,3,124,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(118,NULL,3,125,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(119,NULL,3,126,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(120,NULL,3,127,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(121,NULL,3,128,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(122,NULL,3,129,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(123,NULL,3,5,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:06:33','2013-09-12 19:06:33',1),(124,NULL,3,22,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:06:33','2013-09-12 19:06:33',1),(125,NULL,3,68,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:06:33','2013-09-12 19:06:33',1),(126,NULL,3,69,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:06:33','2013-09-12 19:06:33',1),(127,NULL,3,23,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:06:33','2013-09-12 19:06:33',1),(128,NULL,3,1,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:08:13','2013-09-12 19:08:13',1),(129,NULL,3,9,'No','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:08:13','2013-09-12 19:08:13',1),(130,NULL,3,10,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:08:13','2013-09-12 19:08:13',1),(131,NULL,3,11,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:08:13','2013-09-12 19:08:13',1),(132,NULL,3,12,'No','No','No','No','No','No',NULL,NULL,'2013-09-12 19:08:13','2013-09-12 19:08:13',1),(133,NULL,3,13,'No','No','No','No','No','No',NULL,NULL,'2013-09-12 19:08:13','2013-09-12 19:08:13',1),(134,NULL,3,4,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:11:47','2013-09-12 19:11:47',1),(135,NULL,3,31,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:11:47','2013-09-12 19:11:47',1),(136,NULL,3,61,'Yes','No','No','No','No','No',NULL,NULL,'2013-09-12 19:11:47','2013-09-12 19:11:47',1),(137,NULL,3,62,'No','No','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:11:47','2013-09-12 19:11:47',1),(138,NULL,3,63,'No','No','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:11:47','2013-09-12 19:11:47',1),(139,NULL,3,64,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 19:11:47','2013-09-12 19:11:47',1),(140,NULL,3,135,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 19:11:47','2013-09-12 19:11:47',1),(141,NULL,3,65,'No','Yes','No','Yes','No','Yes',NULL,NULL,'2013-09-12 19:11:47','2013-09-12 19:11:47',1),(142,NULL,3,32,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:11:47','2013-09-12 19:11:47',1),(143,NULL,3,33,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:11:47','2013-09-12 19:11:47',0),(144,NULL,3,34,'No','No','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:11:47','2013-09-12 19:11:47',1),(145,NULL,3,35,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:11:47','2013-09-12 19:11:47',0),(146,NULL,3,2,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:13:25','2013-09-12 19:13:25',1),(147,NULL,3,21,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:13:25','2013-09-12 19:13:25',1),(148,NULL,4,4,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:15:51','2013-09-12 19:15:51',1),(149,NULL,4,31,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:15:51','2013-09-12 19:15:51',1),(150,NULL,4,61,'Yes','No','No','No','No','No',NULL,NULL,'2013-09-12 19:15:51','2013-09-12 19:15:51',1),(151,NULL,4,62,'No','No','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:15:51','2013-09-12 19:15:51',1),(152,NULL,4,63,'No','No','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:15:51','2013-09-12 19:15:51',1),(153,NULL,4,64,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 19:15:51','2013-09-12 19:15:51',1),(154,NULL,4,135,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 19:15:51','2013-09-12 19:15:51',1),(155,NULL,4,65,'No','Yes','No','Yes','No','Yes',NULL,NULL,'2013-09-12 19:15:51','2013-09-12 19:15:51',1),(156,NULL,4,32,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:15:51','2013-09-12 19:15:51',1),(157,NULL,4,33,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:15:51','2013-09-12 19:15:51',0),(158,NULL,4,34,'No','No','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:15:51','2013-09-12 19:15:51',1),(159,NULL,4,35,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:15:51','2013-09-12 19:15:51',0),(160,NULL,4,1,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 19:17:23','2013-09-12 19:17:23',1),(161,NULL,4,9,'No','No','No','No','No','Yes',NULL,NULL,'2013-09-12 19:17:23','2013-09-12 19:17:23',1),(162,NULL,4,10,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 19:17:23','2013-09-12 19:17:23',1),(163,NULL,4,11,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 19:17:23','2013-09-12 19:17:23',1),(164,NULL,4,12,'No','No','No','No','No','No',NULL,NULL,'2013-09-12 19:17:23','2013-09-12 19:17:23',1),(165,NULL,4,13,'No','No','No','No','No','No',NULL,NULL,'2013-09-12 19:17:23','2013-09-12 19:17:23',1),(166,NULL,4,3,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 19:18:12','2013-09-12 19:18:12',1),(167,NULL,4,14,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 19:18:12','2013-09-12 19:18:12',1),(168,NULL,4,43,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 19:18:12','2013-09-12 19:18:12',1),(169,NULL,4,16,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 19:18:12','2013-09-12 19:18:12',0),(170,NULL,5,5,'No','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:20:10','2013-09-12 19:20:10',1),(171,NULL,5,23,'No','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-09-12 19:20:10','2013-09-12 19:20:10',1),(172,NULL,5,1,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 19:21:22','2013-09-12 19:21:22',1),(173,NULL,5,9,'No','No','No','No','No','Yes',NULL,NULL,'2013-09-12 19:21:22','2013-09-12 19:21:22',1),(174,NULL,5,10,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 19:21:22','2013-09-12 19:21:22',1),(175,NULL,5,11,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-09-12 19:21:22','2013-09-12 19:21:22',1),(176,NULL,5,12,'No','No','No','No','No','No',NULL,NULL,'2013-09-12 19:21:22','2013-09-12 19:21:22',1),(177,NULL,5,13,'No','No','No','No','No','No',NULL,NULL,'2013-09-12 19:21:22','2013-09-12 19:21:22',1),(178,NULL,2,138,'No','No','No','Yes','Yes','Yes',NULL,NULL,'2013-09-17 11:35:15','2013-09-17 11:35:15',1),(179,NULL,3,138,'No','No','No','Yes','Yes','Yes',NULL,NULL,'2013-09-17 11:35:15','2013-09-17 11:35:15',1),(180,1,NULL,1,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(181,1,NULL,2,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(182,1,NULL,3,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(183,1,NULL,4,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(184,1,NULL,5,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(185,1,NULL,6,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',0),(186,1,NULL,7,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',0),(187,1,NULL,8,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(188,1,NULL,9,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(189,1,NULL,10,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(190,1,NULL,11,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(191,1,NULL,12,'No','No','No','No','No','No',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(192,1,NULL,13,'Yes','Yes','No','Yes','No','No',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(193,1,NULL,14,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(194,1,NULL,15,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',0),(195,1,NULL,16,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(196,1,NULL,17,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(197,1,NULL,18,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',0),(198,1,NULL,19,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(199,1,NULL,20,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(200,1,NULL,21,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(201,1,NULL,22,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(202,1,NULL,23,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(203,1,NULL,24,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(204,1,NULL,31,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(205,1,NULL,32,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(206,1,NULL,33,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',0),(207,1,NULL,34,'No','No','No','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(208,1,NULL,35,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',0),(209,1,NULL,38,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',0),(210,1,NULL,39,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',0),(211,1,NULL,41,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(212,1,NULL,42,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(213,1,NULL,43,'No','No','No','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(214,1,NULL,44,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(215,1,NULL,45,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(216,1,NULL,47,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',0),(217,1,NULL,48,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',0),(218,1,NULL,49,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',0),(219,1,NULL,50,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',0),(220,1,NULL,51,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',0),(221,1,NULL,54,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(222,1,NULL,55,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(223,1,NULL,56,'No','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(224,1,NULL,57,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(225,1,NULL,61,'Yes','No','No','No','No','No',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(226,1,NULL,62,'No','No','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(227,1,NULL,63,'No','No','No','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(228,1,NULL,64,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(229,1,NULL,65,'No','Yes','No','Yes','No','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(230,1,NULL,68,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(231,1,NULL,69,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(232,1,NULL,70,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(233,1,NULL,71,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(234,1,NULL,72,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(235,1,NULL,73,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(236,1,NULL,74,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(237,1,NULL,75,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(238,1,NULL,78,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(239,1,NULL,79,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(240,1,NULL,80,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(241,1,NULL,81,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(242,1,NULL,82,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(243,1,NULL,85,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(244,1,NULL,86,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(245,1,NULL,87,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(246,1,NULL,88,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(247,1,NULL,89,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(248,1,NULL,90,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(249,1,NULL,91,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(250,1,NULL,92,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(251,1,NULL,93,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(252,1,NULL,100,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(253,1,NULL,101,'Yes','No','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(254,1,NULL,102,'Yes','No','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(255,1,NULL,103,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(256,1,NULL,107,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(257,1,NULL,108,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(258,1,NULL,110,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(259,1,NULL,111,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(260,1,NULL,113,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(261,1,NULL,114,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(262,1,NULL,115,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(263,1,NULL,116,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(264,1,NULL,117,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(265,1,NULL,118,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(266,1,NULL,119,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(267,1,NULL,120,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(268,1,NULL,121,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(269,1,NULL,122,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(270,1,NULL,123,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(271,1,NULL,124,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(272,1,NULL,125,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(273,1,NULL,126,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(274,1,NULL,127,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(275,1,NULL,128,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(276,1,NULL,130,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',0),(277,1,NULL,131,'Yes','Yes','No','No','No','No',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(278,1,NULL,132,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(279,1,NULL,133,'Yes','Yes','No','No','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(280,1,NULL,134,'No','Yes','No','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(281,1,NULL,135,'No','No','No','Yes','No','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(282,1,NULL,136,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(283,1,NULL,138,'No','No','No','Yes','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(284,NULL,1,1,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(285,NULL,1,2,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(286,NULL,1,3,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(287,NULL,1,4,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(288,NULL,1,5,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(289,NULL,1,6,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,0),(290,NULL,1,7,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,0),(291,NULL,1,8,'No','No','No','No','No','No',NULL,NULL,NULL,NULL,1),(292,NULL,1,9,'No','Yes','No','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(293,NULL,1,10,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(294,NULL,1,11,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(295,NULL,1,12,'No','No','No','No','No','No',NULL,NULL,NULL,NULL,1),(296,NULL,1,13,'No','No','No','No','No','No',NULL,NULL,NULL,NULL,1),(297,NULL,1,14,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(298,NULL,1,15,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,0),(299,NULL,1,16,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(300,NULL,1,17,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(301,NULL,1,18,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,0),(302,NULL,1,19,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(303,NULL,1,20,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(304,NULL,1,21,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(305,NULL,1,22,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(306,NULL,1,23,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(307,NULL,1,24,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(308,NULL,1,31,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(309,NULL,1,32,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(310,NULL,1,33,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,0),(311,NULL,1,34,'No','No','No','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(312,NULL,1,35,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,0),(313,NULL,1,38,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,0),(314,NULL,1,39,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,0),(315,NULL,1,41,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(316,NULL,1,42,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(317,NULL,1,43,'No','No','No','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(318,NULL,1,44,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(319,NULL,1,45,'No','No','No','Yes','No','Yes',NULL,NULL,NULL,NULL,1),(320,NULL,1,47,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,0),(321,NULL,1,48,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,0),(322,NULL,1,49,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,0),(323,NULL,1,50,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,0),(324,NULL,1,51,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,0),(325,NULL,1,54,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(326,NULL,1,55,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(327,NULL,1,56,'No','Yes','No','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(328,NULL,1,57,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(329,NULL,1,61,'Yes','No','No','No','No','No',NULL,NULL,NULL,NULL,1),(330,NULL,1,62,'No','No','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(331,NULL,1,63,'No','No','No','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(332,NULL,1,64,'No','No','No','Yes','No','Yes',NULL,NULL,NULL,NULL,1),(333,NULL,1,65,'No','Yes','No','Yes','No','Yes',NULL,NULL,NULL,NULL,1),(334,NULL,1,68,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(335,NULL,1,69,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(336,NULL,1,70,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(337,NULL,1,71,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(338,NULL,1,72,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(339,NULL,1,73,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(340,NULL,1,74,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(341,NULL,1,75,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(342,NULL,1,78,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(343,NULL,1,79,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(344,NULL,1,80,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(345,NULL,1,81,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(346,NULL,1,82,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(347,NULL,1,85,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(348,NULL,1,86,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(349,NULL,1,87,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(350,NULL,1,88,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(351,NULL,1,89,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(352,NULL,1,90,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(353,NULL,1,91,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(354,NULL,1,92,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(355,NULL,1,93,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(356,NULL,1,100,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(357,NULL,1,101,'Yes','No','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(358,NULL,1,102,'Yes','No','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(359,NULL,1,103,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(360,NULL,1,107,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(361,NULL,1,108,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(362,NULL,1,110,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(363,NULL,1,111,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(364,NULL,1,113,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(365,NULL,1,114,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(366,NULL,1,115,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(367,NULL,1,116,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(368,NULL,1,117,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(369,NULL,1,118,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(370,NULL,1,119,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(371,NULL,1,120,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(372,NULL,1,121,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(373,NULL,1,122,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(374,NULL,1,123,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(375,NULL,1,124,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(376,NULL,1,125,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(377,NULL,1,126,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(378,NULL,1,127,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(379,NULL,1,128,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(380,NULL,1,130,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,0),(381,NULL,1,131,'Yes','Yes','No','No','No','No',NULL,NULL,NULL,NULL,1),(382,NULL,1,132,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(383,NULL,1,133,'No','Yes','No','No','Yes','Yes',NULL,NULL,NULL,NULL,1),(384,NULL,1,134,'No','Yes','No','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(385,NULL,1,135,'No','No','No','Yes','No','Yes',NULL,NULL,NULL,NULL,1),(386,NULL,1,136,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(387,NULL,1,138,'No','No','No','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(388,1,NULL,139,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(389,NULL,1,139,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(390,NULL,3,139,'Yes','Yes','No','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(391,NULL,4,19,'No','Yes','No','Yes','No','No',NULL,NULL,NULL,NULL,1),(393,NULL,4,57,'No','Yes','No','Yes','No','No',NULL,NULL,NULL,NULL,1),(394,NULL,6,19,'No','Yes','No','Yes',NULL,NULL,NULL,NULL,NULL,NULL,1),(396,NULL,6,57,'No','Yes','No','Yes',NULL,NULL,NULL,NULL,NULL,NULL,1),(397,NULL,3,140,'No','Yes','No','No','Yes','Yes',NULL,NULL,'2013-09-12 19:01:00','2013-09-12 19:01:00',1),(398,1,NULL,140,'No','Yes','No','No','Yes','Yes',NULL,NULL,'2013-10-04 14:48:49','2013-10-04 14:48:49',1),(399,NULL,1,140,'No','Yes','No','No','Yes','Yes',NULL,NULL,NULL,NULL,1),(400,NULL,1,141,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2014-03-13 19:11:53','2014-03-13 19:11:53',1),(401,NULL,3,141,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2014-03-13 19:11:53','2014-03-13 19:11:53',1),(402,NULL,5,141,'No','Yes','No','Yes','Yes','Yes',NULL,NULL,'2014-03-13 19:11:53','2014-03-13 19:11:53',1),(403,1,NULL,141,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2014-03-13 19:11:53','2014-03-13 19:11:53',1),(404,1,NULL,142,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,'2014-03-28 11:19:56',NULL,1),(405,1,NULL,143,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(406,NULL,3,143,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(407,NULL,3,144,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(408,NULL,3,145,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(409,NULL,3,146,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(410,1,NULL,146,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(411,1,NULL,145,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(412,1,NULL,144,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(413,1,NULL,147,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(414,NULL,3,147,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(415,NULL,1,143,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(416,NULL,2,143,'No','No','No','No','No','No',NULL,NULL,NULL,NULL,1),(417,NULL,4,143,'No','No','No','No','No','No',NULL,NULL,NULL,NULL,1),(419,NULL,6,143,'No','No','No','No','No','No',NULL,NULL,NULL,NULL,1),(420,NULL,3,148,'No','No','No','No','No','No',1,1,'2014-07-22 00:00:00','2014-07-22 00:00:00',1),(421,NULL,1,148,'No','No','No','No','No','No',1,1,'2014-07-22 00:00:00','2014-07-22 00:00:00',1),(422,NULL,1,147,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(423,NULL,1,144,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(424,NULL,1,145,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(425,NULL,1,146,'Yes','Yes','Yes','Yes','Yes','Yes',NULL,NULL,NULL,NULL,1),(426,NULL,2,148,'No','No','No','No','No','No',NULL,NULL,NULL,NULL,1),(427,NULL,4,148,'No','No','No','No','No','No',NULL,NULL,NULL,NULL,1),(428,NULL,6,148,'No','No','No','No','No','No',NULL,NULL,NULL,NULL,1); + +/*Table structure for table `main_racecode` */ + +DROP TABLE IF EXISTS `main_racecode`; + +CREATE TABLE `main_racecode` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `racecode` varchar(255) NOT NULL, + `racename` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_racecode` */ + +/*Table structure for table `main_remunerationbasis` */ + +DROP TABLE IF EXISTS `main_remunerationbasis`; + +CREATE TABLE `main_remunerationbasis` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `remtype` varchar(255) DEFAULT NULL, + `remdesc` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_remunerationbasis` */ + +/*Table structure for table `main_request_history` */ + +DROP TABLE IF EXISTS `main_request_history`; + +CREATE TABLE `main_request_history` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `request_id` bigint(20) unsigned DEFAULT NULL, + `description` varchar(300) DEFAULT NULL, + `emp_id` bigint(20) unsigned DEFAULT NULL, + `emp_name` varchar(100) DEFAULT NULL, + `emp_profileimg` varchar(150) DEFAULT NULL, + `createdby` bigint(20) unsigned DEFAULT NULL, + `modifiedby` bigint(20) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1' COMMENT '1=active,0=inactive', + `comments` varchar(300) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 CHECKSUM=1 DELAY_KEY_WRITE=1 ROW_FORMAT=DYNAMIC COMMENT='for request history'; + +/*Data for the table `main_request_history` */ + +/*Table structure for table `main_requisition` */ + +DROP TABLE IF EXISTS `main_requisition`; + +CREATE TABLE `main_requisition` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `requisition_code` varchar(20) DEFAULT NULL, + `onboard_date` date DEFAULT NULL, + `position_id` int(11) unsigned NOT NULL, + `reporting_id` bigint(20) unsigned DEFAULT NULL, + `businessunit_id` int(11) unsigned DEFAULT NULL, + `department_id` int(11) unsigned DEFAULT NULL, + `jobtitle` int(11) unsigned DEFAULT NULL, + `req_no_positions` int(11) unsigned DEFAULT NULL, + `selected_members` int(11) unsigned DEFAULT '0' COMMENT 'count of selected members', + `filled_positions` int(11) unsigned DEFAULT '0', + `jobdescription` text, + `req_skills` text NOT NULL, + `req_qualification` varchar(150) DEFAULT NULL, + `req_exp_years` varchar(10) NOT NULL, + `emp_type` int(11) unsigned DEFAULT NULL, + `req_priority` tinyint(1) unsigned DEFAULT NULL COMMENT '1- High, 2- Medium,3- Low', + `additional_info` text, + `req_status` enum('Initiated','Approved','Rejected','Closed','On hold','Complete','In process') DEFAULT NULL, + `approver1` bigint(20) unsigned DEFAULT NULL, + `approver2` bigint(20) unsigned DEFAULT NULL, + `approver3` bigint(20) unsigned DEFAULT NULL, + `appstatus1` enum('Initiated','Approved','Rejected','Closed','On hold','Complete','In process') DEFAULT NULL, + `appstatus2` enum('Initiated','Approved','Rejected','Closed','On hold','Complete','In process') DEFAULT NULL, + `appstatus3` enum('Initiated','Approved','Rejected','Closed','On hold','Complete','In process') DEFAULT NULL, + `isactive` tinyint(1) unsigned DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createdon` datetime DEFAULT NULL, + `modifiedon` datetime DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `un1` (`requisition_code`), + KEY `NewIndex1` (`position_id`), + KEY `reporting` (`reporting_id`), + KEY `emptype` (`emp_type`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_requisition` */ + +/*Table structure for table `main_requisition_summary` */ + +DROP TABLE IF EXISTS `main_requisition_summary`; + +CREATE TABLE `main_requisition_summary` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `req_id` int(11) unsigned NOT NULL, + `requisition_code` varchar(20) DEFAULT NULL, + `onboard_date` date DEFAULT NULL, + `position_id` int(11) unsigned NOT NULL, + `position_name` varchar(200) DEFAULT NULL, + `reporting_id` bigint(20) unsigned DEFAULT NULL, + `reporting_manager_name` varchar(200) DEFAULT NULL, + `businessunit_id` int(11) unsigned DEFAULT NULL, + `businessunit_name` varchar(200) DEFAULT NULL, + `department_id` int(11) unsigned DEFAULT NULL, + `department_name` varchar(200) DEFAULT NULL, + `jobtitle` int(11) unsigned DEFAULT NULL, + `jobtitle_name` varchar(200) DEFAULT NULL, + `req_no_positions` int(11) unsigned DEFAULT NULL, + `selected_members` int(11) unsigned DEFAULT '0' COMMENT 'count of selected members', + `filled_positions` int(11) unsigned DEFAULT '0', + `jobdescription` text, + `req_skills` text NOT NULL, + `req_qualification` varchar(150) DEFAULT NULL, + `req_exp_years` varchar(10) NOT NULL, + `emp_type` int(11) unsigned DEFAULT NULL, + `emp_type_name` varchar(200) DEFAULT NULL, + `req_priority` tinyint(1) unsigned DEFAULT NULL COMMENT '1- High, 2- Medium,3- Low', + `additional_info` text, + `req_status` enum('Initiated','Approved','Rejected','Closed','On hold','Complete','In process') DEFAULT NULL, + `approver1` bigint(20) unsigned DEFAULT NULL, + `approver1_name` varchar(200) DEFAULT NULL, + `approver2` bigint(20) unsigned DEFAULT NULL, + `approver2_name` varchar(200) DEFAULT NULL, + `approver3` bigint(20) unsigned DEFAULT NULL, + `approver3_name` varchar(200) DEFAULT NULL, + `appstatus1` enum('Initiated','Approved','Rejected','Closed','On hold','Complete','In process') DEFAULT NULL, + `appstatus2` enum('Initiated','Approved','Rejected','Closed','On hold','Complete','In process') DEFAULT NULL, + `appstatus3` enum('Initiated','Approved','Rejected','Closed','On hold','Complete','In process') DEFAULT NULL, + `isactive` tinyint(1) unsigned DEFAULT NULL, + `createdby_name` varchar(200) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createdon` datetime DEFAULT NULL, + `modifiedon` datetime DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `un1` (`requisition_code`), + KEY `NewIndex1` (`position_id`), + KEY `reporting` (`reporting_id`), + KEY `emptype` (`emp_type`), + KEY `NewIndex2` (`req_id`), + KEY `NewIndex3` (`businessunit_id`), + KEY `NewIndex4` (`department_id`), + KEY `NewIndex5` (`jobtitle`), + KEY `NewIndex6` (`approver1`), + KEY `NewIndex7` (`approver2`), + KEY `NewIndex8` (`approver3`), + KEY `NewIndex9` (`createdby`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_requisition_summary` */ + +/*Table structure for table `main_roles` */ + +DROP TABLE IF EXISTS `main_roles`; + +CREATE TABLE `main_roles` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `rolename` varchar(100) NOT NULL, + `roletype` varchar(100) DEFAULT NULL, + `roledescription` varchar(100) DEFAULT NULL, + `group_id` int(11) unsigned DEFAULT NULL, + `levelid` int(11) unsigned NOT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1' COMMENT '1=active,0=inactive', + PRIMARY KEY (`id`), + KEY `NewIndex1` (`group_id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; + +/*Data for the table `main_roles` */ + +insert into `main_roles`(`id`,`rolename`,`roletype`,`roledescription`,`group_id`,`levelid`,`createdby`,`modifiedby`,`createddate`,`modifieddate`,`isactive`) values (1,'Super Admin','admin',NULL,NULL,0,0,0,'2013-11-21 00:00:00','2013-11-21 00:00:00',1); + +/*Table structure for table `main_sd_configurations` */ + +DROP TABLE IF EXISTS `main_sd_configurations`; + +CREATE TABLE `main_sd_configurations` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `businessunit_id` bigint(20) unsigned DEFAULT NULL, + `department_id` bigint(20) unsigned DEFAULT NULL, + `service_desk_flag` tinyint(1) DEFAULT '1' COMMENT '1=businessunitwise,0=departmentwise', + `service_desk_id` bigint(20) DEFAULT NULL, + `request_recievers` text, + `cc_mail_recievers` text, + `approver_1` bigint(20) unsigned DEFAULT NULL, + `approver_2` bigint(20) unsigned DEFAULT NULL, + `approver_3` bigint(20) unsigned DEFAULT NULL, + `attachment` tinyint(1) DEFAULT '0' COMMENT '1=yes,0=no', + `description` varchar(255) DEFAULT NULL, + `sd_category` varchar(255) DEFAULT NULL, + `createdby` bigint(20) DEFAULT NULL, + `modifiedby` bigint(20) DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_sd_configurations` */ + +/*Table structure for table `main_sd_depts` */ + +DROP TABLE IF EXISTS `main_sd_depts`; + +CREATE TABLE `main_sd_depts` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `service_desk_name` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` bigint(20) unsigned DEFAULT NULL, + `modifiedby` bigint(20) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_sd_depts` */ + +/*Table structure for table `main_sd_reqtypes` */ + +DROP TABLE IF EXISTS `main_sd_reqtypes`; + +CREATE TABLE `main_sd_reqtypes` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `service_desk_id` bigint(20) NOT NULL, + `service_request_name` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` bigint(20) DEFAULT NULL, + `modifiedby` bigint(20) DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_sd_reqtypes` */ + +/*Table structure for table `main_sd_requests` */ + +DROP TABLE IF EXISTS `main_sd_requests`; + +CREATE TABLE `main_sd_requests` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `service_desk_id` bigint(20) unsigned DEFAULT NULL, + `service_desk_conf_id` bigint(20) unsigned DEFAULT NULL, + `service_request_id` bigint(20) unsigned DEFAULT NULL, + `priority` tinyint(1) unsigned DEFAULT NULL COMMENT '1=low,2=medium,3=high', + `description` varchar(250) DEFAULT NULL, + `attachment` text, + `status` enum('Open','Cancelled','Management approved','Management rejected','To management approve','Manager approved','Closed','Rejected','Manager rejected','To manager approve') DEFAULT NULL, + `raised_by` bigint(20) unsigned DEFAULT NULL, + `ticket_number` varchar(20) DEFAULT NULL, + `executor_id` bigint(20) unsigned DEFAULT NULL, + `executor_comments` varchar(250) DEFAULT NULL, + `reporting_manager_id` bigint(20) unsigned DEFAULT NULL, + `approver_status_1` enum('Approve','Reject','No answer') DEFAULT NULL, + `approver_status_2` enum('Approve','Reject','No answer') DEFAULT NULL, + `approver_status_3` enum('Approve','Reject','No answer') DEFAULT NULL, + `reporting_manager_status` enum('Approve','Reject','No answer') DEFAULT NULL, + `approver_1` bigint(20) unsigned DEFAULT NULL, + `approver_2` bigint(20) unsigned DEFAULT NULL, + `approver_3` bigint(20) unsigned DEFAULT NULL, + `approver_1_comments` varchar(250) DEFAULT NULL, + `approver_2_comments` varchar(250) DEFAULT NULL, + `approver_3_comments` varchar(250) DEFAULT NULL, + `reporting_manager_comments` varchar(250) DEFAULT NULL, + `to_mgmt_comments` varchar(250) DEFAULT NULL, + `to_manager_comments` varchar(250) DEFAULT NULL, + `isactive` tinyint(1) unsigned DEFAULT NULL COMMENT '1= active,0=inactive', + `createdby` bigint(20) unsigned DEFAULT NULL, + `modifiedby` bigint(20) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_sd_requests` */ + +/*Table structure for table `main_sd_requests_summary` */ + +DROP TABLE IF EXISTS `main_sd_requests_summary`; + +CREATE TABLE `main_sd_requests_summary` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `sd_requests_id` bigint(20) NOT NULL, + `service_desk_id` bigint(20) unsigned DEFAULT NULL, + `service_desk_name` varchar(250) DEFAULT NULL, + `service_desk_conf_id` bigint(20) unsigned DEFAULT NULL, + `service_request_name` varchar(250) DEFAULT NULL, + `service_request_id` bigint(20) unsigned DEFAULT NULL, + `priority` tinyint(1) unsigned DEFAULT NULL COMMENT '1=low,2=medium,3=high', + `description` varchar(250) DEFAULT NULL, + `attachment` text, + `status` varchar(35) DEFAULT NULL, + `raised_by` bigint(20) unsigned DEFAULT NULL, + `raised_by_name` varchar(250) DEFAULT NULL, + `raised_by_empid` varchar(20) DEFAULT NULL, + `ticket_number` varchar(20) DEFAULT NULL, + `executor_id` bigint(20) unsigned DEFAULT NULL, + `executor_name` varchar(250) DEFAULT NULL, + `executor_comments` varchar(250) DEFAULT NULL, + `reporting_manager_id` bigint(20) unsigned DEFAULT NULL, + `reporting_manager_name` varchar(250) DEFAULT NULL, + `approver_status_1` varchar(30) DEFAULT NULL, + `approver_status_2` varchar(30) DEFAULT NULL, + `approver_status_3` varchar(30) DEFAULT NULL, + `reporting_manager_status` varchar(30) DEFAULT NULL, + `approver_1` bigint(20) unsigned DEFAULT NULL, + `approver_1_name` varchar(250) DEFAULT NULL, + `approver_2` bigint(20) unsigned DEFAULT NULL, + `approver_2_name` varchar(250) DEFAULT NULL, + `approver_3` bigint(20) unsigned DEFAULT NULL, + `approver_1_comments` varchar(250) DEFAULT NULL, + `approver_2_comments` varchar(250) DEFAULT NULL, + `approver_3_comments` varchar(250) DEFAULT NULL, + `reporting_manager_comments` varchar(250) DEFAULT NULL, + `to_mgmt_comments` varchar(250) DEFAULT NULL, + `to_manager_comments` varchar(250) DEFAULT NULL, + `approver_3_name` varchar(250) DEFAULT NULL, + `isactive` tinyint(1) unsigned DEFAULT NULL COMMENT '1= active,0=inactive', + `createdby` bigint(20) unsigned DEFAULT NULL, + `modifiedby` bigint(20) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_sd_requests_summary` */ + +/*Table structure for table `main_settings` */ + +DROP TABLE IF EXISTS `main_settings`; + +CREATE TABLE `main_settings` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `menuid` varchar(100) NOT NULL, + `userid` int(11) unsigned NOT NULL, + `flag` tinyint(1) unsigned NOT NULL, + `isactive` tinyint(1) unsigned NOT NULL, + `created` datetime DEFAULT NULL, + `modified` datetime DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unique_userid_flag` (`userid`,`flag`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_settings` */ + +/*Table structure for table `main_sitepreference` */ + +DROP TABLE IF EXISTS `main_sitepreference`; + +CREATE TABLE `main_sitepreference` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `nationalityid` int(11) unsigned DEFAULT NULL, + `dateformatid` int(11) unsigned DEFAULT NULL, + `timeformatid` int(11) unsigned DEFAULT NULL, + `timezoneid` int(11) unsigned DEFAULT NULL, + `currencyid` int(11) unsigned DEFAULT NULL, + `passwordid` int(11) unsigned DEFAULT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_sitepreference` */ + +/*Table structure for table `main_states` */ + +DROP TABLE IF EXISTS `main_states`; + +CREATE TABLE `main_states` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `countryid` int(11) unsigned DEFAULT NULL, + `state` varchar(255) NOT NULL, + `statecode` varchar(255) DEFAULT NULL, + `state_id_org` int(10) unsigned DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `NewIndex1` (`countryid`,`state_id_org`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_states` */ + +/*Table structure for table `main_timeformat` */ + +DROP TABLE IF EXISTS `main_timeformat`; + +CREATE TABLE `main_timeformat` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `timeformat` varchar(60) NOT NULL, + `mysql_timeformat` varchar(60) DEFAULT NULL, + `js_timeformat` varchar(60) DEFAULT NULL, + `example` varchar(60) DEFAULT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; + +/*Data for the table `main_timeformat` */ + +insert into `main_timeformat`(`id`,`timeformat`,`mysql_timeformat`,`js_timeformat`,`example`,`description`,`createdby`,`modifiedby`,`createddate`,`modifieddate`,`isactive`) values (1,'h A',NULL,NULL,'9 AM','Hour only, with meridian',1,1,'2013-10-04 17:51:17','2013-10-04 17:51:17',1),(2,'h:i A',NULL,NULL,'9:10 AM','Hour and minutes, with meridian',1,1,'2013-10-04 17:51:17','2013-10-04 17:51:17',1),(3,'h:i:s A',NULL,NULL,'9:10:10 AM','Hour, minutes and seconds, with meridian',1,1,'2013-10-04 17:51:17','2013-10-04 17:51:17',1),(5,'H:i',NULL,NULL,'22:10','Hour and minutes, 24 Hours Notation',1,1,'2013-10-04 17:51:17','2013-10-04 17:51:17',1),(6,'H:i:s',NULL,NULL,'15:10:55','Hour, minutes and seconds, 24 Hours Notation',1,1,'2013-10-04 17:51:17','2013-10-04 17:51:17',1); + +/*Table structure for table `main_timezone` */ + +DROP TABLE IF EXISTS `main_timezone`; + +CREATE TABLE `main_timezone` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `actual_id` int(11) unsigned DEFAULT NULL, + `timezone` varchar(255) NOT NULL, + `timezone_abbr` varchar(10) DEFAULT NULL, + `offet_value` varchar(100) DEFAULT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_timezone` */ + +/*Table structure for table `main_userloginlog` */ + +DROP TABLE IF EXISTS `main_userloginlog`; + +CREATE TABLE `main_userloginlog` ( + `id` bigint(11) unsigned NOT NULL AUTO_INCREMENT, + `userid` bigint(11) unsigned DEFAULT NULL, + `emprole` int(11) unsigned DEFAULT NULL, + `group_id` int(11) unsigned DEFAULT NULL, + `employeeId` varchar(100) DEFAULT NULL, + `emailaddress` varchar(200) DEFAULT NULL, + `userfullname` varchar(100) DEFAULT NULL, + `logindatetime` datetime NOT NULL, + `empipaddress` varchar(255) DEFAULT NULL, + `profileimg` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `main_userloginlog` */ + +/*Table structure for table `main_users` */ + +DROP TABLE IF EXISTS `main_users`; + +CREATE TABLE `main_users` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `emprole` int(11) unsigned DEFAULT NULL, + `userstatus` enum('new','old') DEFAULT 'new', + `firstname` varchar(255) DEFAULT NULL, + `lastname` varchar(255) DEFAULT NULL, + `userfullname` varchar(255) DEFAULT NULL, + `emailaddress` varchar(255) DEFAULT NULL, + `contactnumber` varchar(15) DEFAULT NULL, + `empipaddress` varchar(255) DEFAULT NULL, + `backgroundchk_status` enum('In process','Completed','Not Applicable','Yet to start','On hold') DEFAULT 'Yet to start', + `emptemplock` tinyint(1) unsigned DEFAULT '0', + `empreasonlocked` varchar(255) DEFAULT NULL, + `emplockeddate` date DEFAULT NULL, + `emppassword` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` smallint(6) unsigned DEFAULT '1' COMMENT '0=inactive,1-Active,2-resigned,3-left,4-suspended,5-deleted,', + `employeeId` varchar(255) DEFAULT NULL, + `modeofentry` varchar(255) DEFAULT NULL, + `other_modeofentry` varchar(255) DEFAULT NULL, + `entrycomments` varchar(255) DEFAULT NULL, + `rccandidatename` int(11) unsigned DEFAULT NULL, + `selecteddate` date DEFAULT NULL, + `candidatereferredby` int(11) unsigned DEFAULT NULL, + `company_id` int(11) unsigned DEFAULT NULL, + `profileimg` varchar(255) DEFAULT NULL, + `jobtitle_id` bigint(11) unsigned DEFAULT NULL, + `tourflag` tinyint(1) unsigned DEFAULT '0' COMMENT '0=not seen,1=seen', + `themes` enum('default','brown','gray','peacock','skyblue','green','orange') DEFAULT 'default', + PRIMARY KEY (`id`), + UNIQUE KEY `NewIndex1` (`employeeId`), + KEY `IDX_4632B9B67F771501` (`emprole`), + KEY `IDX_4632B9B6647385F4` (`rccandidatename`), + KEY `IDX_4632B9B662E3F462` (`candidatereferredby`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; + +/*Data for the table `main_users` */ + +insert into `main_users`(`id`,`emprole`,`userstatus`,`firstname`,`lastname`,`userfullname`,`emailaddress`,`contactnumber`,`empipaddress`,`backgroundchk_status`,`emptemplock`,`empreasonlocked`,`emplockeddate`,`emppassword`,`createdby`,`modifiedby`,`createddate`,`modifieddate`,`isactive`,`employeeId`,`modeofentry`,`other_modeofentry`,`entrycomments`,`rccandidatename`,`selecteddate`,`candidatereferredby`,`company_id`,`profileimg`,`jobtitle_id`,`tourflag`,`themes`) values (1,1,'old','Super','Admin','Super Admin','admin@example.com',NULL,NULL,'Not Applicable',0,NULL,NULL,'50b7deed0a684d599b1430fa7ae97d0d',NULL,NULL,'2013-11-21 00:00:00','2013-11-21 00:00:00',1,'EMPP0001',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default'); + +/*Table structure for table `main_veteranstatus` */ + +DROP TABLE IF EXISTS `main_veteranstatus`; + +CREATE TABLE `main_veteranstatus` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `veteranstatus` varchar(255) NOT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_veteranstatus` */ + +/*Table structure for table `main_weekdays` */ + +DROP TABLE IF EXISTS `main_weekdays`; + +CREATE TABLE `main_weekdays` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `day_name` bigint(20) NOT NULL, + `dayshortcode` varchar(255) DEFAULT NULL, + `daylongcode` varchar(255) DEFAULT NULL, + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; + +/*Data for the table `main_weekdays` */ + +insert into `main_weekdays`(`id`,`day_name`,`dayshortcode`,`daylongcode`,`description`,`createdby`,`modifiedby`,`createddate`,`modifieddate`,`isactive`) values (1,0,'Su','Sun','Sunday',1,1,'2014-01-21 11:53:58','2014-01-21 11:53:58',1),(2,1,'Mo','Mon','Monday',1,1,'2014-01-21 11:54:22','2014-01-21 11:54:22',1),(3,2,'Tu','Tue','Tueday',1,1,'2014-01-21 11:54:39','2014-01-21 11:54:39',1),(4,3,'We','Wed','Wednesday',1,1,'2014-01-21 11:54:52','2014-01-21 11:54:52',1),(5,4,'Th','Thu','Thursday',1,1,'2014-01-21 11:55:24','2014-01-21 11:55:24',1),(6,5,'F','Fri','Friday',1,1,'2014-01-21 11:55:45','2014-01-21 11:55:45',1),(7,6,'Sa','Sat','Saturday',1,1,'2014-01-21 11:56:13','2014-01-21 11:56:13',1); + +/*Table structure for table `main_workeligibilitydoctypes` */ + +DROP TABLE IF EXISTS `main_workeligibilitydoctypes`; + +CREATE TABLE `main_workeligibilitydoctypes` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `documenttype` varchar(255) DEFAULT NULL, + `issuingauthority` tinyint(1) DEFAULT '1' COMMENT '1-country,2-state,3-city', + `description` varchar(255) DEFAULT NULL, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) unsigned DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +/*Data for the table `main_workeligibilitydoctypes` */ + +/*Table structure for table `numbers` */ + +DROP TABLE IF EXISTS `numbers`; + +CREATE TABLE `numbers` ( + `n` int(11) NOT NULL, + PRIMARY KEY (`n`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +/*Data for the table `numbers` */ + +insert into `numbers`(`n`) values (0),(1),(2),(3),(4),(5),(6),(7),(8),(9),(10),(11),(12),(13),(14),(15),(16),(17),(18),(19),(20),(21),(22),(23),(24),(25),(26),(27),(28),(29),(30),(31),(32),(33),(34),(35),(36),(37),(38),(39),(40),(41),(42),(43),(44),(45),(46),(47),(48),(49),(50),(51),(52),(53),(54),(55),(56),(57),(58),(59),(60),(61),(62),(63),(64),(65),(66),(67),(68),(69),(70),(71),(72),(73),(74),(75),(76),(77),(78),(79),(80),(81),(82),(83),(84),(85),(86),(87),(88),(89),(90),(91),(92),(93),(94),(95),(96),(97),(98),(99),(100),(101),(102),(103),(104),(105),(106),(107),(108),(109),(110),(111),(112),(113),(114),(115),(116),(117),(118),(119),(120),(121),(122),(123),(124),(125),(126),(127),(128),(129),(130),(131),(132),(133),(134),(135),(136),(137),(138),(139),(140),(141),(142),(143),(144),(145),(146),(147),(148),(149),(150),(151),(152),(153),(154),(155),(156),(157),(158),(159),(160),(161),(162),(163),(164),(165),(166),(167),(168),(169),(170),(171),(172),(173),(174),(175),(176),(177),(178),(179),(180),(181),(182),(183),(184),(185),(186),(187),(188),(189),(190),(191),(192),(193),(194),(195),(196),(197),(198),(199),(200),(201),(202),(203),(204),(205),(206),(207),(208),(209),(210),(211),(212),(213),(214),(215),(216),(217),(218),(219),(220),(221),(222),(223),(224),(225),(226),(227),(228),(229),(230),(231),(232),(233),(234),(235),(236),(237),(238),(239),(240),(241),(242),(243),(244),(245),(246),(247),(248),(249),(250),(251),(252),(253),(254),(255),(256),(257),(258),(259),(260),(261),(262),(263),(264),(265),(266),(267),(268),(269),(270),(271),(272),(273),(274),(275),(276),(277),(278),(279),(280),(281),(282),(283),(284),(285),(286),(287),(288),(289),(290),(291),(292),(293),(294),(295),(296),(297),(298),(299),(300),(301),(302),(303),(304),(305),(306),(307),(308),(309),(310),(311),(312),(313),(314),(315),(316),(317),(318),(319),(320),(321),(322),(323),(324),(325),(326),(327),(328),(329),(330),(331),(332),(333),(334),(335),(336),(337),(338),(339),(340),(341),(342),(343),(344),(345),(346),(347),(348),(349),(350),(351),(352),(353),(354),(355),(356),(357),(358),(359),(360),(361),(362),(363),(364),(365),(366),(367),(368),(369),(370),(371),(372),(373),(374),(375),(376),(377),(378),(379),(380),(381),(382),(383),(384),(385),(386),(387),(388),(389),(390),(391),(392),(393),(394),(395),(396),(397),(398),(399),(400); + +/*Table structure for table `tbl_cities` */ + +DROP TABLE IF EXISTS `tbl_cities`; + +CREATE TABLE `tbl_cities` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `state_id` bigint(20) unsigned NOT NULL, + `city_name` varchar(30) NOT NULL, + `is_active` tinyint(1) unsigned NOT NULL, + `created` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', + `modified` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', + PRIMARY KEY (`id`), + KEY `FK_tbl_cities_states` (`state_id`), + CONSTRAINT `FK_tbl_cities_states` FOREIGN KEY (`state_id`) REFERENCES `tbl_states` (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=4080 DEFAULT CHARSET=utf8; + +/*Data for the table `tbl_cities` */ + +insert into `tbl_cities`(`id`,`state_id`,`city_name`,`is_active`,`created`,`modified`) values (1,4,'Kabul',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2,5,'Qandahar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3,3,'Herat',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4,2,'Mazar-e-Sharif',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(5,848,'Amsterdam',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(6,851,'Rotterdam',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(7,851,'Haag',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(8,850,'Utrecht',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(9,847,'Eindhoven',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(10,847,'Tilburg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(11,845,'Groningen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(12,847,'Breda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(13,844,'Apeldoorn',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(14,844,'Nijmegen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(15,849,'Enschede',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(16,848,'Haarlem',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(17,843,'Almere',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(18,844,'Arnhem',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(19,848,'Zaanstad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(20,847,'´s-Hertogenbosch',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(21,850,'Amersfoort',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(22,846,'Maastricht',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(23,851,'Dordrecht',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(24,851,'Leiden',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(25,848,'Haarlemmermeer',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(26,851,'Zoetermeer',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(27,842,'Emmen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(28,849,'Zwolle',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(29,844,'Ede',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(30,851,'Delft',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(31,846,'Heerlen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(32,848,'Alkmaar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(33,13,'Willemstad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(34,11,'Tirana',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(35,304,'Alger',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(36,315,'Oran',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(37,312,'Constantine',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(38,305,'Annaba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(39,306,'Batna',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(40,316,'Sétif',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(41,317,'Sidi Bel Abbès',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(42,318,'Skikda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(43,309,'Biskra',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(44,310,'Blida (el-Boulaida)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(45,308,'Béjaïa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(46,314,'Mostaganem',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(47,319,'Tébessa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(48,321,'Tlemcen (Tilimsen)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(49,307,'Béchar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(50,320,'Tiaret',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(51,311,'Ech-Chleff (el-Asnam)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(52,313,'Ghardaïa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(53,41,'Tafuna',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(54,41,'Fagatogo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(55,12,'Andorra la Vella',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(56,8,'Luanda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(57,7,'Huambo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(58,6,'Lobito',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(59,6,'Benguela',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(60,9,'Namibe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(61,10,'South Hill',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(62,10,'The Valley',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(63,42,'Saint John´s',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(64,16,'Dubai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(65,14,'Abu Dhabi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(66,17,'Sharja',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(67,14,'al-Ayn',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(68,15,'Ajman',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(69,24,'Buenos Aires',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(70,18,'La Matanza',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(71,22,'Córdoba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(72,35,'Rosario',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(73,18,'Lomas de Zamora',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(74,18,'Quilmes',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(75,18,'Almirante Brown',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(76,18,'La Plata',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(77,18,'Mar del Plata',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(78,37,'San Miguel de Tucumán',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(79,18,'Lanús',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(80,18,'Merlo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(81,18,'General San Martín',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(82,32,'Salta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(83,18,'Moreno',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(84,35,'Santa Fé',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(85,18,'Avellaneda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(86,18,'Tres de Febrero',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(87,18,'Morón',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(88,18,'Florencio Varela',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(89,18,'San Isidro',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(90,18,'Tigre',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(91,18,'Malvinas Argentinas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(92,18,'Vicente López',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(93,18,'Berazategui',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(94,23,'Corrientes',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(95,18,'San Miguel',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(96,18,'Bahía Blanca',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(97,18,'Esteban Echeverría',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(98,20,'Resistencia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(99,18,'José C. Paz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(100,25,'Paraná',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(101,29,'Godoy Cruz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(102,30,'Posadas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(103,29,'Guaymallén',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(104,36,'Santiago del Estero',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(105,27,'San Salvador de Jujuy',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(106,18,'Hurlingham',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(107,31,'Neuquén',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(108,18,'Ituzaingó',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(109,18,'San Fernando',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(110,26,'Formosa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(111,29,'Las Heras',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(112,28,'La Rioja',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(113,19,'San Fernando del Valle de Cata',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(114,22,'Río Cuarto',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(115,21,'Comodoro Rivadavia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(116,29,'Mendoza',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(117,18,'San Nicolás de los Arroyos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(118,33,'San Juan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(119,18,'Escobar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(120,25,'Concordia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(121,18,'Pilar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(122,34,'San Luis',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(123,18,'Ezeiza',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(124,29,'San Rafael',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(125,18,'Tandil',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(126,40,'Yerevan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(127,39,'Gjumri',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(128,38,'Vanadzor',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(129,1,'Oranjestad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(130,44,'Sydney',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(131,48,'Melbourne',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(132,45,'Brisbane',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(133,49,'Perth',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(134,46,'Adelaide',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(135,43,'Canberra',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(136,45,'Gold Coast',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(137,44,'Newcastle',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(138,44,'Central Coast',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(139,44,'Wollongong',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(140,47,'Hobart',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(141,48,'Geelong',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(142,45,'Townsville',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(143,45,'Cairns',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(144,56,'Baku',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(145,57,'Gäncä',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(146,59,'Sumqayit',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(147,58,'Mingäçevir',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(148,89,'Nassau',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(149,88,'al-Manama',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(150,77,'Dhaka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(151,76,'Chittagong',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(152,78,'Khulna',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(153,79,'Rajshahi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(154,77,'Narayanganj',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(155,79,'Rangpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(156,77,'Mymensingh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(157,75,'Barisal',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(158,77,'Tungi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(159,78,'Jessore',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(160,76,'Comilla',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(161,79,'Nawabganj',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(162,79,'Dinajpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(163,79,'Bogra',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(164,80,'Sylhet',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(165,76,'Brahmanbaria',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(166,77,'Tangail',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(167,77,'Jamalpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(168,79,'Pabna',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(169,79,'Naogaon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(170,79,'Sirajganj',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(171,77,'Narsinghdi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(172,79,'Saidpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(173,77,'Gazipur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(174,137,'Bridgetown',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(175,61,'Antwerpen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(176,63,'Gent',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(177,64,'Charleroi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(178,65,'Liège',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(179,62,'Bruxelles [Brussel]',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(180,67,'Brugge',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(181,62,'Schaerbeek',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(182,66,'Namur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(183,64,'Mons',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(184,99,'Belize City',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(185,100,'Belmopan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(186,69,'Cotonou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(187,71,'Porto-Novo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(188,68,'Djougou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(189,70,'Parakou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(190,102,'Saint George',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(191,101,'Hamilton',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(192,139,'Thimphu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(193,108,'Santa Cruz de la Sierra',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(194,105,'La Paz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(195,105,'El Alto',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(196,104,'Cochabamba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(197,106,'Oruro',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(198,103,'Sucre',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(199,107,'Potosí',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(200,109,'Tarija',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(201,90,'Sarajevo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(202,91,'Banja Luka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(203,90,'Zenica',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(204,141,'Gaborone',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(205,140,'Francistown',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(206,134,'São Paulo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(207,128,'Rio de Janeiro',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(208,114,'Salvador',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(209,122,'Belo Horizonte',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(210,115,'Fortaleza',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(211,116,'Brasília',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(212,125,'Curitiba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(213,126,'Recife',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(214,130,'Porto Alegre',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(215,113,'Manaus',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(216,123,'Belém',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(217,134,'Guarulhos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(218,118,'Goiânia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(219,134,'Campinas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(220,128,'São Gonçalo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(221,128,'Nova Iguaçu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(222,119,'São Luís',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(223,111,'Maceió',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(224,128,'Duque de Caxias',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(225,134,'São Bernardo do Campo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(226,127,'Teresina',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(227,129,'Natal',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(228,134,'Osasco',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(229,121,'Campo Grande',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(230,134,'Santo André',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(231,124,'João Pessoa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(232,126,'Jaboatão dos Guararapes',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(233,122,'Contagem',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(234,134,'São José dos Campos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(235,122,'Uberlândia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(236,114,'Feira de Santana',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(237,134,'Ribeirão Preto',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(238,134,'Sorocaba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(239,128,'Niterói',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(240,120,'Cuiabá',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(241,122,'Juiz de Fora',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(242,135,'Aracaju',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(243,128,'São João de Meriti',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(244,125,'Londrina',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(245,133,'Joinville',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(246,128,'Belford Roxo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(247,134,'Santos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(248,123,'Ananindeua',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(249,128,'Campos dos Goytacazes',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(250,134,'Mauá',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(251,134,'Carapicuíba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(252,126,'Olinda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(253,124,'Campina Grande',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(254,134,'São José do Rio Preto',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(255,130,'Caxias do Sul',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(256,134,'Moji das Cruzes',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(257,134,'Diadema',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(258,118,'Aparecida de Goiânia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(259,134,'Piracicaba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(260,117,'Cariacica',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(261,117,'Vila Velha',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(262,130,'Pelotas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(263,134,'Bauru',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(264,131,'Porto Velho',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(265,117,'Serra',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(266,122,'Betim',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(267,134,'Jundíaí',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(268,130,'Canoas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(269,134,'Franca',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(270,134,'São Vicente',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(271,125,'Maringá',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(272,122,'Montes Claros',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(273,118,'Anápolis',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(274,133,'Florianópolis',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(275,128,'Petrópolis',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(276,134,'Itaquaquecetuba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(277,117,'Vitória',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(278,125,'Ponta Grossa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(279,110,'Rio Branco',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(280,125,'Foz do Iguaçu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(281,112,'Macapá',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(282,114,'Ilhéus',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(283,114,'Vitória da Conquista',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(284,122,'Uberaba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(285,126,'Paulista',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(286,134,'Limeira',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(287,133,'Blumenau',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(288,126,'Caruaru',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(289,123,'Santarém',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(290,128,'Volta Redonda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(291,130,'Novo Hamburgo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(292,115,'Caucaia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(293,130,'Santa Maria',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(294,125,'Cascavel',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(295,134,'Guarujá',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(296,122,'Ribeirão das Neves',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(297,122,'Governador Valadares',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(298,134,'Taubaté',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(299,119,'Imperatriz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(300,130,'Gravataí',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(301,134,'Embu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(302,129,'Mossoró',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(303,120,'Várzea Grande',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(304,126,'Petrolina',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(305,134,'Barueri',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(306,130,'Viamão',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(307,122,'Ipatinga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(308,114,'Juazeiro',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(309,115,'Juazeiro do Norte',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(310,134,'Taboão da Serra',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(311,125,'São José dos Pinhais',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(312,128,'Magé',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(313,134,'Suzano',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(314,130,'São Leopoldo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(315,134,'Marília',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(316,134,'São Carlos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(317,134,'Sumaré',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(318,134,'Presidente Prudente',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(319,122,'Divinópolis',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(320,122,'Sete Lagoas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(321,130,'Rio Grande',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(322,114,'Itabuna',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(323,114,'Jequié',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(324,111,'Arapiraca',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(325,125,'Colombo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(326,134,'Americana',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(327,130,'Alvorada',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(328,134,'Araraquara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(329,128,'Itaboraí',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(330,134,'Santa Bárbara d´Oeste',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(331,128,'Nova Friburgo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(332,134,'Jacareí',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(333,134,'Araçatuba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(334,128,'Barra Mansa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(335,134,'Praia Grande',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(336,123,'Marabá',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(337,133,'Criciúma',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(338,132,'Boa Vista',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(339,130,'Passo Fundo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(340,121,'Dourados',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(341,122,'Santa Luzia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(342,134,'Rio Claro',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(343,115,'Maracanaú',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(344,125,'Guarapuava',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(345,120,'Rondonópolis',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(346,133,'São José',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(347,117,'Cachoeiro de Itapemirim',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(348,128,'Nilópolis',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(349,134,'Itapevi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(350,126,'Cabo de Santo Agostinho',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(351,114,'Camaçari',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(352,115,'Sobral',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(353,133,'Itajaí',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(354,133,'Chapecó',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(355,134,'Cotia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(356,133,'Lages',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(357,134,'Ferraz de Vasconcelos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(358,134,'Indaiatuba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(359,134,'Hortolândia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(360,119,'Caxias',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(361,134,'São Caetano do Sul',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(362,134,'Itu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(363,135,'Nossa Senhora do Socorro',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(364,127,'Parnaíba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(365,122,'Poços de Caldas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(366,128,'Teresópolis',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(367,114,'Barreiras',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(368,123,'Castanhal',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(369,114,'Alagoinhas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(370,134,'Itapecerica da Serra',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(371,130,'Uruguaiana',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(372,125,'Paranaguá',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(373,122,'Ibirité',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(374,119,'Timon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(375,118,'Luziânia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(376,128,'Macaé',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(377,122,'Teófilo Otoni',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(378,134,'Moji-Guaçu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(379,136,'Palmas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(380,134,'Pindamonhangaba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(381,134,'Francisco Morato',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(382,130,'Bagé',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(383,130,'Sapucaia do Sul',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(384,128,'Cabo Frio',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(385,134,'Itapetininga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(386,122,'Patos de Minas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(387,126,'Camaragibe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(388,134,'Bragança Paulista',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(389,128,'Queimados',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(390,136,'Araguaína',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(391,126,'Garanhuns',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(392,126,'Vitória de Santo Antão',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(393,124,'Santa Rita',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(394,122,'Barbacena',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(395,123,'Abaetetuba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(396,134,'Jaú',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(397,114,'Lauro de Freitas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(398,134,'Franco da Rocha',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(399,114,'Teixeira de Freitas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(400,122,'Varginha',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(401,134,'Ribeirão Pires',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(402,122,'Sabará',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(403,134,'Catanduva',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(404,118,'Rio Verde',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(405,134,'Botucatu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(406,117,'Colatina',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(407,130,'Santa Cruz do Sul',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(408,117,'Linhares',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(409,125,'Apucarana',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(410,134,'Barretos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(411,134,'Guaratinguetá',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(412,130,'Cachoeirinha',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(413,119,'Codó',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(414,133,'Jaraguá do Sul',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(415,134,'Cubatão',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(416,122,'Itabira',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(417,123,'Itaituba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(418,134,'Araras',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(419,128,'Resende',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(420,134,'Atibaia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(421,122,'Pouso Alegre',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(422,125,'Toledo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(423,115,'Crato',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(424,122,'Passos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(425,122,'Araguari',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(426,119,'São José de Ribamar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(427,125,'Pinhais',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(428,134,'Sertãozinho',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(429,122,'Conselheiro Lafaiete',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(430,114,'Paulo Afonso',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(431,128,'Angra dos Reis',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(432,114,'Eunápolis',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(433,134,'Salto',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(434,134,'Ourinhos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(435,129,'Parnamirim',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(436,114,'Jacobina',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(437,122,'Coronel Fabriciano',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(438,134,'Birigui',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(439,134,'Tatuí',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(440,131,'Ji-Paraná',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(441,119,'Bacabal',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(442,123,'Cametá',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(443,130,'Guaíba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(444,126,'São Lourenço da Mata',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(445,130,'Santana do Livramento',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(446,134,'Votorantim',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(447,125,'Campo Largo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(448,124,'Patos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(449,122,'Ituiutaba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(450,121,'Corumbá',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(451,133,'Palhoça',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(452,128,'Barra do Piraí',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(453,130,'Bento Gonçalves',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(454,134,'Poá',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(455,118,'Ãguas Lindas de Goiás',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(456,412,'London',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(457,412,'Birmingham',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(458,415,'Glasgow',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(459,412,'Liverpool',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(460,415,'Edinburgh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(461,412,'Sheffield',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(462,412,'Manchester',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(463,412,'Leeds',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(464,412,'Bristol',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(465,417,'Cardiff',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(466,412,'Coventry',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(467,412,'Leicester',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(468,412,'Bradford',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(469,414,'Belfast',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(470,412,'Nottingham',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(471,412,'Kingston upon Hull',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(472,412,'Plymouth',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(473,412,'Stoke-on-Trent',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(474,412,'Wolverhampton',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(475,412,'Derby',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(476,417,'Swansea',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(477,412,'Southampton',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(478,415,'Aberdeen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(479,412,'Northampton',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(480,412,'Dudley',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(481,412,'Portsmouth',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(482,412,'Newcastle upon Tyne',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(483,412,'Sunderland',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(484,412,'Luton',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(485,412,'Swindon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(486,412,'Southend-on-Sea',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(487,412,'Walsall',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(488,412,'Bournemouth',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(489,412,'Peterborough',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(490,412,'Brighton',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(491,412,'Blackpool',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(492,415,'Dundee',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(493,412,'West Bromwich',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(494,412,'Reading',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(495,412,'Oldbury/Smethwick (Warley)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(496,412,'Middlesbrough',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(497,412,'Huddersfield',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(498,412,'Oxford',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(499,412,'Poole',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(500,412,'Bolton',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(501,412,'Blackburn',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(502,417,'Newport',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(503,412,'Preston',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(504,412,'Stockport',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(505,412,'Norwich',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(506,412,'Rotherham',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(507,412,'Cambridge',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(508,412,'Watford',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(509,412,'Ipswich',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(510,412,'Slough',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(511,412,'Exeter',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(512,412,'Cheltenham',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(513,412,'Gloucester',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(514,412,'Saint Helens',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(515,412,'Sutton Coldfield',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(516,412,'York',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(517,412,'Oldham',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(518,412,'Basildon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(519,412,'Worthing',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(520,412,'Chelmsford',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(521,412,'Colchester',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(522,412,'Crawley',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(523,412,'Gillingham',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(524,412,'Solihull',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(525,412,'Rochdale',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(526,412,'Birkenhead',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(527,412,'Worcester',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(528,412,'Hartlepool',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(529,412,'Halifax',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(530,412,'Woking/Byfleet',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(531,412,'Southport',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(532,412,'Maidstone',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(533,412,'Eastbourne',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(534,412,'Grimsby',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(535,413,'Saint Helier',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(536,416,'Douglas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(537,1362,'Road Town',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(538,138,'Bandar Seri Begawan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(539,82,'Sofija',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(540,85,'Plovdiv',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(541,87,'Varna',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(542,81,'Burgas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(543,86,'Ruse',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(544,83,'Stara Zagora',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(545,84,'Pleven',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(546,81,'Sliven',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(547,87,'Dobric',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(548,87,'Å umen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(549,74,'Ouagadougou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(550,73,'Bobo-Dioulasso',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(551,72,'Koudougou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(552,60,'Bujumbura',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(553,265,'George Town',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(554,167,'Santiago de Chile',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(555,167,'Puente Alto',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(556,169,'Viña del Mar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(557,169,'Valparaíso',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(558,160,'Talcahuano',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(559,158,'Antofagasta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(560,167,'San Bernardo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(561,162,'Temuco',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(562,160,'Concepción',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(563,166,'Rancagua',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(564,168,'Arica',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(565,165,'Talca',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(566,160,'Chillán',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(567,168,'Iquique',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(568,160,'Los Angeles',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(569,163,'Puerto Montt',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(570,161,'Coquimbo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(571,163,'Osorno',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(572,161,'La Serena',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(573,158,'Calama',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(574,163,'Valdivia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(575,164,'Punta Arenas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(576,159,'Copiapó',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(577,169,'Quilpué',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(578,165,'Curicó',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(579,161,'Ovalle',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(580,160,'Coronel',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(581,160,'San Pedro de la Paz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(582,167,'Melipilla',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(583,224,'Avarua',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(584,250,'San José',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(585,291,'Djibouti',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(586,292,'Roseau',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(587,298,'Santo Domingo de Guzmán',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(588,303,'Santiago de los Caballeros',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(589,300,'La Romana',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(590,302,'San Pedro de Macorís',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(591,299,'San Francisco de Macorís',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(592,301,'San Felipe de Puerto Plata',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(593,326,'Guayaquil',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(594,331,'Quito',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(595,322,'Cuenca',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(596,324,'Machala',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(597,331,'Santo Domingo de los Colorados',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(598,330,'Portoviejo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(599,332,'Ambato',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(600,330,'Manta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(601,326,'Duran [Eloy Alfaro]',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(602,327,'Ibarra',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(603,329,'Quevedo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(604,326,'Milagro',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(605,328,'Loja',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(606,323,'Ríobamba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(607,325,'Esmeraldas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(608,348,'Cairo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(609,341,'Alexandria',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(610,345,'Giza',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(611,339,'Shubra al-Khayma',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(612,350,'Port Said',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(613,354,'Suez',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(614,336,'al-Mahallat al-Kubra',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(615,336,'Tanta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(616,334,'al-Mansura',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(617,349,'Luxor',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(618,343,'Asyut',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(619,339,'Bahtim',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(620,340,'Zagazig',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(621,335,'al-Faiyum',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(622,346,'Ismailia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(623,333,'Kafr al-Dawwar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(624,342,'Assuan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(625,333,'Damanhur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(626,338,'al-Minya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(627,344,'Bani Suwayf',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(628,351,'Qina',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(629,352,'Sawhaj',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(630,337,'Shibin al-Kawm',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(631,345,'Bulaq al-Dakrur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(632,339,'Banha',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(633,345,'Warraq al-Arab',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(634,347,'Kafr al-Shaykh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(635,338,'Mallawi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(636,340,'Bilbays',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(637,334,'Mit Ghamr',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(638,353,'al-Arish',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(639,334,'Talkha',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(640,339,'Qalyub',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(641,352,'Jirja',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(642,351,'Idfu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(643,345,'al-Hawamidiya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(644,347,'Disuq',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(645,1108,'San Salvador',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(646,1109,'Santa Ana',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(647,1108,'Mejicanos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(648,1108,'Soyapango',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(649,1107,'San Miguel',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(650,1106,'Nueva San Salvador',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(651,1108,'Apopa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(652,355,'Asmara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(653,370,'Madrid',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(654,368,'Barcelona',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(655,373,'Valencia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(656,357,'Sevilla',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(657,358,'Zaragoza',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(658,357,'Málaga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(659,361,'Bilbao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(660,362,'Las Palmas de Gran Canaria',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(661,371,'Murcia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(662,360,'Palma de Mallorca',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(663,364,'Valladolid',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(664,357,'Córdoba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(665,366,'Vigo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(666,373,'Alicante [Alacant]',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(667,359,'Gijón',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(668,368,'L´Hospitalet de Llobregat',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(669,357,'Granada',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(670,366,'A Coruña (La Coruña)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(671,361,'Vitoria-Gasteiz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(672,362,'Santa Cruz de Tenerife',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(673,368,'Badalona',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(674,359,'Oviedo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(675,370,'Móstoles',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(676,373,'Elche [Elx]',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(677,368,'Sabadell',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(678,363,'Santander',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(679,357,'Jerez de la Frontera',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(680,372,'Pamplona [Iruña]',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(681,361,'Donostia-San Sebastián',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(682,371,'Cartagena',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(683,370,'Leganés',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(684,370,'Fuenlabrada',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(685,357,'Almería',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(686,368,'Terrassa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(687,370,'Alcalá de Henares',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(688,364,'Burgos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(689,364,'Salamanca',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(690,367,'Albacete',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(691,370,'Getafe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(692,357,'Cádiz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(693,370,'Alcorcón',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(694,357,'Huelva',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(695,364,'León',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(696,373,'Castellón de la Plana [Castell',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(697,365,'Badajoz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(698,362,'[San Cristóbal de] la Laguna',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(699,369,'Logroño',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(700,368,'Santa Coloma de Gramenet',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(701,368,'Tarragona',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(702,368,'Lleida (Lérida)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(703,357,'Jaén',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(704,366,'Ourense (Orense)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(705,368,'Mataró',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(706,357,'Algeciras',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(707,357,'Marbella',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(708,361,'Barakaldo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(709,357,'Dos Hermanas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(710,366,'Santiago de Compostela',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(711,370,'Torrejón de Ardoz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(712,1405,'Cape Town',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(713,1400,'Soweto',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(714,1400,'Johannesburg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(715,1398,'Port Elizabeth',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(716,1400,'Pretoria',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(717,1401,'Inanda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(718,1401,'Durban',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(719,1400,'Vanderbijlpark',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(720,1400,'Kempton Park',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(721,1400,'Alberton',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(722,1401,'Pinetown',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(723,1401,'Pietermaritzburg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(724,1400,'Benoni',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(725,1400,'Randburg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(726,1401,'Umlazi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(727,1399,'Bloemfontein',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(728,1400,'Vereeniging',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(729,1400,'Wonderboom',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(730,1400,'Roodepoort',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(731,1400,'Boksburg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(732,1403,'Klerksdorp',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(733,1400,'Soshanguve',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(734,1401,'Newcastle',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(735,1398,'East London',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(736,1399,'Welkom',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(737,1404,'Kimberley',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(738,1398,'Uitenhage',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(739,1401,'Chatsworth',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(740,1398,'Mdantsane',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(741,1400,'Krugersdorp',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(742,1399,'Botshabelo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(743,1400,'Brakpan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(744,1402,'Witbank',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(745,1400,'Oberholzer',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(746,1400,'Germiston',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(747,1400,'Springs',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(748,1400,'Westonaria',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(749,1400,'Randfontein',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(750,1405,'Paarl',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(751,1403,'Potchefstroom',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(752,1403,'Rustenburg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(753,1400,'Nigel',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(754,1405,'George',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(755,1401,'Ladysmith',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(756,376,'Addis Abeba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(757,378,'Dire Dawa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(758,379,'Nazret',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(759,377,'Gonder',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(760,377,'Dese',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(761,380,'Mekele',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(762,377,'Bahir Dar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(763,387,'Stanley',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(764,386,'Suva',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(765,905,'Quezon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(766,905,'Manila',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(767,905,'Kalookan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(768,907,'Davao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(769,902,'Cebu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(770,909,'Zamboanga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(771,905,'Pasig',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(772,905,'Valenzuela',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(773,905,'Las Piñas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(774,908,'Antipolo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(775,905,'Taguig',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(776,906,'Cagayan de Oro',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(777,905,'Parañaque',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(778,905,'Makati',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(779,910,'Bacolod',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(780,907,'General Santos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(781,905,'Marikina',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(782,908,'Dasmariñas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(783,905,'Muntinlupa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(784,910,'Iloilo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(785,905,'Pasay',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(786,905,'Malabon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(787,900,'San José del Monte',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(788,908,'Bacoor',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(789,901,'Iligan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(790,908,'Calamba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(791,905,'Mandaluyong',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(792,899,'Butuan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(793,900,'Angeles',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(794,900,'Tarlac',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(795,902,'Mandaue',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(796,898,'Baguio',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(797,908,'Batangas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(798,908,'Cainta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(799,908,'San Pedro',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(800,905,'Navotas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(801,900,'Cabanatuan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(802,900,'San Fernando',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(803,908,'Lipa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(804,902,'Lapu-Lapu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(805,908,'San Pablo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(806,908,'Biñan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(807,908,'Taytay',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(808,908,'Lucena',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(809,908,'Imus',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(810,900,'Olongapo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(811,908,'Binangonan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(812,908,'Santa Rosa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(813,907,'Tagum',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(814,903,'Tacloban',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(815,900,'Malolos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(816,900,'Mabalacat',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(817,901,'Cotabato',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(818,900,'Meycauayan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(819,908,'Puerto Princesa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(820,896,'Legazpi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(821,908,'Silang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(822,903,'Ormoc',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(823,904,'San Carlos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(824,910,'Kabankalan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(825,902,'Talisay',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(826,906,'Valencia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(827,903,'Calbayog',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(828,900,'Santa Maria',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(829,909,'Pagadian',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(830,910,'Cadiz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(831,910,'Bago',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(832,902,'Toledo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(833,896,'Naga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(834,908,'San Mateo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(835,907,'Panabo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(836,907,'Koronadal',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(837,901,'Marawi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(838,904,'Dagupan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(839,910,'Sagay',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(840,910,'Roxas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(841,900,'Lubao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(842,907,'Digos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(843,900,'San Miguel',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(844,906,'Malaybalay',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(845,897,'Tuguegarao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(846,897,'Ilagan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(847,900,'Baliuag',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(848,899,'Surigao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(849,910,'San Carlos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(850,905,'San Juan del Monte',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(851,908,'Tanauan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(852,900,'Concepcion',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(853,908,'Rodriguez (Montalban)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(854,908,'Sariaya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(855,904,'Malasiqui',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(856,908,'General Mariano Alvarez',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(857,904,'Urdaneta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(858,900,'Hagonoy',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(859,908,'San Jose',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(860,907,'Polomolok',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(861,897,'Santiago',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(862,908,'Tanza',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(863,906,'Ozamis',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(864,900,'Mexico',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(865,900,'San Jose',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(866,910,'Silay',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(867,908,'General Trias',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(868,896,'Tabaco',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(869,908,'Cabuyao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(870,908,'Calapan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(871,907,'Mati',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(872,901,'Midsayap',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(873,897,'Cauayan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(874,906,'Gingoog',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(875,902,'Dumaguete',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(876,904,'San Fernando',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(877,900,'Arayat',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(878,902,'Bayawan (Tulong)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(879,901,'Kidapawan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(880,896,'Daraga (Locsin)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(881,900,'Marilao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(882,907,'Malita',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(883,909,'Dipolog',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(884,908,'Cavite',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(885,902,'Danao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(886,899,'Bislig',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(887,900,'Talavera',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(888,900,'Guagua',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(889,904,'Bayambang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(890,908,'Nasugbu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(891,903,'Baybay',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(892,900,'Capas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(893,895,'Sultan Kudarat',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(894,904,'Laoag',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(895,899,'Bayugan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(896,907,'Malungon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(897,908,'Santa Cruz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(898,896,'Sorsogon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(899,908,'Candelaria',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(900,896,'Ligao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(901,408,'Tórshavn',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(902,411,'Libreville',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(903,432,'Serekunda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(904,431,'Banjul',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(905,422,'Tbilisi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(906,420,'Kutaisi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(907,421,'Rustavi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(908,419,'Batumi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(909,418,'Sohumi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(910,424,'Accra',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(911,423,'Kumasi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(912,425,'Tamale',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(913,424,'Tema',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(914,426,'Sekondi-Takoradi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(915,427,'Gibraltar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(916,440,'Saint George´s',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(917,441,'Nuuk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(918,430,'Les Abymes',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(919,429,'Basse-Terre',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(920,445,'Tamuning',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(921,445,'Agaña',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(922,442,'Ciudad de Guatemala',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(923,442,'Mixco',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(924,442,'Villa Nueva',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(925,443,'Quetzaltenango',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(926,428,'Conakry',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(927,433,'Bissau',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(928,446,'Georgetown',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(929,457,'Port-au-Prince',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(930,457,'Carrefour',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(931,457,'Delmas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(932,456,'Le-Cap-Haïtien',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(933,451,'Tegucigalpa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(934,450,'San Pedro Sula',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(935,449,'La Ceiba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(936,448,'Kowloon and New Kowloon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(937,447,'Victoria',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(938,1103,'Longyearbyen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(939,472,'Jakarta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(940,471,'Surabaya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(941,491,'Bandung',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(942,489,'Medan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(943,488,'Palembang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(944,491,'Tangerang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(945,470,'Semarang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(946,483,'Ujung Pandang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(947,471,'Malang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(948,478,'Bandar Lampung',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(949,491,'Bekasi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(950,487,'Padang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(951,470,'Surakarta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(952,475,'Banjarmasin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(953,482,'Pekan Baru',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(954,468,'Denpasar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(955,492,'Yogyakarta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(956,474,'Pontianak',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(957,477,'Samarinda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(958,473,'Jambi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(959,491,'Depok',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(960,491,'Cimahi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(961,477,'Balikpapan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(962,486,'Manado',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(963,480,'Mataram',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(964,470,'Pekalongan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(965,470,'Tegal',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(966,491,'Bogor',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(967,491,'Ciputat',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(968,491,'Pondokgede',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(969,491,'Cirebon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(970,471,'Kediri',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(971,479,'Ambon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(972,471,'Jember',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(973,470,'Cilacap',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(974,491,'Cimanggis',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(975,489,'Pematang Siantar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(976,470,'Purwokerto',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(977,491,'Ciomas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(978,491,'Tasikmalaya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(979,471,'Madiun',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(980,469,'Bengkulu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(981,491,'Karawang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(982,467,'Banda Aceh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(983,484,'Palu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(984,471,'Pasuruan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(985,481,'Kupang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(986,489,'Tebing Tinggi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(987,489,'Percut Sei Tuan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(988,489,'Binjai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(989,491,'Sukabumi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(990,471,'Waru',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(991,488,'Pangkal Pinang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(992,470,'Magelang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(993,471,'Blitar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(994,491,'Serang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(995,471,'Probolinggo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(996,491,'Cilegon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(997,491,'Cianjur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(998,491,'Ciparay',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(999,467,'Lhokseumawe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1000,471,'Taman',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1001,492,'Depok',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1002,491,'Citeureup',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1003,470,'Pemalang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1004,470,'Klaten',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1005,470,'Salatiga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1006,491,'Cibinong',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1007,476,'Palangka Raya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1008,471,'Mojokerto',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1009,491,'Purwakarta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1010,491,'Garut',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1011,470,'Kudus',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1012,485,'Kendari',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1013,490,'Jaya Pura',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1014,486,'Gorontalo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1015,491,'Majalaya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1016,491,'Pondok Aren',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1017,471,'Jombang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1018,489,'Sunggal',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1019,482,'Batam',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1020,489,'Padang Sidempuan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1021,491,'Sawangan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1022,471,'Banyuwangi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1023,482,'Tanjung Pinang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1024,506,'Mumbai (Bombay)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1025,498,'Delhi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1026,518,'Calcutta [Kolkata]',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1027,514,'Chennai (Madras)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1028,493,'Hyderabad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1029,499,'Ahmedabad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1030,503,'Bangalore',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1031,516,'Kanpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1032,506,'Nagpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1033,516,'Lucknow',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1034,506,'Pune',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1035,499,'Surat',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1036,513,'Jaipur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1037,505,'Indore',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1038,505,'Bhopal',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1039,512,'Ludhiana',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1040,499,'Vadodara (Baroda)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1041,506,'Kalyan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1042,514,'Madurai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1043,518,'Haora (Howrah)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1044,516,'Varanasi (Benares)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1045,495,'Patna',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1046,501,'Srinagar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1047,516,'Agra',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1048,514,'Coimbatore',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1049,506,'Thane (Thana)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1050,516,'Allahabad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1051,516,'Meerut',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1052,493,'Vishakhapatnam',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1053,505,'Jabalpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1054,512,'Amritsar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1055,500,'Faridabad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1056,493,'Vijayawada',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1057,505,'Gwalior',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1058,513,'Jodhpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1059,506,'Nashik (Nasik)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1060,503,'Hubli-Dharwad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1061,506,'Solapur (Sholapur)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1062,502,'Ranchi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1063,516,'Bareilly',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1064,494,'Guwahati (Gauhati)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1065,506,'Shambajinagar (Aurangabad)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1066,504,'Cochin (Kochi)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1067,499,'Rajkot',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1068,513,'Kota',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1069,504,'Thiruvananthapuram (Trivandrum',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1070,506,'Pimpri-Chinchwad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1071,512,'Jalandhar (Jullundur)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1072,516,'Gorakhpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1073,496,'Chandigarh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1074,503,'Mysore',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1075,516,'Aligarh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1076,493,'Guntur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1077,502,'Jamshedpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1078,516,'Ghaziabad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1079,493,'Warangal',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1080,497,'Raipur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1081,516,'Moradabad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1082,518,'Durgapur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1083,506,'Amravati',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1084,504,'Calicut (Kozhikode)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1085,513,'Bikaner',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1086,510,'Bhubaneswar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1087,506,'Kolhapur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1088,510,'Kataka (Cuttack)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1089,513,'Ajmer',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1090,499,'Bhavnagar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1091,514,'Tiruchirapalli',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1092,497,'Bhilai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1093,506,'Bhiwandi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1094,516,'Saharanpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1095,506,'Ulhasnagar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1096,514,'Salem',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1097,505,'Ujjain',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1098,506,'Malegaon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1099,499,'Jamnagar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1100,502,'Bokaro Steel City',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1101,506,'Akola',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1102,503,'Belgaum',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1103,493,'Rajahmundry',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1104,493,'Nellore',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1105,513,'Udaipur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1106,506,'New Bombay',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1107,518,'Bhatpara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1108,503,'Gulbarga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1109,498,'New Delhi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1110,516,'Jhansi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1111,495,'Gaya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1112,493,'Kakinada',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1113,506,'Dhule (Dhulia)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1114,518,'Panihati',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1115,506,'Nanded (Nander)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1116,503,'Mangalore',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1117,517,'Dehra Dun',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1118,518,'Kamarhati',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1119,503,'Davangere',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1120,518,'Asansol',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1121,495,'Bhagalpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1122,503,'Bellary',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1123,518,'Barddhaman (Burdwan)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1124,516,'Rampur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1125,506,'Jalgaon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1126,495,'Muzaffarpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1127,493,'Nizamabad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1128,516,'Muzaffarnagar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1129,512,'Patiala',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1130,516,'Shahjahanpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1131,493,'Kurnool',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1132,514,'Tiruppur (Tirupper)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1133,500,'Rohtak',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1134,518,'South Dum Dum',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1135,516,'Mathura',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1136,506,'Chandrapur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1137,518,'Barahanagar (Baranagar)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1138,495,'Darbhanga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1139,518,'Siliguri (Shiliguri)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1140,510,'Raurkela',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1141,514,'Ambattur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1142,500,'Panipat',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1143,516,'Firozabad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1144,506,'Ichalkaranji',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1145,501,'Jammu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1146,493,'Ramagundam',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1147,493,'Eluru',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1148,510,'Brahmapur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1149,513,'Alwar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1150,511,'Pondicherry',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1151,514,'Thanjavur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1152,495,'Bihar Sharif',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1153,514,'Tuticorin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1154,507,'Imphal',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1155,506,'Latur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1156,505,'Sagar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1157,516,'Farrukhabad-cum-Fatehgarh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1158,506,'Sangli',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1159,506,'Parbhani',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1160,514,'Nagar Coil',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1161,503,'Bijapur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1162,493,'Kukatpalle',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1163,518,'Bally',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1164,513,'Bhilwara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1165,505,'Ratlam',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1166,514,'Avadi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1167,514,'Dindigul',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1168,506,'Ahmadnagar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1169,497,'Bilaspur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1170,503,'Shimoga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1171,518,'Kharagpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1172,506,'Mira Bhayandar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1173,514,'Vellore',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1174,506,'Jalna',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1175,518,'Burnpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1176,493,'Anantapur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1177,504,'Allappuzha (Alleppey)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1178,493,'Tirupati',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1179,500,'Karnal',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1180,505,'Burhanpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1181,500,'Hisar (Hissar)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1182,514,'Tiruvottiyur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1183,516,'Mirzapur-cum-Vindhyachal',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1184,493,'Secunderabad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1185,499,'Nadiad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1186,505,'Dewas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1187,505,'Murwara (Katni)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1188,513,'Ganganagar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1189,493,'Vizianagaram',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1190,514,'Erode',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1191,493,'Machilipatnam (Masulipatam)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1192,512,'Bhatinda (Bathinda)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1193,503,'Raichur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1194,515,'Agartala',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1195,495,'Arrah (Ara)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1196,505,'Satna',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1197,493,'Lalbahadur Nagar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1198,509,'Aizawl',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1199,518,'Uluberia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1200,495,'Katihar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1201,514,'Cuddalore',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1202,518,'Hugli-Chinsurah',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1203,502,'Dhanbad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1204,518,'Raiganj',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1205,516,'Sambhal',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1206,497,'Durg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1207,495,'Munger (Monghyr)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1208,514,'Kanchipuram',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1209,518,'North Dum Dum',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1210,493,'Karimnagar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1211,513,'Bharatpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1212,513,'Sikar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1213,517,'Hardwar (Haridwar)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1214,518,'Dabgram',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1215,505,'Morena',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1216,516,'Noida',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1217,516,'Hapur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1218,506,'Bhusawal',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1219,505,'Khandwa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1220,500,'Yamuna Nagar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1221,500,'Sonipat (Sonepat)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1222,493,'Tenali',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1223,510,'Raurkela Civil Township',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1224,504,'Kollam (Quilon)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1225,514,'Kumbakonam',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1226,518,'Ingraj Bazar (English Bazar)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1227,503,'Timkur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1228,516,'Amroha',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1229,518,'Serampore',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1230,495,'Chapra',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1231,513,'Pali',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1232,516,'Maunath Bhanjan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1233,493,'Adoni',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1234,516,'Jaunpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1235,514,'Tirunelveli',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1236,516,'Bahraich',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1237,503,'Gadag Betigeri',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1238,493,'Proddatur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1239,493,'Chittoor',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1240,518,'Barrackpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1241,499,'Bharuch (Broach)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1242,518,'Naihati',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1243,508,'Shillong',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1244,510,'Sambalpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1245,499,'Junagadh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1246,516,'Rae Bareli',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1247,505,'Rewa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1248,500,'Gurgaon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1249,493,'Khammam',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1250,516,'Bulandshahr',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1251,499,'Navsari',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1252,493,'Malkajgiri',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1253,518,'Midnapore (Medinipur)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1254,506,'Miraj',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1255,497,'Raj Nandgaon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1256,514,'Alandur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1257,510,'Puri',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1258,518,'Navadwip',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1259,500,'Sirsa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1260,497,'Korba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1261,516,'Faizabad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1262,516,'Etawah',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1263,512,'Pathankot',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1264,499,'Gandhinagar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1265,504,'Palghat (Palakkad)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1266,499,'Veraval',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1267,512,'Hoshiarpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1268,500,'Ambala',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1269,516,'Sitapur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1270,500,'Bhiwani',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1271,493,'Cuddapah',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1272,493,'Bhimavaram',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1273,518,'Krishnanagar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1274,518,'Chandannagar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1275,503,'Mandya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1276,494,'Dibrugarh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1277,493,'Nandyal',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1278,518,'Balurghat',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1279,514,'Neyveli',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1280,516,'Fatehpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1281,493,'Mahbubnagar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1282,516,'Budaun',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1283,499,'Porbandar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1284,494,'Silchar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1285,518,'Berhampore (Baharampur)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1286,502,'Purnea (Purnia)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1287,518,'Bankura',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1288,514,'Rajapalaiyam',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1289,518,'Titagarh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1290,518,'Halisahar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1291,516,'Hathras',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1292,506,'Bhir (Bid)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1293,514,'Pallavaram',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1294,499,'Anand',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1295,502,'Mango',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1296,518,'Santipur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1297,505,'Bhind',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1298,506,'Gondiya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1299,514,'Tiruvannamalai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1300,506,'Yeotmal (Yavatmal)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1301,518,'Kulti-Barakar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1302,512,'Moga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1303,505,'Shivapuri',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1304,503,'Bidar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1305,493,'Guntakal',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1306,516,'Unnao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1307,518,'Barasat',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1308,514,'Tambaram',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1309,512,'Abohar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1310,516,'Pilibhit',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1311,514,'Valparai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1312,516,'Gonda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1313,499,'Surendranagar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1314,493,'Qutubullapur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1315,513,'Beawar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1316,493,'Hindupur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1317,499,'Gandhidham',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1318,517,'Haldwani-cum-Kathgodam',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1319,504,'Tellicherry (Thalassery)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1320,506,'Wardha',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1321,518,'Rishra',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1322,499,'Bhuj',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1323,516,'Modinagar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1324,493,'Gudivada',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1325,518,'Basirhat',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1326,518,'Uttarpara-Kotrung',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1327,493,'Ongole',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1328,518,'North Barrackpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1329,505,'Guna',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1330,518,'Haldia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1331,518,'Habra',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1332,518,'Kanchrapara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1333,513,'Tonk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1334,518,'Champdani',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1335,516,'Orai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1336,514,'Pudukkottai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1337,495,'Sasaram',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1338,502,'Hazaribag',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1339,514,'Palayankottai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1340,516,'Banda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1341,499,'Godhra',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1342,503,'Hospet',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1343,518,'Ashoknagar-Kalyangarh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1344,506,'Achalpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1345,499,'Patan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1346,505,'Mandasor',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1347,505,'Damoh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1348,506,'Satara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1349,516,'Meerut Cantonment',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1350,495,'Dehri',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1351,498,'Delhi Cantonment',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1352,505,'Chhindwara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1353,518,'Bansberia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1354,494,'Nagaon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1355,516,'Kanpur Cantonment',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1356,505,'Vidisha',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1357,495,'Bettiah',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1358,502,'Purulia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1359,503,'Hassan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1360,500,'Ambala Sadar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1361,518,'Baidyabati',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1362,499,'Morvi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1363,497,'Raigarh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1364,499,'Vejalpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1365,554,'Baghdad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1366,561,'Mosul',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1367,558,'Irbil',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1368,552,'Kirkuk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1369,555,'Basra',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1370,551,'al-Sulaymaniya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1371,549,'al-Najaf',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1372,559,'Karbala',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1373,553,'al-Hilla',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1374,556,'al-Nasiriya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1375,560,'al-Amara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1376,550,'al-Diwaniya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1377,548,'al-Ramadi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1378,562,'al-Kut',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1379,557,'Baquba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1380,544,'Teheran',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1381,534,'Mashhad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1382,525,'Esfahan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1383,524,'Tabriz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1384,526,'Shiraz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1385,544,'Karaj',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1386,535,'Ahvaz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1387,541,'Qom',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1388,533,'Kermanshah',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1389,545,'Urmia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1390,543,'Zahedan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1391,527,'Rasht',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1392,529,'Hamadan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1393,532,'Kerman',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1394,538,'Arak',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1395,521,'Ardebil',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1396,546,'Yazd',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1397,540,'Qazvin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1398,547,'Zanjan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1399,536,'Sanandaj',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1400,530,'Bandar-e-Abbas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1401,537,'Khorramabad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1402,544,'Eslamshahr',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1403,537,'Borujerd',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1404,535,'Abadan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1405,535,'Dezful',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1406,525,'Kashan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1407,539,'Sari',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1408,528,'Gorgan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1409,525,'Najafabad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1410,534,'Sabzevar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1411,525,'Khomeynishahr',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1412,539,'Amol',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1413,534,'Neyshabur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1414,539,'Babol',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1415,545,'Khoy',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1416,529,'Malayer',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1417,522,'Bushehr',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1418,539,'Qaemshahr',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1419,544,'Qarchak',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1420,544,'Qods',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1421,532,'Sirjan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1422,534,'Bojnurd',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1423,524,'Maragheh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1424,534,'Birjand',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1425,531,'Ilam',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1426,545,'Bukan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1427,535,'Masjed-e-Soleyman',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1428,536,'Saqqez',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1429,539,'Gonbad-e Qabus',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1430,541,'Saveh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1431,545,'Mahabad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1432,544,'Varamin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1433,535,'Andimeshk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1434,535,'Khorramshahr',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1435,542,'Shahrud',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1436,526,'Marv Dasht',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1437,543,'Zabol',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1438,523,'Shahr-e Kord',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1439,527,'Bandar-e Anzali',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1440,532,'Rafsanjan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1441,524,'Marand',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1442,534,'Torbat-e Heydariyeh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1443,526,'Jahrom',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1444,542,'Semnan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1445,545,'Miandoab',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1446,525,'Qomsheh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1447,519,'Dublin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1448,520,'Cork',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1449,563,'Reykjavík',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1450,567,'Jerusalem',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1451,568,'Tel Aviv-Jaffa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1452,566,'Haifa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1453,565,'Rishon Le Ziyyon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1454,564,'Beerseba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1455,568,'Holon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1456,565,'Petah Tiqwa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1457,564,'Ashdod',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1458,565,'Netanya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1459,568,'Bat Yam',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1460,568,'Bene Beraq',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1461,568,'Ramat Gan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1462,564,'Ashqelon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1463,565,'Rehovot',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1464,575,'Roma',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1465,577,'Milano',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1466,572,'Napoli',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1467,579,'Torino',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1468,581,'Palermo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1469,576,'Genova',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1470,573,'Bologna',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1471,582,'Firenze',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1472,581,'Catania',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1473,570,'Bari',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1474,585,'Venezia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1475,581,'Messina',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1476,585,'Verona',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1477,574,'Trieste',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1478,585,'Padova',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1479,570,'Taranto',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1480,577,'Brescia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1481,571,'Reggio di Calabria',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1482,573,'Modena',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1483,582,'Prato',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1484,573,'Parma',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1485,580,'Cagliari',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1486,582,'Livorno',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1487,584,'Perugia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1488,570,'Foggia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1489,573,'Reggio nell´ Emilia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1490,572,'Salerno',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1491,573,'Ravenna',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1492,573,'Ferrara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1493,573,'Rimini',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1494,581,'Syrakusa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1495,580,'Sassari',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1496,577,'Monza',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1497,577,'Bergamo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1498,569,'Pescara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1499,575,'Latina',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1500,585,'Vicenza',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1501,584,'Terni',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1502,573,'Forlì',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1503,583,'Trento',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1504,579,'Novara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1505,573,'Piacenza',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1506,578,'Ancona',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1507,570,'Lecce',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1508,583,'Bolzano',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1509,571,'Catanzaro',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1510,576,'La Spezia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1511,574,'Udine',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1512,572,'Torre del Greco',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1513,570,'Andria',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1514,570,'Brindisi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1515,572,'Giugliano in Campania',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1516,582,'Pisa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1517,570,'Barletta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1518,582,'Arezzo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1519,579,'Alessandria',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1520,573,'Cesena',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1521,578,'Pesaro',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1522,1166,'Dili',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1523,55,'Wien',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1524,53,'Graz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1525,51,'Linz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1526,52,'Salzburg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1527,54,'Innsbruck',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1528,50,'Klagenfurt',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1529,587,'Spanish Town',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1530,586,'Kingston',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1531,586,'Portmore',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1532,631,'Tokyo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1533,609,'Jokohama [Yokohama]',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1534,623,'Osaka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1535,591,'Nagoya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1536,602,'Sapporo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1537,612,'Kioto',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1538,603,'Kobe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1539,597,'Fukuoka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1540,609,'Kawasaki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1541,601,'Hiroshima',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1542,597,'Kitakyushu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1543,614,'Sendai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1544,594,'Chiba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1545,623,'Sakai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1546,611,'Kumamoto',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1547,621,'Okayama',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1548,609,'Sagamihara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1549,628,'Hamamatsu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1550,608,'Kagoshima',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1551,594,'Funabashi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1552,623,'Higashiosaka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1553,631,'Hachioji',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1554,619,'Niigata',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1555,603,'Amagasaki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1556,603,'Himeji',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1557,628,'Shizuoka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1558,625,'Urawa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1559,595,'Matsuyama',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1560,594,'Matsudo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1561,605,'Kanazawa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1562,625,'Kawaguchi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1563,594,'Ichikawa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1564,625,'Omiya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1565,629,'Utsunomiya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1566,620,'Oita',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1567,617,'Nagasaki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1568,609,'Yokosuka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1569,621,'Kurashiki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1570,599,'Gifu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1571,623,'Hirakata',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1572,603,'Nishinomiya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1573,623,'Toyonaka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1574,634,'Wakayama',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1575,601,'Fukuyama',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1576,609,'Fujisawa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1577,602,'Asahikawa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1578,631,'Machida',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1579,618,'Nara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1580,623,'Takatsuki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1581,598,'Iwaki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1582,616,'Nagano',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1583,591,'Toyohashi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1584,591,'Toyota',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1585,623,'Suita',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1586,607,'Takamatsu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1587,598,'Koriyama',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1588,591,'Okazaki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1589,625,'Kawagoe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1590,625,'Tokorozawa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1591,633,'Toyama',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1592,610,'Kochi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1593,594,'Kashiwa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1594,592,'Akita',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1595,615,'Miyazaki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1596,625,'Koshigaya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1597,622,'Naha',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1598,593,'Aomori',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1599,602,'Hakodate',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1600,603,'Akashi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1601,613,'Yokkaichi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1602,598,'Fukushima',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1603,606,'Morioka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1604,600,'Maebashi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1605,591,'Kasugai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1606,626,'Otsu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1607,594,'Ichihara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1608,623,'Yao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1609,591,'Ichinomiya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1610,630,'Tokushima',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1611,603,'Kakogawa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1612,623,'Ibaraki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1613,623,'Neyagawa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1614,636,'Shimonoseki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1615,635,'Yamagata',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1616,596,'Fukui',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1617,609,'Hiratsuka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1618,604,'Mito',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1619,617,'Sasebo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1620,593,'Hachinohe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1621,600,'Takasaki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1622,628,'Shimizu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1623,597,'Kurume',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1624,628,'Fuji',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1625,625,'Soka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1626,631,'Fuchu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1627,609,'Chigasaki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1628,609,'Atsugi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1629,628,'Numazu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1630,625,'Ageo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1631,609,'Yamato',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1632,616,'Matsumoto',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1633,601,'Kure',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1634,603,'Takarazuka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1635,625,'Kasukabe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1636,631,'Chofu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1637,609,'Odawara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1638,637,'Kofu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1639,602,'Kushiro',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1640,623,'Kishiwada',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1641,604,'Hitachi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1642,619,'Nagaoka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1643,603,'Itami',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1644,612,'Uji',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1645,613,'Suzuka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1646,593,'Hirosaki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1647,636,'Ube',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1648,631,'Kodaira',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1649,633,'Takaoka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1650,602,'Obihiro',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1651,602,'Tomakomai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1652,624,'Saga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1653,594,'Sakura',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1654,609,'Kamakura',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1655,631,'Mitaka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1656,623,'Izumi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1657,631,'Hino',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1658,609,'Hadano',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1659,629,'Ashikaga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1660,613,'Tsu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1661,625,'Sayama',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1662,594,'Yachiyo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1663,604,'Tsukuba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1664,631,'Tachikawa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1665,625,'Kumagaya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1666,623,'Moriguchi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1667,602,'Otaru',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1668,591,'Anjo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1669,594,'Narashino',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1670,629,'Oyama',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1671,599,'Ogaki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1672,627,'Matsue',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1673,603,'Kawanishi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1674,631,'Hitachinaka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1675,625,'Niiza',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1676,594,'Nagareyama',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1677,632,'Tottori',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1678,604,'Tama',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1679,625,'Iruma',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1680,600,'Ota',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1681,597,'Omuta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1682,591,'Komaki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1683,631,'Ome',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1684,623,'Kadoma',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1685,636,'Yamaguchi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1686,631,'Higashimurayama',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1687,632,'Yonago',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1688,623,'Matsubara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1689,631,'Musashino',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1690,604,'Tsuchiura',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1691,619,'Joetsu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1692,615,'Miyakonojo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1693,625,'Misato',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1694,599,'Kakamigahara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1695,623,'Daito',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1696,591,'Seto',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1697,591,'Kariya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1698,594,'Urayasu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1699,620,'Beppu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1700,595,'Niihama',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1701,623,'Minoo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1702,628,'Fujieda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1703,594,'Abiko',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1704,615,'Nobeoka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1705,623,'Tondabayashi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1706,616,'Ueda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1707,618,'Kashihara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1708,613,'Matsusaka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1709,600,'Isesaki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1710,609,'Zama',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1711,594,'Kisarazu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1712,594,'Noda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1713,614,'Ishinomaki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1714,628,'Fujinomiya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1715,623,'Kawachinagano',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1716,595,'Imabari',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1717,598,'Aizuwakamatsu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1718,601,'Higashihiroshima',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1719,623,'Habikino',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1720,602,'Ebetsu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1721,636,'Hofu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1722,600,'Kiryu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1723,622,'Okinawa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1724,628,'Yaizu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1725,591,'Toyokawa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1726,609,'Ebina',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1727,625,'Asaka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1728,631,'Higashikurume',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1729,618,'Ikoma',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1730,602,'Kitami',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1731,631,'Koganei',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1732,625,'Iwatsuki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1733,628,'Mishima',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1734,591,'Handa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1735,602,'Muroran',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1736,605,'Komatsu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1737,611,'Yatsushiro',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1738,616,'Iida',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1739,636,'Tokuyama',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1740,631,'Kokubunji',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1741,631,'Akishima',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1742,636,'Iwakuni',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1743,626,'Kusatsu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1744,613,'Kuwana',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1745,603,'Sanda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1746,626,'Hikone',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1747,625,'Toda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1748,599,'Tajimi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1749,623,'Ikeda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1750,625,'Fukaya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1751,613,'Ise',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1752,635,'Sakata',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1753,597,'Kasuga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1754,594,'Kamagaya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1755,635,'Tsuruoka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1756,631,'Hoya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1757,594,'Nishio',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1758,591,'Tokai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1759,591,'Inazawa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1760,625,'Sakado',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1761,609,'Isehara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1762,603,'Takasago',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1763,625,'Fujimi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1764,622,'Urasoe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1765,635,'Yonezawa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1766,591,'Konan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1767,618,'Yamatokoriyama',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1768,612,'Maizuru',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1769,601,'Onomichi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1770,625,'Higashimatsuyama',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1771,594,'Kimitsu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1772,617,'Isahaya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1773,629,'Kanuma',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1774,623,'Izumisano',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1775,612,'Kameoka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1776,594,'Mobara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1777,594,'Narita',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1778,619,'Kashiwazaki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1779,621,'Tsuyama',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1780,1392,'Sanaa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1781,1388,'Aden',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1782,1393,'Taizz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1783,1390,'Hodeida',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1784,1389,'al-Mukalla',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1785,1391,'Ibb',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1786,589,'Amman',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1787,588,'al-Zarqa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1788,590,'Irbid',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1789,588,'al-Rusayfa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1790,589,'Wadi al-Sir',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1791,264,'Flying Fish Cove',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1792,1394,'Beograd',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1793,1397,'Novi Sad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1794,1394,'NiÅ¡',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1795,1395,'PriÅ¡tina',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1796,1394,'Kragujevac',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1797,1396,'Podgorica',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1798,1397,'Subotica',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1799,1395,'Prizren',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1800,662,'Phnom Penh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1801,661,'Battambang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1802,663,'Siem Reap',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1803,208,'Douala',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1804,206,'Yaoundé',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1805,209,'Garoua',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1806,207,'Maroua',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1807,210,'Bamenda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1808,211,'Bafoussam',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1809,208,'Nkongsamba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1810,149,'Montréal',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1811,143,'Calgary',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1812,148,'Toronto',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1813,148,'North York',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1814,145,'Winnipeg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1815,143,'Edmonton',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1816,148,'Mississauga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1817,148,'Scarborough',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1818,144,'Vancouver',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1819,148,'Etobicoke',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1820,148,'London',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1821,148,'Hamilton',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1822,148,'Ottawa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1823,149,'Laval',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1824,144,'Surrey',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1825,148,'Brampton',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1826,148,'Windsor',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1827,150,'Saskatoon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1828,148,'Kitchener',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1829,148,'Markham',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1830,150,'Regina',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1831,144,'Burnaby',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1832,149,'Québec',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1833,148,'York',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1834,144,'Richmond',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1835,148,'Vaughan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1836,148,'Burlington',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1837,148,'Oshawa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1838,148,'Oakville',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1839,148,'Saint Catharines',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1840,149,'Longueuil',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1841,148,'Richmond Hill',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1842,148,'Thunder Bay',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1843,148,'Nepean',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1844,147,'Cape Breton',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1845,148,'East York',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1846,147,'Halifax',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1847,148,'Cambridge',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1848,148,'Gloucester',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1849,144,'Abbotsford',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1850,148,'Guelph',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1851,146,'Saint John´s',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1852,144,'Coquitlam',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1853,144,'Saanich',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1854,149,'Gatineau',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1855,144,'Delta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1856,148,'Sudbury',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1857,144,'Kelowna',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1858,148,'Barrie',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1859,249,'Praia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1860,639,'Almaty',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1861,647,'Qaraghandy',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1862,650,'Shymkent',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1863,651,'Taraz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1864,641,'Astana',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1865,643,'Öskemen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1866,646,'Pavlodar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1867,643,'Semey',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1868,640,'Aqtöbe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1869,648,'Qostanay',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1870,645,'Petropavl',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1871,652,'Oral',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1872,647,'Temirtau',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1873,649,'Qyzylorda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1874,644,'Aqtau',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1875,642,'Atyrau',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1876,646,'Ekibastuz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1877,645,'Kökshetau',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1878,648,'Rudnyy',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1879,638,'Taldyqorghan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1880,647,'Zhezqazghan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1881,656,'Nairobi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1882,654,'Mombasa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1883,657,'Kisumu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1884,658,'Nakuru',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1885,655,'Machakos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1886,658,'Eldoret',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1887,655,'Meru',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1888,653,'Nyeri',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1889,142,'Bangui',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1890,193,'Shanghai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1891,189,'Peking',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1892,171,'Chongqing',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1893,196,'Tianjin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1894,181,'Wuhan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1895,179,'Harbin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1896,187,'Shenyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1897,174,'Kanton [Guangzhou]',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1898,195,'Chengdu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1899,184,'Nanking [Nanjing]',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1900,186,'Changchun',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1901,191,'Xi´an',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1902,187,'Dalian',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1903,192,'Qingdao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1904,192,'Jinan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1905,200,'Hangzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1906,180,'Zhengzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1907,178,'Shijiazhuang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1908,194,'Taiyuan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1909,199,'Kunming',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1910,182,'Changsha',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1911,185,'Nanchang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1912,172,'Fuzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1913,173,'Lanzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1914,176,'Guiyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1915,200,'Ningbo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1916,170,'Hefei',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1917,198,'UrumtÅ¡i [Ãœrümqi]',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1918,187,'Anshan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1919,187,'Fushun',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1920,175,'Nanning',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1921,192,'Zibo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1922,179,'Qiqihar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1923,186,'Jilin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1924,178,'Tangshan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1925,183,'Baotou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1926,174,'Shenzhen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1927,183,'Hohhot',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1928,178,'Handan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1929,184,'Wuxi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1930,184,'Xuzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1931,194,'Datong',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1932,179,'Yichun',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1933,187,'Benxi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1934,180,'Luoyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1935,184,'Suzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1936,190,'Xining',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1937,170,'Huainan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1938,179,'Jixi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1939,179,'Daqing',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1940,187,'Fuxin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1941,172,'Amoy [Xiamen]',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1942,175,'Liuzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1943,174,'Shantou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1944,187,'Jinzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1945,179,'Mudanjiang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1946,188,'Yinchuan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1947,184,'Changzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1948,178,'Zhangjiakou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1949,187,'Dandong',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1950,179,'Hegang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1951,180,'Kaifeng',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1952,179,'Jiamusi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1953,187,'Liaoyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1954,182,'Hengyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1955,178,'Baoding',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1956,186,'Hunjiang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1957,180,'Xinxiang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1958,181,'Huangshi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1959,177,'Haikou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1960,192,'Yantai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1961,170,'Bengbu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1962,182,'Xiangtan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1963,192,'Weifang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1964,170,'Wuhu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1965,185,'Pingxiang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1966,187,'Yingkou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1967,180,'Anyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1968,195,'Panzhihua',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1969,180,'Pingdingshan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1970,181,'Xiangfan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1971,182,'Zhuzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1972,180,'Jiaozuo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1973,200,'Wenzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1974,174,'Zhangjiang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1975,195,'Zigong',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1976,179,'Shuangyashan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1977,192,'Zaozhuang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1978,183,'Yakeshi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1979,181,'Yichang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1980,184,'Zhenjiang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1981,170,'Huaibei',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1982,178,'Qinhuangdao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1983,175,'Guilin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1984,176,'Liupanshui',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1985,187,'Panjin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1986,194,'Yangquan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1987,187,'Jinxi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1988,186,'Liaoyuan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1989,184,'Lianyungang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1990,191,'Xianyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1991,192,'Tai´an',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1992,183,'Chifeng',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1993,174,'Shaoguan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1994,184,'Nantong',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1995,195,'Leshan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1996,191,'Baoji',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1997,192,'Linyi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1998,186,'Tonghua',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(1999,186,'Siping',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2000,194,'Changzhi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2001,192,'Tengzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2002,174,'Chaozhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2003,184,'Yangzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2004,174,'Dongwan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2005,170,'Ma´anshan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2006,174,'Foshan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2007,182,'Yueyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2008,178,'Xingtai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2009,182,'Changde',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2010,198,'Shihezi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2011,184,'Yancheng',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2012,185,'Jiujiang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2013,192,'Dongying',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2014,181,'Shashi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2015,192,'Xintai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2016,185,'Jingdezhen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2017,191,'Tongchuan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2018,174,'Zhongshan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2019,181,'Shiyan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2020,179,'Tieli',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2021,192,'Jining',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2022,183,'Wuhai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2023,195,'Mianyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2024,195,'Luzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2025,176,'Zunyi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2026,188,'Shizuishan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2027,195,'Neijiang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2028,183,'Tongliao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2029,187,'Tieling',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2030,187,'Wafangdian',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2031,170,'Anqing',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2032,182,'Shaoyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2033,192,'Laiwu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2034,178,'Chengde',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2035,173,'Tianshui',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2036,180,'Nanyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2037,178,'Cangzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2038,195,'Yibin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2039,184,'Huaiyin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2040,186,'Dunhua',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2041,186,'Yanji',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2042,174,'Jiangmen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2043,170,'Tongling',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2044,179,'Suihua',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2045,186,'Gongziling',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2046,181,'Xiantao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2047,187,'Chaoyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2048,185,'Ganzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2049,200,'Huzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2050,186,'Baicheng',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2051,179,'Shangzi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2052,174,'Yangjiang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2053,179,'Qitaihe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2054,199,'Gejiu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2055,184,'Jiangyin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2056,180,'Hebi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2057,200,'Jiaxing',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2058,175,'Wuzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2059,186,'Meihekou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2060,180,'Xuchang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2061,192,'Liaocheng',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2062,187,'Haicheng',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2063,181,'Qianjiang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2064,173,'Baiyin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2065,179,'Bei´an',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2066,184,'Yixing',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2067,192,'Laizhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2068,198,'Qaramay',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2069,179,'Acheng',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2070,192,'Dezhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2071,172,'Nanping',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2072,174,'Zhaoqing',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2073,187,'Beipiao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2074,185,'Fengcheng',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2075,186,'Fuyu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2076,180,'Xinyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2077,184,'Dongtai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2078,194,'Yuci',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2079,181,'Honghu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2080,181,'Ezhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2081,192,'Heze',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2082,195,'Daxian',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2083,194,'Linfen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2084,181,'Tianmen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2085,182,'Yiyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2086,172,'Quanzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2087,192,'Rizhao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2088,195,'Deyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2089,195,'Guangyuan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2090,184,'Changshu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2091,172,'Zhangzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2092,183,'Hailar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2093,195,'Nanchong',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2094,186,'Jiutai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2095,179,'Zhaodong',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2096,200,'Shaoxing',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2097,170,'Fuyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2098,174,'Maoming',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2099,199,'Qujing',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2100,198,'Ghulja',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2101,186,'Jiaohe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2102,180,'Puyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2103,186,'Huadian',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2104,195,'Jiangyou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2105,198,'Qashqar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2106,176,'Anshun',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2107,195,'Fuling',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2108,185,'Xinyu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2109,191,'Hanzhong',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2110,184,'Danyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2111,182,'Chenzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2112,181,'Xiaogan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2113,180,'Shangqiu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2114,174,'Zhuhai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2115,174,'Qingyuan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2116,198,'Aqsu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2117,183,'Jining',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2118,200,'Xiaoshan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2119,181,'Zaoyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2120,184,'Xinghua',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2121,198,'Hami',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2122,174,'Huizhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2123,181,'Jinmen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2124,172,'Sanming',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2125,183,'Ulanhot',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2126,198,'Korla',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2127,195,'Wanxian',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2128,200,'Rui´an',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2129,200,'Zhoushan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2130,192,'Liangcheng',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2131,192,'Jiaozhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2132,184,'Taizhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2133,170,'Suzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2134,185,'Yichun',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2135,186,'Taonan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2136,192,'Pingdu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2137,185,'Ji´an',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2138,192,'Longkou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2139,178,'Langfang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2140,180,'Zhoukou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2141,195,'Suining',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2142,175,'Yulin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2143,200,'Jinhua',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2144,170,'Liu´an',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2145,179,'Shuangcheng',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2146,181,'Suizhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2147,191,'Ankang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2148,191,'Weinan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2149,186,'Longjing',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2150,186,'Da´an',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2151,182,'Lengshuijiang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2152,192,'Laiyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2153,181,'Xianning',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2154,199,'Dali',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2155,179,'Anda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2156,194,'Jincheng',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2157,172,'Longyan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2158,195,'Xichang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2159,192,'Wendeng',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2160,179,'Hailun',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2161,192,'Binzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2162,183,'Linhe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2163,173,'Wuwei',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2164,176,'Duyun',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2165,179,'Mishan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2166,185,'Shangrao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2167,198,'Changji',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2168,174,'Meixian',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2169,186,'Yushu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2170,187,'Tiefa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2171,184,'Huai´an',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2172,182,'Leiyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2173,183,'Zalantun',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2174,192,'Weihai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2175,182,'Loudi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2176,192,'Qingzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2177,184,'Qidong',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2178,182,'Huaihua',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2179,180,'Luohe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2180,170,'Chuzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2181,187,'Kaiyuan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2182,192,'Linqing',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2183,170,'Chaohu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2184,181,'Laohekou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2185,195,'Dujiangyan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2186,180,'Zhumadian',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2187,185,'Linchuan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2188,192,'Jiaonan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2189,180,'Sanmenxia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2190,174,'Heyuan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2191,183,'Manzhouli',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2192,197,'Lhasa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2193,182,'Lianyuan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2194,198,'Kuytun',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2195,181,'Puqi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2196,182,'Hongjiang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2197,175,'Qinzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2198,178,'Renqiu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2199,200,'Yuyao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2200,175,'Guigang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2201,176,'Kaili',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2202,191,'Yan´an',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2203,175,'Beihai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2204,170,'Xuangzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2205,200,'Quzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2206,172,'Yong´an',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2207,182,'Zixing',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2208,184,'Liyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2209,184,'Yizheng',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2210,173,'Yumen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2211,182,'Liling',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2212,194,'Yuncheng',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2213,174,'Shanwei',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2214,200,'Cixi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2215,182,'Yuanjiang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2216,170,'Bozhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2217,173,'Jinchang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2218,172,'Fu´an',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2219,184,'Suqian',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2220,181,'Shishou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2221,178,'Hengshui',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2222,181,'Danjiangkou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2223,179,'Fujin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2224,177,'Sanya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2225,181,'Guangshui',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2226,170,'Huangshan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2227,187,'Xingcheng',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2228,192,'Zhucheng',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2229,184,'Kunshan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2230,200,'Haining',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2231,173,'Pingliang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2232,172,'Fuqing',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2233,194,'Xinzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2234,174,'Jieyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2235,184,'Zhangjiagang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2236,189,'Tong Xian',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2237,195,'Ya´an',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2238,187,'Jinzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2239,195,'Emeishan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2240,181,'Enshi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2241,175,'Bose',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2242,180,'Yuzhou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2243,199,'Kaiyuan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2244,186,'Tumen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2245,172,'Putian',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2246,200,'Linhai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2247,183,'Xilin Hot',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2248,172,'Shaowu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2249,192,'Junan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2250,195,'Huaying',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2251,192,'Pingyi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2252,200,'Huangyan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2253,659,'Bishkek',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2254,660,'Osh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2255,664,'Bikenibeu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2256,664,'Bairiki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2257,243,'Santafé de Bogotá',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2258,247,'Cali',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2259,225,'Medellín',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2260,226,'Barranquilla',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2261,227,'Cartagena',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2262,240,'Cúcuta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2263,244,'Bucaramanga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2264,246,'Ibagué',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2265,242,'Pereira',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2266,237,'Santa Marta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2267,229,'Manizales',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2268,225,'Bello',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2269,239,'Pasto',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2270,235,'Neiva',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2271,226,'Soledad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2272,241,'Armenia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2273,238,'Villavicencio',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2274,234,'Soacha',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2275,232,'Valledupar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2276,233,'Montería',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2277,225,'Itagüí',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2278,247,'Palmira',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2279,247,'Buenaventura',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2280,244,'Floridablanca',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2281,245,'Sincelejo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2282,231,'Popayán',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2283,244,'Barrancabermeja',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2284,242,'Dos Quebradas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2285,247,'Tuluá',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2286,225,'Envigado',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2287,247,'Cartago',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2288,234,'Girardot',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2289,247,'Buga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2290,228,'Tunja',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2291,230,'Florencia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2292,236,'Maicao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2293,228,'Sogamoso',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2294,244,'Giron',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2295,248,'Moroni',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2296,222,'Brazzaville',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2297,223,'Pointe-Noire',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2298,217,'Kinshasa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2299,219,'Lubumbashi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2300,214,'Mbuji-Mayi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2301,219,'Kolwezi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2302,216,'Kisangani',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2303,221,'Kananga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2304,219,'Likasi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2305,220,'Bukavu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2306,212,'Kikwit',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2307,221,'Tshikapa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2308,213,'Matadi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2309,215,'Mbandaka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2310,214,'Mwene-Ditu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2311,213,'Boma',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2312,220,'Uvira',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2313,218,'Butembo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2314,218,'Goma',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2315,219,'Kalemie',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2316,151,'Bantam',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2317,152,'West Island',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2318,948,'Pyongyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2319,939,'Hamhung',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2320,940,'Chongjin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2321,945,'Nampo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2322,947,'Sinuiju',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2323,944,'Wonsan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2324,946,'Phyongsong',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2325,942,'Sariwon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2326,941,'Haeju',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2327,938,'Kanggye',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2328,940,'Kimchaek',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2329,949,'Hyesan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2330,943,'Kaesong',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2331,678,'Seoul',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2332,677,'Pusan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2333,671,'Inchon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2334,679,'Taegu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2335,680,'Taejon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2336,673,'Kwangju',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2337,676,'Ulsan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2338,674,'Songnam',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2339,674,'Puchon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2340,674,'Suwon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2341,674,'Anyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2342,667,'Chonju',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2343,669,'Chongju',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2344,674,'Koyang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2345,674,'Ansan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2346,675,'Pohang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2347,676,'Chang-won',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2348,676,'Masan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2349,674,'Kwangmyong',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2350,670,'Chonan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2351,676,'Chinju',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2352,667,'Iksan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2353,674,'Pyongtaek',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2354,675,'Kumi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2355,674,'Uijongbu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2356,675,'Kyongju',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2357,667,'Kunsan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2358,666,'Cheju',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2359,676,'Kimhae',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2360,668,'Sunchon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2361,668,'Mokpo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2362,674,'Yong-in',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2363,672,'Wonju',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2364,674,'Kunpo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2365,672,'Chunchon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2366,674,'Namyangju',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2367,672,'Kangnung',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2368,669,'Chungju',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2369,675,'Andong',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2370,668,'Yosu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2371,675,'Kyongsan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2372,674,'Paju',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2373,676,'Yangsan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2374,674,'Ichon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2375,670,'Asan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2376,676,'Koje',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2377,675,'Kimchon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2378,670,'Nonsan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2379,674,'Kuri',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2380,667,'Chong-up',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2381,669,'Chechon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2382,670,'Sosan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2383,674,'Shihung',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2384,676,'Tong-yong',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2385,670,'Kongju',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2386,675,'Yongju',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2387,676,'Chinhae',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2388,675,'Sangju',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2389,670,'Poryong',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2390,668,'Kwang-yang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2391,676,'Miryang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2392,674,'Hanam',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2393,667,'Kimje',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2394,675,'Yongchon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2395,676,'Sachon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2396,674,'Uiwang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2397,668,'Naju',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2398,667,'Namwon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2399,672,'Tonghae',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2400,675,'Mun-gyong',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2401,435,'Athenai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2402,436,'Thessaloniki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2403,435,'Pireus',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2404,439,'Patras',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2405,435,'Peristerion',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2406,437,'Herakleion',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2407,435,'Kallithea',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2408,438,'Larisa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2409,452,'Zagreb',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2410,455,'Split',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2411,454,'Rijeka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2412,453,'Osijek',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2413,257,'La Habana',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2414,262,'Santiago de Cuba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2415,251,'Camagüey',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2416,256,'Holguín',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2417,263,'Santa Clara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2418,255,'Guantánamo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2419,260,'Pinar del Río',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2420,254,'Bayamo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2421,253,'Cienfuegos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2422,258,'Victoria de las Tunas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2423,259,'Matanzas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2424,254,'Manzanillo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2425,261,'Sancti-Spíritus',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2426,252,'Ciego de Ãvila',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2427,682,'al-Salimiya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2428,682,'Jalib al-Shuyukh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2429,681,'Kuwait',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2430,267,'Nicosia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2431,266,'Limassol',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2432,684,'Vientiane',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2433,683,'Savannakhet',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2434,707,'Riga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2435,705,'Daugavpils',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2436,706,'Liepaja',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2437,698,'Maseru',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2438,686,'Beirut',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2439,685,'Tripoli',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2440,687,'Monrovia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2441,691,'Tripoli',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2442,689,'Bengasi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2443,690,'Misrata',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2444,688,'al-Zawiya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2445,693,'Schaan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2446,694,'Vaduz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2447,703,'Vilnius',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2448,699,'Kaunas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2449,700,'Klaipeda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2450,702,'Å iauliai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2451,701,'Panevezys',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2452,704,'Luxembourg [Luxemburg/Lëtzebue',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2453,356,'El-Aaiún',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2454,708,'Macao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2455,727,'Antananarivo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2456,730,'Toamasina',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2457,727,'Antsirabé',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2458,729,'Mahajanga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2459,728,'Fianarantsoa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2460,766,'Skopje',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2461,796,'Blantyre',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2462,797,'Lilongwe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2463,731,'Male',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2464,809,'Kuala Lumpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2465,803,'Ipoh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2466,798,'Johor Baharu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2467,807,'Petaling Jaya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2468,807,'Kelang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2469,808,'Kuala Terengganu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2470,804,'Pinang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2471,800,'Kota Bharu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2472,802,'Kuantan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2473,803,'Taiping',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2474,801,'Seremban',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2475,806,'Kuching',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2476,806,'Sibu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2477,805,'Sandakan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2478,799,'Alor Setar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2479,807,'Selayang Baru',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2480,799,'Sungai Petani',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2481,807,'Shah Alam',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2482,767,'Bamako',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2483,769,'Birkirkara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2484,768,'Valletta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2485,709,'Casablanca',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2486,717,'Rabat',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2487,714,'Marrakech',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2488,712,'Fès',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2489,720,'Tanger',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2490,717,'Salé',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2491,715,'Meknès',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2492,716,'Oujda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2493,713,'Kénitra',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2494,720,'Tétouan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2495,711,'Safi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2496,718,'Agadir',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2497,709,'Mohammedia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2498,710,'Khouribga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2499,719,'Beni-Mellal',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2500,717,'Témara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2501,711,'El Jadida',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2502,716,'Nador',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2503,720,'Ksar el Kebir',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2504,710,'Settat',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2505,721,'Taza',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2506,720,'El Araich',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2507,765,'Dalap-Uliga-Darrit',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2508,793,'Fort-de-France',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2509,791,'Nouakchott',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2510,790,'Nouâdhibou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2511,795,'Port-Louis',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2512,794,'Beau Bassin-Rose Hill',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2513,794,'Vacoas-Phoenix',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2514,810,'Mamoutzou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2515,740,'Ciudad de México',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2516,745,'Guadalajara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2517,746,'Ecatepec de Morelos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2518,752,'Puebla',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2519,746,'Nezahualcóyotl',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2520,737,'Juárez',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2521,733,'Tijuana',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2522,742,'León',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2523,750,'Monterrey',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2524,745,'Zapopan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2525,746,'Naucalpan de Juárez',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2526,733,'Mexicali',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2527,757,'Culiacán',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2528,743,'Acapulco de Juárez',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2529,746,'Tlalnepantla de Baz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2530,763,'Mérida',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2531,737,'Chihuahua',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2532,756,'San Luis Potosí',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2533,750,'Guadalupe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2534,746,'Toluca',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2535,732,'Aguascalientes',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2536,754,'Querétaro',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2537,747,'Morelia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2538,758,'Hermosillo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2539,738,'Saltillo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2540,738,'Torreón',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2541,759,'Centro (Villahermosa)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2542,750,'San Nicolás de los Garza',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2543,741,'Durango',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2544,746,'Chimalhuacán',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2545,745,'Tlaquepaque',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2546,746,'Atizapán de Zaragoza',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2547,761,'Veracruz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2548,746,'Cuautitlán Izcalli',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2549,742,'Irapuato',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2550,736,'Tuxtla Gutiérrez',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2551,746,'Tultitlán',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2552,760,'Reynosa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2553,755,'Benito Juárez',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2554,760,'Matamoros',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2555,761,'Xalapa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2556,742,'Celaya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2557,757,'Mazatlán',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2558,733,'Ensenada',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2559,757,'Ahome',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2560,758,'Cajeme',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2561,748,'Cuernavaca',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2562,745,'Tonalá',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2563,746,'Valle de Chalco Solidaridad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2564,760,'Nuevo Laredo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2565,749,'Tepic',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2566,760,'Tampico',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2567,746,'Ixtapaluca',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2568,750,'Apodaca',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2569,757,'Guasave',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2570,741,'Gómez Palacio',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2571,736,'Tapachula',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2572,746,'Nicolás Romero',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2573,761,'Coatzacoalcos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2574,747,'Uruapan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2575,760,'Victoria',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2576,751,'Oaxaca de Juárez',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2577,746,'Coacalco de Berriozábal',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2578,744,'Pachuca de Soto',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2579,750,'General Escobedo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2580,742,'Salamanca',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2581,750,'Santa Catarina',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2582,752,'Tehuacán',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2583,746,'Chalco',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2584,759,'Cárdenas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2585,735,'Campeche',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2586,746,'La Paz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2587,755,'Othón P. Blanco (Chetumal)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2588,746,'Texcoco',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2589,734,'La Paz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2590,746,'Metepec',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2591,738,'Monclova',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2592,746,'Huixquilucan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2593,743,'Chilpancingo de los Bravo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2594,745,'Puerto Vallarta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2595,764,'Fresnillo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2596,760,'Ciudad Madero',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2597,756,'Soledad de Graciano Sánchez',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2598,753,'San Juan del Río',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2599,746,'San Felipe del Progreso',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2600,761,'Córdoba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2601,746,'Tecámac',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2602,736,'Ocosingo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2603,735,'Carmen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2604,747,'Lázaro Cárdenas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2605,748,'Jiutepec',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2606,761,'Papantla',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2607,759,'Comalcalco',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2608,747,'Zamora',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2609,758,'Nogales',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2610,759,'Huimanguillo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2611,748,'Cuautla',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2612,761,'Minatitlán',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2613,761,'Poza Rica de Hidalgo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2614,756,'Ciudad Valles',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2615,757,'Navolato',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2616,758,'San Luis Río Colorado',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2617,742,'Pénjamo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2618,761,'San Andrés Tuxtla',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2619,742,'Guanajuato',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2620,758,'Navojoa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2621,747,'Zitácuaro',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2622,762,'Boca del Río',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2623,742,'Allende',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2624,742,'Silao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2625,759,'Macuspana',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2626,751,'San Juan Bautista Tuxtepec',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2627,736,'San Cristóbal de las Casas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2628,742,'Valle de Santiago',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2629,758,'Guaymas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2630,739,'Colima',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2631,742,'Dolores Hidalgo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2632,745,'Lagos de Moreno',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2633,738,'Piedras Negras',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2634,760,'Altamira',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2635,761,'Túxpam',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2636,750,'San Pedro Garza García',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2637,737,'Cuauhtémoc',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2638,739,'Manzanillo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2639,743,'Iguala de la Independencia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2640,764,'Zacatecas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2641,745,'Tlajomulco de Zúñiga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2642,744,'Tulancingo de Bravo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2643,746,'Zinacantepec',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2644,752,'San Martín Texmelucan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2645,745,'Tepatitlán de Morelos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2646,761,'Martínez de la Torre',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2647,761,'Orizaba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2648,747,'Apatzingán',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2649,752,'Atlixco',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2650,737,'Delicias',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2651,746,'Ixtlahuaca',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2652,760,'El Mante',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2653,741,'Lerdo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2654,746,'Almoloya de Juárez',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2655,742,'Acámbaro',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2656,738,'Acuña',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2657,764,'Guadalupe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2658,744,'Huejutla de Reyes',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2659,747,'Hidalgo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2660,734,'Los Cabos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2661,736,'Comitán de Domínguez',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2662,759,'Cunduacán',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2663,760,'Río Bravo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2664,761,'Temapache',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2665,743,'Chilapa de Alvarez',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2666,737,'Hidalgo del Parral',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2667,742,'San Francisco del Rincón',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2668,743,'Taxco de Alarcón',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2669,746,'Zumpango',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2670,752,'San Pedro Cholula',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2671,746,'Lerma',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2672,739,'Tecomán',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2673,736,'Las Margaritas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2674,761,'Cosoleacaque',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2675,742,'San Luis de la Paz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2676,743,'José Azueta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2677,749,'Santiago Ixcuintla',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2678,742,'San Felipe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2679,746,'Tejupilco',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2680,761,'Tantoyuca',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2681,742,'Salvatierra',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2682,746,'Tultepec',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2683,748,'Temixco',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2684,738,'Matamoros',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2685,761,'Pánuco',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2686,757,'El Fuerte',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2687,761,'Tierra Blanca',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2688,409,'Weno',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2689,410,'Palikir',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2690,725,'Chisinau',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2691,726,'Tiraspol',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2692,723,'Balti',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2693,724,'Bender (Tîghina)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2694,722,'Monte-Carlo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2695,722,'Monaco-Ville',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2696,780,'Ulan Bator',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2697,792,'Plymouth',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2698,785,'Maputo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2699,785,'Matola',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2700,787,'Beira',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2701,786,'Nampula',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2702,784,'Chimoio',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2703,786,'Naçala-Porto',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2704,789,'Quelimane',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2705,789,'Mocuba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2706,788,'Tete',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2707,782,'Xai-Xai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2708,789,'Gurue',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2709,783,'Maxixe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2710,776,'Rangoon (Yangon)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2711,772,'Mandalay',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2712,773,'Moulmein (Mawlamyine)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2713,774,'Pegu (Bago)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2714,770,'Bassein (Pathein)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2715,777,'Monywa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2716,775,'Sittwe (Akyab)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2717,778,'Taunggyi (Taunggye)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2718,772,'Meikhtila',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2719,779,'Mergui (Myeik)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2720,778,'Lashio (Lasho)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2721,774,'Prome (Pyay)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2722,770,'Henzada (Hinthada)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2723,772,'Myingyan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2724,779,'Tavoy (Dawei)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2725,771,'Pagakku (Pakokku)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2726,811,'Windhoek',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2727,860,'Yangor',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2728,860,'Yaren',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2729,857,'Kathmandu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2730,858,'Biratnagar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2731,859,'Pokhara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2732,857,'Lalitapur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2733,857,'Birgunj',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2734,839,'Managua',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2735,838,'León',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2736,837,'Chinandega',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2737,840,'Masaya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2738,814,'Niamey',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2739,815,'Zinder',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2740,813,'Maradi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2741,829,'Lagos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2742,833,'Ibadan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2743,833,'Ogbomosho',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2744,826,'Kano',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2745,833,'Oshogbo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2746,828,'Ilorin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2747,831,'Abeokuta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2748,835,'Port Harcourt',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2749,825,'Zaria',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2750,833,'Ilesha',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2751,817,'Onitsha',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2752,833,'Iwo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2753,832,'Ado-Ekiti',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2754,823,'Abuja',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2755,825,'Kaduna',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2756,829,'Mushin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2757,820,'Maiduguri',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2758,817,'Enugu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2759,833,'Ede',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2760,824,'Aba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2761,833,'Ife',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2762,833,'Ila',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2763,833,'Oyo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2764,832,'Ikerre',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2765,822,'Benin City',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2766,833,'Iseyin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2767,827,'Katsina',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2768,834,'Jos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2769,836,'Sokoto',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2770,833,'Ilobu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2771,828,'Offa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2772,829,'Ikorodu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2773,832,'Ilawe-Ekiti',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2774,832,'Owo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2775,833,'Ikirun',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2776,833,'Shaki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2777,821,'Calabar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2778,832,'Ondo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2779,832,'Akure',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2780,836,'Gusau',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2781,831,'Ijebu-Ode',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2782,833,'Effon-Alaiye',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2783,818,'Kumo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2784,829,'Shomolu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2785,832,'Oka-Akoko',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2786,832,'Ikare',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2787,822,'Sapele',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2788,818,'Deba Habe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2789,830,'Minna',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2790,822,'Warri',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2791,830,'Bida',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2792,833,'Ikire',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2793,819,'Makurdi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2794,834,'Lafia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2795,833,'Inisa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2796,831,'Shagamu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2797,817,'Awka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2798,818,'Gombe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2799,833,'Igboho',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2800,833,'Ejigbo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2801,829,'Agege',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2802,832,'Ise-Ekiti',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2803,821,'Ugep',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2804,829,'Epe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2805,841,'Alofi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2806,816,'Kingston',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2807,854,'Oslo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2808,853,'Bergen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2809,856,'Trondheim',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2810,855,'Stavanger',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2811,852,'Bærum',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2812,201,'Abidjan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2813,202,'Bouaké',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2814,205,'Yamoussoukro',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2815,203,'Daloa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2816,204,'Korhogo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2817,867,'al-Sib',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2818,868,'Salala',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2819,867,'Bawshar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2820,866,'Suhar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2821,867,'Masqat',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2822,874,'Karachi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2823,872,'Lahore',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2824,872,'Faisalabad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2825,872,'Rawalpindi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2826,872,'Multan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2827,874,'Hyderabad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2828,872,'Gujranwala',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2829,871,'Peshawar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2830,869,'Quetta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2831,870,'Islamabad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2832,872,'Sargodha',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2833,872,'Sialkot',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2834,872,'Bahawalpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2835,874,'Sukkur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2836,872,'Jhang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2837,872,'Sheikhupura',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2838,874,'Larkana',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2839,872,'Gujrat',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2840,871,'Mardan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2841,872,'Kasur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2842,872,'Rahim Yar Khan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2843,872,'Sahiwal',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2844,872,'Okara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2845,872,'Wah',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2846,872,'Dera Ghazi Khan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2847,873,'Mirpur Khas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2848,873,'Nawabshah',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2849,871,'Mingora',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2850,872,'Chiniot',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2851,872,'Kamoke',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2852,872,'Mandi Burewala',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2853,872,'Jhelum',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2854,872,'Sadiqabad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2855,873,'Jacobabad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2856,873,'Shikarpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2857,872,'Khanewal',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2858,872,'Hafizabad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2859,871,'Kohat',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2860,872,'Muzaffargarh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2861,872,'Khanpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2862,872,'Gojra',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2863,872,'Bahawalnagar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2864,872,'Muridke',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2865,872,'Pak Pattan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2866,871,'Abottabad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2867,873,'Tando Adam',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2868,872,'Jaranwala',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2869,873,'Khairpur',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2870,872,'Chishtian Mandi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2871,872,'Daska',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2872,873,'Dadu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2873,872,'Mandi Bahauddin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2874,872,'Ahmadpur East',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2875,872,'Kamalia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2876,869,'Khuzdar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2877,872,'Vihari',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2878,871,'Dera Ismail Khan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2879,872,'Wazirabad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2880,871,'Nowshera',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2881,911,'Koror',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2882,875,'Ciudad de Panamá',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2883,876,'San Miguelito',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2884,912,'Port Moresby',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2885,955,'Asunción',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2886,954,'Ciudad del Este',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2887,956,'San Lorenzo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2888,956,'Lambaré',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2889,956,'Fernando de la Mora',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2890,889,'Lima',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2891,879,'Arequipa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2892,887,'Trujillo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2893,888,'Chiclayo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2894,882,'Callao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2895,890,'Iquitos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2896,878,'Chimbote',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2897,886,'Huancayo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2898,891,'Piura',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2899,883,'Cusco',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2900,894,'Pucallpa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2901,893,'Tacna',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2902,885,'Ica',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2903,891,'Sullana',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2904,892,'Juliaca',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2905,884,'Huánuco',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2906,880,'Ayacucho',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2907,885,'Chincha Alta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2908,881,'Cajamarca',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2909,892,'Puno',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2910,882,'Ventanilla',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2911,891,'Castilla',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2912,877,'Adamstown',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2913,781,'Garapan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2914,952,'Lisboa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2915,953,'Porto',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2916,952,'Amadora',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2917,951,'Coímbra',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2918,950,'Braga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2919,936,'San Juan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2920,930,'Bayamón',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2921,935,'Ponce',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2922,932,'Carolina',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2923,931,'Caguas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2924,929,'Arecibo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2925,933,'Guaynabo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2926,934,'Mayagüez',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2927,937,'Toa Baja',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2928,919,'Warszawa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2929,915,'Lódz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2930,918,'Kraków',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2931,913,'Wroclaw',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2932,927,'Poznan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2933,923,'Gdansk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2934,928,'Szczecin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2935,914,'Bydgoszcz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2936,916,'Lublin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2937,924,'Katowice',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2938,922,'Bialystok',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2939,924,'Czestochowa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2940,923,'Gdynia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2941,924,'Sosnowiec',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2942,919,'Radom',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2943,925,'Kielce',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2944,924,'Gliwice',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2945,914,'Torun',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2946,924,'Bytom',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2947,924,'Zabrze',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2948,924,'Bielsko-Biala',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2949,926,'Olsztyn',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2950,921,'Rzeszów',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2951,924,'Ruda Slaska',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2952,924,'Rybnik',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2953,913,'Walbrzych',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2954,924,'Tychy',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2955,924,'Dabrowa Górnicza',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2956,919,'Plock',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2957,926,'Elblag',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2958,920,'Opole',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2959,917,'Gorzów Wielkopolski',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2960,914,'Wloclawek',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2961,924,'Chorzów',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2962,918,'Tarnów',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2963,917,'Zielona Góra',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2964,928,'Koszalin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2965,913,'Legnica',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2966,927,'Kalisz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2967,914,'Grudziadz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2968,923,'Slupsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2969,924,'Jastrzebie-Zdrój',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2970,924,'Jaworzno',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2971,913,'Jelenia Góra',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2972,434,'Malabo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2973,964,'Doha',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2974,398,'Paris',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2975,406,'Marseille',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2976,407,'Lyon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2977,402,'Toulouse',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2978,406,'Nice',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2979,404,'Nantes',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2980,388,'Strasbourg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2981,399,'Montpellier',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2982,389,'Bordeaux',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2983,397,'Rennes',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2984,395,'Le Havre',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2985,403,'Reims',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2986,407,'Lille',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2987,393,'St-Étienne',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2988,406,'Toulon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2989,407,'Grenoble',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2990,404,'Angers',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2991,392,'Dijon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2992,393,'Brest',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2993,404,'Le Mans',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2994,390,'Clermont-Ferrand',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2995,405,'Amiens',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2996,406,'Aix-en-Provence',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2997,400,'Limoges',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2998,399,'Nîmes',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(2999,394,'Tours',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3000,407,'Villeurbanne',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3001,401,'Metz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3002,396,'Besançon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3003,391,'Caen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3004,394,'Orléans',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3005,388,'Mulhouse',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3006,397,'Rouen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3007,398,'Boulogne-Billancourt',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3008,399,'Perpignan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3009,401,'Nancy',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3010,403,'Roubaix',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3011,398,'Argenteuil',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3012,403,'Tourcoing',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3013,398,'Montreuil',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3014,444,'Cayenne',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3015,963,'Faaa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3016,963,'Papeete',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3017,965,'Saint-Denis',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3018,973,'Bucuresti',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3019,982,'Iasi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3020,977,'Constanta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3021,976,'Cluj-Napoca',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3022,980,'Galati',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3023,991,'Timisoara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3024,972,'Brasov',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3025,979,'Craiova',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3026,987,'Ploiesti',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3027,971,'Braila',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3028,969,'Oradea',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3029,968,'Bacau',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3030,967,'Pitesti',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3031,966,'Arad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3032,989,'Sibiu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3033,985,'Târgu Mures',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3034,983,'Baia Mare',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3035,974,'Buzau',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3036,988,'Satu Mare',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3037,970,'Botosani',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3038,986,'Piatra Neamt',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3039,993,'Râmnicu Vâlcea',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3040,990,'Suceava',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3041,984,'Drobeta-Turnu Severin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3042,978,'Târgoviste',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3043,994,'Focsani',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3044,981,'Târgu Jiu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3045,992,'Tulcea',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3046,975,'Resita',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3047,1072,'Kigali',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3048,1125,'Stockholm',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3049,1132,'Gothenburg [Göteborg]',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3050,1127,'Malmö',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3051,1128,'Uppsala',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3052,1122,'Linköping',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3053,1131,'VästerÃ¥s',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3054,1126,'Örebro',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3055,1122,'Norrköping',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3056,1127,'Helsingborg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3057,1124,'Jönköping',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3058,1129,'UmeÃ¥',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3059,1127,'Lund',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3060,1132,'BorÃ¥s',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3061,1130,'Sundsvall',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3062,1123,'Gävle',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3063,1102,'Jamestown',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3064,665,'Basseterre',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3065,692,'Castries',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3066,1341,'Kingstown',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3067,1115,'Saint-Pierre',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3068,278,'Berlin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3069,281,'Hamburg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3070,277,'Munich [München]',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3071,285,'Köln',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3072,282,'Frankfurt am Main',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3073,285,'Essen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3074,285,'Dortmund',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3075,276,'Stuttgart',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3076,285,'Düsseldorf',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3077,280,'Bremen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3078,285,'Duisburg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3079,284,'Hannover',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3080,288,'Leipzig',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3081,277,'Nürnberg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3082,288,'Dresden',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3083,285,'Bochum',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3084,285,'Wuppertal',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3085,285,'Bielefeld',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3086,276,'Mannheim',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3087,285,'Bonn',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3088,285,'Gelsenkirchen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3089,276,'Karlsruhe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3090,282,'Wiesbaden',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3091,285,'Münster',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3092,285,'Mönchengladbach',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3093,288,'Chemnitz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3094,277,'Augsburg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3095,275,'Halle/Saale',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3096,284,'Braunschweig',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3097,285,'Aachen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3098,285,'Krefeld',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3099,275,'Magdeburg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3100,289,'Kiel',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3101,285,'Oberhausen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3102,289,'Lübeck',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3103,285,'Hagen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3104,283,'Rostock',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3105,276,'Freiburg im Breisgau',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3106,290,'Erfurt',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3107,282,'Kassel',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3108,287,'Saarbrücken',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3109,286,'Mainz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3110,285,'Hamm',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3111,285,'Herne',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3112,285,'Mülheim an der Ruhr',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3113,285,'Solingen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3114,284,'Osnabrück',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3115,286,'Ludwigshafen am Rhein',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3116,285,'Leverkusen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3117,284,'Oldenburg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3118,285,'Neuss',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3119,276,'Heidelberg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3120,282,'Darmstadt',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3121,285,'Paderborn',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3122,279,'Potsdam',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3123,277,'Würzburg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3124,277,'Regensburg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3125,285,'Recklinghausen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3126,284,'Göttingen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3127,280,'Bremerhaven',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3128,284,'Wolfsburg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3129,285,'Bottrop',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3130,285,'Remscheid',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3131,276,'Heilbronn',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3132,276,'Pforzheim',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3133,282,'Offenbach am Main',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3134,276,'Ulm',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3135,277,'Ingolstadt',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3136,290,'Gera',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3137,284,'Salzgitter',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3138,279,'Cottbus',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3139,276,'Reutlingen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3140,277,'Fürth',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3141,285,'Siegen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3142,286,'Koblenz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3143,285,'Moers',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3144,285,'Bergisch Gladbach',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3145,288,'Zwickau',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3146,284,'Hildesheim',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3147,285,'Witten',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3148,283,'Schwerin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3149,277,'Erlangen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3150,286,'Kaiserslautern',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3151,286,'Trier',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3152,290,'Jena',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3153,285,'Iserlohn',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3154,285,'Gütersloh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3155,285,'Marl',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3156,285,'Lünen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3157,285,'Düren',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3158,285,'Ratingen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3159,285,'Velbert',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3160,276,'Esslingen am Neckar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3161,1104,'Honiara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3162,1408,'Lusaka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3163,1407,'Ndola',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3164,1407,'Kitwe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3165,1406,'Kabwe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3166,1407,'Chingola',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3167,1407,'Mufulira',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3168,1407,'Luanshya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3169,1387,'Apia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3170,1111,'Serravalle',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3171,1110,'San Marino',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3172,1116,'São Tomé',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3173,1083,'Riyadh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3174,1079,'Jedda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3175,1079,'Mekka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3176,1078,'Medina',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3177,1075,'al-Dammam',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3178,1079,'al-Taif',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3179,1084,'Tabuk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3180,1074,'Burayda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3181,1075,'al-Hufuf',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3182,1075,'al-Mubarraz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3183,1076,'Khamis Mushayt',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3184,1077,'Hail',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3185,1082,'al-Kharj',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3186,1075,'al-Khubar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3187,1075,'Jubayl',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3188,1075,'Hafar al-Batin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3189,1075,'al-Tuqba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3190,1078,'Yanbu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3191,1076,'Abha',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3192,1073,'Ara´ar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3193,1075,'al-Qatif',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3194,1079,'al-Hawiya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3195,1081,'Unayza',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3196,1080,'Najran',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3197,1095,'Pikine',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3198,1095,'Dakar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3199,1099,'Thiès',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3200,1097,'Kaolack',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3201,1100,'Ziguinchor',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3202,1095,'Rufisque',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3203,1098,'Saint-Louis',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3204,1099,'Mbour',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3205,1096,'Diourbel',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3206,1134,'Victoria',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3207,1105,'Freetown',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3208,1101,'Singapore',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3209,1118,'Bratislava',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3210,1119,'KoÅ¡ice',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3211,1119,'PreÅ¡ov',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3212,1120,'Ljubljana',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3213,1121,'Maribor',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3214,1112,'Mogadishu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3215,1114,'Hargeysa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3216,1113,'Kismaayo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3217,697,'Colombo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3218,697,'Dehiwala',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3219,697,'Moratuwa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3220,696,'Jaffna',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3221,695,'Kandy',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3222,697,'Sri Jayawardenepura Kotte',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3223,697,'Negombo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3224,1093,'Omdurman',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3225,1093,'Khartum',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3226,1093,'Sharq al-Nil',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3227,1086,'Port Sudan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3228,1092,'Kassala',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3229,1094,'Obeid',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3230,1090,'Nyala',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3231,1087,'Wad Madani',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3232,1088,'al-Qadarif',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3233,1085,'Kusti',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3234,1091,'al-Fashir',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3235,1089,'Juba',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3236,381,'Helsinki [Helsingfors]',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3237,381,'Espoo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3238,383,'Tampere',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3239,381,'Vantaa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3240,385,'Turku [Ã…bo]',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3241,384,'Oulu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3242,382,'Lahti',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3243,1117,'Paramaribo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3244,1133,'Mbabane',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3245,157,'Zürich',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3246,155,'Geneve',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3247,153,'Basel',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3248,154,'Bern',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3249,156,'Lausanne',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3250,1138,'Damascus',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3251,1137,'Aleppo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3252,1142,'Hims',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3253,1141,'Hama',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3254,1144,'Latakia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3255,1135,'al-Qamishliya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3256,1140,'Dayr al-Zawr',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3257,1139,'Jaramana',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3258,1139,'Duma',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3259,1136,'al-Raqqa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3260,1143,'Idlib',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3261,1159,'Dushanbe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3262,1160,'Khujand',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3263,1240,'Taipei',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3264,1233,'Kaohsiung',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3265,1238,'Taichung',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3266,1239,'Tainan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3267,1240,'Panchiao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3268,1240,'Chungho',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3269,1234,'Keelung (Chilung)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3270,1240,'Sanchung',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3271,1240,'Hsinchuang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3272,1230,'Hsinchu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3273,1243,'Chungli',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3274,1233,'Fengshan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3275,1243,'Taoyuan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3276,1229,'Chiayi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3277,1240,'Hsintien',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3278,1228,'Changhwa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3279,1240,'Yungho',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3280,1240,'Tucheng',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3281,1237,'Pingtung',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3282,1239,'Yungkang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3283,1243,'Pingchen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3284,1238,'Tali',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3285,1242,'Taiping',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3286,1243,'Pate',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3287,1238,'Fengyuan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3288,1240,'Luchou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3289,1240,'Hsichuh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3290,1240,'Shulin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3291,1228,'Yuanlin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3292,1243,'Yangmei',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3293,1242,'Taliao',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3294,1242,'Kueishan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3295,1240,'Tanshui',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3296,1241,'Taitung',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3297,1231,'Hualien',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3298,1236,'Nantou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3299,1240,'Lungtan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3300,1244,'Touliu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3301,1236,'Tsaotun',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3302,1233,'Kangshan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3303,1232,'Ilan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3304,1235,'Miaoli',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3305,1246,'Dar es Salaam',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3306,1247,'Dodoma',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3307,1251,'Mwanza',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3308,1254,'Zanzibar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3309,1253,'Tanga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3310,1249,'Mbeya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3311,1250,'Morogoro',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3312,1245,'Arusha',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3313,1248,'Moshi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3314,1252,'Tabora',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3315,296,'København',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3316,293,'Ã…rhus',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3317,295,'Odense',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3318,297,'Aalborg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3319,294,'Frederiksberg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3320,1149,'Bangkok',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3321,1155,'Nonthaburi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3322,1153,'Nakhon Ratchasima',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3323,1150,'Chiang Mai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3324,1158,'Udon Thani',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3325,1156,'Hat Yai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3326,1151,'Khon Kaen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3327,1155,'Pak Kret',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3328,1154,'Nakhon Sawan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3329,1157,'Ubon Ratchathani',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3330,1156,'Songkhla',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3331,1152,'Nakhon Pathom',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3332,1148,'Lomé',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3333,1161,'Fakaofo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3334,1167,'Nuku´alofa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3335,1168,'Chaguanas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3336,1169,'Port-of-Spain',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3337,1146,'N´Djaména',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3338,1147,'Moundou',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3339,268,'Praha',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3340,270,'Brno',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3341,272,'Ostrava',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3342,274,'Plzen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3343,272,'Olomouc',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3344,271,'Liberec',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3345,269,'Ceské Budejovice',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3346,273,'Hradec Králové',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3347,271,'Ústí nad Labem',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3348,273,'Pardubice',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3349,1176,'Tunis',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3350,1174,'Sfax',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3351,1170,'Ariana',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3352,1170,'Ettadhamen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3353,1175,'Sousse',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3354,1173,'Kairouan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3355,1171,'Biserta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3356,1172,'Gabès',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3357,1199,'Istanbul',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3358,1181,'Ankara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3359,1200,'Izmir',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3360,1177,'Adana',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3361,1186,'Bursa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3362,1195,'Gaziantep',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3363,1209,'Konya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3364,1197,'Mersin (Içel)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3365,1182,'Antalya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3366,1189,'Diyarbakir',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3367,1205,'Kayseri',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3368,1194,'Eskisehir',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3369,1218,'Sanliurfa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3370,1217,'Samsun',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3371,1211,'Malatya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3372,1208,'Gebze',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3373,1188,'Denizli',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3374,1220,'Sivas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3375,1193,'Erzurum',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3376,1177,'Tarsus',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3377,1201,'Kahramanmaras',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3378,1191,'Elâzig',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3379,1225,'Van',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3380,1199,'Sultanbeyli',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3381,1208,'Izmit (Kocaeli)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3382,1212,'Manisa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3383,1185,'Batman',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3384,1184,'Balikesir',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3385,1216,'Sakarya (Adapazari)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3386,1196,'Iskenderun',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3387,1215,'Osmaniye',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3388,1187,'Çorum',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3389,1210,'Kütahya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3390,1196,'Hatay (Antakya)',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3391,1207,'Kirikkale',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3392,1178,'Adiyaman',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3393,1223,'Trabzon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3394,1214,'Ordu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3395,1183,'Aydin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3396,1224,'Usak',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3397,1190,'Edirne',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3398,1221,'Çorlu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3399,1198,'Isparta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3400,1202,'Karabük',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3401,1206,'Kilis',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3402,1182,'Alanya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3403,1213,'Kiziltepe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3404,1226,'Zonguldak',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3405,1219,'Siirt',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3406,1218,'Viransehir',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3407,1221,'Tekirdag',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3408,1203,'Karaman',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3409,1179,'Afyon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3410,1180,'Aksaray',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3411,1177,'Ceyhan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3412,1192,'Erzincan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3413,1189,'Bismil',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3414,1183,'Nazilli',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3415,1222,'Tokat',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3416,1204,'Kars',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3417,1186,'Inegöl',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3418,1184,'Bandirma',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3419,1162,'Ashgabat',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3420,1164,'Chärjew',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3421,1163,'Dashhowuz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3422,1165,'Mary',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3423,1145,'Cockburn Town',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3424,1227,'Funafuti',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3425,1255,'Kampala',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3426,1262,'Kyiv',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3427,1258,'Harkova [Harkiv]',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3428,1256,'Dnipropetrovsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3429,1257,'Donetsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3430,1268,'Odesa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3431,1279,'Zaporizzja',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3432,1266,'Lviv',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3433,1256,'Kryvyi Rig',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3434,1267,'Mykolajiv',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3435,1257,'Mariupol',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3436,1265,'Lugansk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3437,1277,'Vinnytsja',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3438,1257,'Makijivka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3439,1259,'Herson',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3440,1264,'Sevastopol',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3441,1264,'Simferopol',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3442,1269,'Pultava [Poltava]',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3443,1275,'TÅ¡ernigiv',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3444,1274,'TÅ¡erkasy',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3445,1257,'Gorlivka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3446,1280,'Zytomyr',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3447,1271,'Sumy',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3448,1256,'Dniprodzerzynsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3449,1263,'Kirovograd',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3450,1260,'Hmelnytskyi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3451,1276,'TÅ¡ernivtsi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3452,1270,'Rivne',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3453,1269,'KrementÅ¡uk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3454,1261,'Ivano-Frankivsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3455,1273,'Ternopil',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3456,1278,'Lutsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3457,1262,'Bila Tserkva',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3458,1257,'Kramatorsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3459,1279,'Melitopol',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3460,1264,'KertÅ¡',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3461,1256,'Nikopol',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3462,1279,'Berdjansk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3463,1256,'Pavlograd',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3464,1265,'Sjeverodonetsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3465,1257,'Slovjansk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3466,1272,'Uzgorod',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3467,1265,'AltÅ¡evsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3468,1265,'LysytÅ¡ansk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3469,1264,'Jevpatorija',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3470,1260,'Kamjanets-Podilskyi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3471,1257,'Jenakijeve',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3472,1265,'Krasnyi LutÅ¡',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3473,1265,'Stahanov',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3474,1263,'Oleksandrija',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3475,1271,'Konotop',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3476,1257,'Kostjantynivka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3477,1280,'BerdytÅ¡iv',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3478,1268,'Izmajil',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3479,1271,'Å ostka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3480,1274,'Uman',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3481,1262,'Brovary',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3482,1272,'MukatÅ¡eve',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3483,461,'Budapest',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3484,465,'Debrecen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3485,460,'Miskolc',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3486,462,'Szeged',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3487,459,'Pécs',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3488,464,'Györ',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3489,466,'Nyiregyháza',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3490,458,'Kecskemét',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3491,463,'Székesfehérvár',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3492,1281,'Montevideo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3493,812,'Nouméa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3494,861,'Auckland',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3495,862,'Christchurch',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3496,861,'Manukau',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3497,861,'North Shore',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3498,861,'Waitakere',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3499,865,'Wellington',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3500,863,'Dunedin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3501,864,'Hamilton',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3502,865,'Lower Hutt',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3503,1339,'Toskent',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3504,1333,'Namangan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3505,1336,'Samarkand',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3506,1327,'Andijon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3507,1328,'Buhoro',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3508,1335,'Karsi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3509,1331,'Nukus',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3510,1330,'Kükon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3511,1330,'Fargona',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3512,1338,'Circik',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3513,1330,'Margilon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3514,1332,'Ãœrgenc',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3515,1338,'Angren',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3516,1329,'Cizah',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3517,1334,'Navoi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3518,1338,'Olmalik',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3519,1337,'Termiz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3520,95,'Minsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3521,93,'Gomel',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3522,97,'Mogiljov',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3523,98,'Vitebsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3524,94,'Grodno',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3525,92,'Brest',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3526,97,'Bobruisk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3527,92,'BaranovitÅ¡i',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3528,96,'Borisov',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3529,92,'Pinsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3530,98,'OrÅ¡a',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3531,93,'Mozyr',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3532,98,'Novopolotsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3533,94,'Lida',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3534,96,'Soligorsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3535,96,'MolodetÅ¡no',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3536,1386,'Mata-Utu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3537,1385,'Port-Vila',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3538,1340,'Città del Vaticano',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3539,1348,'Caracas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3540,1361,'Maracaíbo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3541,1351,'Barquisimeto',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3542,1347,'Valencia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3543,1346,'Ciudad Guayana',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3544,1353,'Petare',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3545,1344,'Maracay',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3546,1342,'Barcelona',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3547,1354,'Maturín',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3548,1357,'San Cristóbal',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3549,1346,'Ciudad Bolívar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3550,1356,'Cumaná',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3551,1352,'Mérida',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3552,1361,'Cabimas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3553,1345,'Barinas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3554,1344,'Turmero',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3555,1353,'Baruta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3556,1347,'Puerto Cabello',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3557,1349,'Santa Ana de Coro',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3558,1353,'Los Teques',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3559,1349,'Punto Fijo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3560,1353,'Guarenas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3561,1355,'Acarigua',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3562,1342,'Puerto La Cruz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3563,1359,'Ciudad Losada',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3564,1347,'Guacara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3565,1358,'Valera',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3566,1355,'Guanare',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3567,1356,'Carúpano',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3568,1348,'Catia La Mar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3569,1342,'El Tigre',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3570,1353,'Guatire',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3571,1350,'Calabozo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3572,1342,'Pozuelos',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3573,1361,'Ciudad Ojeda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3574,1353,'Ocumare del Tuy',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3575,1350,'Valle de la Pascua',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3576,1355,'Araure',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3577,1343,'San Fernando de Apure',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3578,1360,'San Felipe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3579,1344,'El Limón',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3580,1030,'Moscow',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3581,1042,'St Petersburg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3582,1036,'Novosibirsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3583,1033,'Nizni Novgorod',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3584,1053,'Jekaterinburg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3585,1049,'Samara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3586,1037,'Omsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3587,1055,'Kazan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3588,1000,'Ufa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3589,1058,'TÅ¡eljabinsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3590,1046,'Rostov-na-Donu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3591,1041,'Perm',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3592,1068,'Volgograd',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3593,1070,'Voronez',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3594,1023,'Krasnojarsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3595,1050,'Saratov',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3596,1049,'Toljatti',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3597,1066,'Uljanovsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3598,1065,'Izevsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3599,1022,'Krasnodar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3600,1010,'Jaroslavl',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3601,1005,'Habarovsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3602,1044,'Vladivostok',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3603,1008,'Irkutsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3604,996,'Barnaul',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3605,1018,'Novokuznetsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3606,1040,'Penza',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3607,1045,'Rjazan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3608,1038,'Orenburg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3609,1026,'Lipetsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3610,1055,'Nabereznyje TÅ¡elny',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3611,1062,'Tula',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3612,1056,'Tjumen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3613,1018,'Kemerovo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3614,999,'Astrahan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3615,1057,'Tomsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3616,1019,'Kirov',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3617,1009,'Ivanovo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3618,1061,'TÅ¡eboksary',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3619,1002,'Brjansk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3620,1063,'Tver',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3621,1025,'Kursk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3622,1058,'Magnitogorsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3623,1012,'Kaliningrad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3624,1053,'Nizni Tagil',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3625,1032,'Murmansk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3626,1003,'Ulan-Ude',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3627,1024,'Kurgan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3628,998,'Arkangeli',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3629,1022,'SotÅ¡i',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3630,1051,'Smolensk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3631,1039,'Orjol',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3632,1052,'Stavropol',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3633,1001,'Belgorod',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3634,1014,'Kaluga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3635,1067,'Vladimir',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3636,1004,'MahatÅ¡kala',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3637,1069,'TÅ¡erepovets',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3638,1029,'Saransk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3639,1054,'Tambov',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3640,1034,'Vladikavkaz',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3641,1060,'TÅ¡ita',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3642,1069,'Vologda',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3643,1035,'Veliki Novgorod',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3644,1005,'Komsomolsk-na-Amure',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3645,1021,'Kostroma',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3646,1068,'Volzski',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3647,1046,'Taganrog',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3648,1017,'Petroskoi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3649,1008,'Bratsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3650,1033,'Dzerzinsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3651,1007,'Surgut',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3652,1038,'Orsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3653,1000,'Sterlitamak',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3654,1008,'Angarsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3655,1028,'JoÅ¡kar-Ola',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3656,1010,'Rybinsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3657,1018,'Prokopjevsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3658,1007,'Niznevartovsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3659,1011,'NaltÅ¡ik',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3660,1020,'Syktyvkar',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3661,998,'Severodvinsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3662,996,'Bijsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3663,1055,'Niznekamsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3664,997,'BlagoveÅ¡tÅ¡ensk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3665,1046,'Å ahty',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3666,1001,'Staryi Oskol',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3667,1030,'Zelenograd',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3668,1050,'Balakovo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3669,1022,'Novorossijsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3670,1043,'Pihkova',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3671,1058,'Zlatoust',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3672,1047,'Jakutsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3673,1031,'Podolsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3674,1015,'Petropavlovsk-KamtÅ¡atski',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3675,1053,'Kamensk-Uralski',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3676,1050,'Engels',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3677,1049,'Syzran',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3678,1059,'Grozny',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3679,1046,'NovotÅ¡erkassk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3680,1041,'Berezniki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3681,1048,'Juzno-Sahalinsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3682,1046,'Volgodonsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3683,1006,'Abakan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3684,995,'Maikop',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3685,1058,'Miass',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3686,1022,'Armavir',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3687,1031,'Ljubertsy',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3688,996,'Rubtsovsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3689,1067,'Kovrov',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3690,1044,'Nahodka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3691,1044,'Ussurijsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3692,1000,'Salavat',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3693,1031,'MytiÅ¡tÅ¡i',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3694,1031,'Kolomna',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3695,1031,'Elektrostal',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3696,1067,'Murom',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3697,1042,'Kolpino',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3698,1023,'Norilsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3699,1055,'Almetjevsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3700,1062,'Novomoskovsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3701,1066,'Dimitrovgrad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3702,1053,'Pervouralsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3703,1031,'Himki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3704,1031,'BalaÅ¡iha',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3705,1052,'Nevinnomyssk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3706,1052,'Pjatigorsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3707,1031,'Korolev',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3708,1031,'Serpuhov',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3709,1031,'Odintsovo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3710,1031,'Orehovo-Zujevo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3711,1068,'KamyÅ¡in',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3712,1061,'NovotÅ¡eboksarsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3713,1016,'TÅ¡erkessk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3714,1023,'AtÅ¡insk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3715,1027,'Magadan',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3716,1054,'MitÅ¡urinsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3717,1052,'Kislovodsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3718,1026,'Jelets',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3719,1057,'Seversk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3720,1031,'Noginsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3721,1043,'Velikije Luki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3722,1049,'NovokuibyÅ¡evsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3723,1000,'Neftekamsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3724,1018,'Leninsk-Kuznetski',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3725,1000,'Oktjabrski',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3726,1031,'Sergijev Posad',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3727,1033,'Arzamas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3728,1018,'Kiseljovsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3729,1038,'Novotroitsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3730,1014,'Obninsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3731,1023,'Kansk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3732,1065,'Glazov',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3733,1041,'Solikamsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3734,1065,'Sarapul',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3735,1008,'Ust-Ilimsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3736,1031,'Å tÅ¡olkovo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3737,1018,'MezduretÅ¡ensk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3738,1008,'Usolje-Sibirskoje',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3739,1013,'Elista',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3740,1046,'NovoÅ¡ahtinsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3741,1065,'Votkinsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3742,1064,'Kyzyl',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3743,1053,'Serov',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3744,1055,'Zelenodolsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3745,1031,'Zeleznodoroznyi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3746,1009,'KineÅ¡ma',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3747,1040,'Kuznetsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3748,1020,'Uhta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3749,1052,'Jessentuki',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3750,1056,'Tobolsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3751,1007,'Neftejugansk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3752,1046,'Bataisk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3753,1071,'Nojabrsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3754,1050,'BalaÅ¡ov',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3755,1025,'Zeleznogorsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3756,1031,'Zukovski',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3757,1018,'Anzero-Sudzensk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3758,1055,'Bugulma',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3759,1023,'Zeleznogorsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3760,1053,'Novouralsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3761,1042,'PuÅ¡kin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3762,1020,'Vorkuta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3763,1004,'Derbent',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3764,1019,'Kirovo-TÅ¡epetsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3765,1031,'Krasnogorsk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3766,1031,'Klin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3767,1041,'TÅ¡aikovski',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3768,1071,'Novyi Urengoi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3769,1374,'Ho Chi Minh City',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3770,1373,'Hanoi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3771,1372,'Haiphong',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3772,1381,'Da Nang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3773,1371,'Biên Hoa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3774,1375,'Nha Trang',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3775,1383,'Hue',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3776,1369,'Can Tho',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3777,1380,'Cam Pha',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3778,1378,'Nam Dinh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3779,1367,'Quy Nhon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3780,1365,'Vung Tau',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3781,1376,'Rach Gia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3782,1364,'Long Xuyen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3783,1366,'Thai Nguyen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3784,1382,'Hong Gai',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3785,1368,'Phan Thiêt',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3786,1375,'Cam Ranh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3787,1379,'Vinh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3788,1384,'My Tho',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3789,1377,'Da Lat',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3790,1370,'Buon Ma Thuot',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3791,374,'Tallinn',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3792,375,'Tartu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3793,1312,'New York',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3794,1286,'Los Angeles',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3795,1294,'Chicago',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3796,1322,'Houston',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3797,1317,'Philadelphia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3798,1284,'Phoenix',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3799,1286,'San Diego',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3800,1322,'Dallas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3801,1322,'San Antonio',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3802,1302,'Detroit',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3803,1286,'San Jose',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3804,1295,'Indianapolis',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3805,1286,'San Francisco',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3806,1290,'Jacksonville',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3807,1314,'Columbus',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3808,1322,'Austin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3809,1300,'Baltimore',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3810,1321,'Memphis',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3811,1326,'Milwaukee',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3812,1301,'Boston',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3813,1289,'Washington',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3814,1321,'Nashville-Davidson',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3815,1322,'El Paso',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3816,1325,'Seattle',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3817,1287,'Denver',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3818,1313,'Charlotte',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3819,1322,'Fort Worth',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3820,1316,'Portland',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3821,1315,'Oklahoma City',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3822,1284,'Tucson',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3823,1299,'New Orleans',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3824,1308,'Las Vegas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3825,1314,'Cleveland',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3826,1286,'Long Beach',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3827,1311,'Albuquerque',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3828,1305,'Kansas City',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3829,1286,'Fresno',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3830,1324,'Virginia Beach',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3831,1291,'Atlanta',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3832,1286,'Sacramento',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3833,1286,'Oakland',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3834,1284,'Mesa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3835,1315,'Tulsa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3836,1307,'Omaha',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3837,1303,'Minneapolis',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3838,1292,'Honolulu',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3839,1290,'Miami',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3840,1287,'Colorado Springs',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3841,1305,'Saint Louis',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3842,1297,'Wichita',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3843,1286,'Santa Ana',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3844,1317,'Pittsburgh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3845,1322,'Arlington',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3846,1314,'Cincinnati',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3847,1286,'Anaheim',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3848,1314,'Toledo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3849,1290,'Tampa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3850,1312,'Buffalo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3851,1303,'Saint Paul',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3852,1322,'Corpus Christi',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3853,1287,'Aurora',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3854,1313,'Raleigh',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3855,1310,'Newark',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3856,1298,'Lexington-Fayette',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3857,1283,'Anchorage',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3858,1298,'Louisville',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3859,1286,'Riverside',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3860,1290,'Saint Petersburg',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3861,1286,'Bakersfield',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3862,1286,'Stockton',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3863,1282,'Birmingham',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3864,1310,'Jersey City',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3865,1324,'Norfolk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3866,1299,'Baton Rouge',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3867,1290,'Hialeah',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3868,1307,'Lincoln',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3869,1313,'Greensboro',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3870,1322,'Plano',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3871,1312,'Rochester',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3872,1284,'Glendale',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3873,1314,'Akron',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3874,1322,'Garland',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3875,1326,'Madison',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3876,1295,'Fort Wayne',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3877,1286,'Fremont',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3878,1284,'Scottsdale',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3879,1282,'Montgomery',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3880,1299,'Shreveport',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3881,1291,'Augusta-Richmond County',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3882,1322,'Lubbock',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3883,1324,'Chesapeake',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3884,1282,'Mobile',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3885,1296,'Des Moines',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3886,1302,'Grand Rapids',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3887,1324,'Richmond',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3888,1312,'Yonkers',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3889,1325,'Spokane',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3890,1286,'Glendale',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3891,1325,'Tacoma',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3892,1322,'Irving',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3893,1286,'Huntington Beach',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3894,1286,'Modesto',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3895,1313,'Durham',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3896,1291,'Columbus',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3897,1290,'Orlando',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3898,1293,'Boise City',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3899,1313,'Winston-Salem',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3900,1286,'San Bernardino',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3901,1304,'Jackson',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3902,1285,'Little Rock',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3903,1323,'Salt Lake City',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3904,1308,'Reno',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3905,1324,'Newport News',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3906,1284,'Chandler',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3907,1322,'Laredo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3908,1308,'Henderson',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3909,1324,'Arlington',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3910,1321,'Knoxville',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3911,1322,'Amarillo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3912,1318,'Providence',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3913,1286,'Chula Vista',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3914,1301,'Worcester',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3915,1286,'Oxnard',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3916,1314,'Dayton',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3917,1286,'Garden Grove',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3918,1286,'Oceanside',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3919,1284,'Tempe',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3920,1282,'Huntsville',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3921,1286,'Ontario',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3922,1321,'Chattanooga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3923,1290,'Fort Lauderdale',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3924,1301,'Springfield',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3925,1305,'Springfield',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3926,1286,'Santa Clarita',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3927,1286,'Salinas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3928,1290,'Tallahassee',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3929,1294,'Rockford',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3930,1286,'Pomona',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3931,1299,'Metairie',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3932,1310,'Paterson',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3933,1297,'Overland Park',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3934,1286,'Santa Rosa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3935,1312,'Syracuse',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3936,1297,'Kansas City',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3937,1324,'Hampton',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3938,1287,'Lakewood',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3939,1325,'Vancouver',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3940,1286,'Irvine',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3941,1294,'Aurora',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3942,1286,'Moreno Valley',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3943,1286,'Pasadena',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3944,1286,'Hayward',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3945,1322,'Brownsville',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3946,1288,'Bridgeport',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3947,1290,'Hollywood',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3948,1302,'Warren',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3949,1286,'Torrance',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3950,1316,'Eugene',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3951,1290,'Pembroke Pines',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3952,1316,'Salem',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3953,1322,'Pasadena',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3954,1286,'Escondido',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3955,1286,'Sunnyvale',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3956,1291,'Savannah',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3957,1286,'Fontana',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3958,1286,'Orange',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3959,1294,'Naperville',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3960,1324,'Alexandria',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3961,1286,'Rancho Cucamonga',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3962,1322,'Grand Prairie',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3963,1286,'East Los Angeles',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3964,1286,'Fullerton',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3965,1286,'Corona',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3966,1302,'Flint',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3967,1308,'Paradise',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3968,1322,'Mesquite',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3969,1302,'Sterling Heights',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3970,1320,'Sioux Falls',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3971,1288,'New Haven',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3972,1297,'Topeka',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3973,1286,'Concord',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3974,1295,'Evansville',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3975,1288,'Hartford',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3976,1313,'Fayetteville',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3977,1296,'Cedar Rapids',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3978,1310,'Elizabeth',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3979,1302,'Lansing',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3980,1286,'Lancaster',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3981,1287,'Fort Collins',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3982,1290,'Coral Springs',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3983,1288,'Stamford',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3984,1286,'Thousand Oaks',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3985,1286,'Vallejo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3986,1286,'Palmdale',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3987,1319,'Columbia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3988,1286,'El Monte',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3989,1322,'Abilene',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3990,1308,'North Las Vegas',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3991,1302,'Ann Arbor',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3992,1322,'Beaumont',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3993,1322,'Waco',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3994,1291,'Macon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3995,1305,'Independence',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3996,1294,'Peoria',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3997,1286,'Inglewood',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3998,1294,'Springfield',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(3999,1286,'Simi Valley',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4000,1299,'Lafayette',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4001,1284,'Gilbert',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4002,1322,'Carrollton',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4003,1325,'Bellevue',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4004,1323,'West Valley City',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4005,1321,'Clarksville',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4006,1286,'Costa Mesa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4007,1284,'Peoria',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4008,1295,'South Bend',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4009,1286,'Downey',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4010,1288,'Waterbury',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4011,1309,'Manchester',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4012,1317,'Allentown',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4013,1322,'McAllen',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4014,1294,'Joliet',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4015,1301,'Lowell',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4016,1323,'Provo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4017,1286,'West Covina',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4018,1322,'Wichita Falls',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4019,1317,'Erie',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4020,1286,'Daly City',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4021,1286,'Citrus Heights',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4022,1286,'Norwalk',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4023,1295,'Gary',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4024,1286,'Berkeley',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4025,1286,'Santa Clara',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4026,1326,'Green Bay',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4027,1290,'Cape Coral',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4028,1287,'Arvada',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4029,1287,'Pueblo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4030,1323,'Sandy',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4031,1291,'Athens-Clarke County',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4032,1301,'Cambridge',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4033,1287,'Westminster',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4034,1286,'San Buenaventura',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4035,1324,'Portsmouth',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4036,1302,'Livonia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4037,1286,'Burbank',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4038,1290,'Clearwater',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4039,1322,'Midland',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4040,1296,'Davenport',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4041,1286,'Mission Viejo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4042,1290,'Miami Beach',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4043,1308,'Sunrise Manor',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4044,1301,'New Bedford',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4045,1286,'El Cajon',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4046,1315,'Norman',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4047,1286,'Richmond',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4048,1312,'Albany',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4049,1301,'Brockton',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4050,1324,'Roanoke',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4051,1306,'Billings',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4052,1286,'Compton',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4053,1290,'Gainesville',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4054,1286,'Fairfield',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4055,1286,'Arden-Arcade',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4056,1286,'San Mateo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4057,1286,'Visalia',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4058,1287,'Boulder',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4059,1313,'Cary',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4060,1286,'Santa Monica',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4061,1301,'Fall River',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4062,1326,'Kenosha',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4063,1294,'Elgin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4064,1322,'Odessa',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4065,1286,'Carson',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4066,1319,'Charleston',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4067,1363,'Charlotte Amalie',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4068,1410,'Harare',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4069,1409,'Bulawayo',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4070,1410,'Chitungwiza',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4071,1410,'Mount Darwin',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4072,1411,'Mutare',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4073,1412,'Gweru',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4074,957,'Gaza',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4075,959,'Khan Yunis',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4076,958,'Hebron',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4077,961,'Jabaliya',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4078,960,'Nablus',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'),(4079,962,'Rafah',1,'2012-08-24 12:21:26','2012-08-24 12:21:26'); + +/*Table structure for table `tbl_countries` */ + +DROP TABLE IF EXISTS `tbl_countries`; + +CREATE TABLE `tbl_countries` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `country_name` varchar(50) NOT NULL, + `country_code` char(3) NOT NULL, + `country_code2` char(2) DEFAULT NULL, + `is_active` tinyint(1) unsigned NOT NULL, + `created` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', + `modified` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=240 DEFAULT CHARSET=utf8 CHECKSUM=1 DELAY_KEY_WRITE=1 ROW_FORMAT=DYNAMIC; + +/*Data for the table `tbl_countries` */ + +insert into `tbl_countries`(`id`,`country_name`,`country_code`,`country_code2`,`is_active`,`created`,`modified`) values (1,'Aruba','ABW','AW',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(2,'Afghanistan','AFG','AF',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(3,'Angola','AGO','AO',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(4,'Anguilla','AIA','AI',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(5,'Albania','ALB','AL',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(6,'Andorra','AND','AD',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(7,'Netherlands Antilles','ANT','AN',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(8,'United Arab Emirates','ARE','AE',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(9,'Argentina','ARG','AR',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(10,'Armenia','ARM','AM',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(11,'American Samoa','ASM','AS',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(12,'Antarctica','ATA','AQ',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(13,'French Southern territories','ATF','TF',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(14,'Antigua and Barbuda','ATG','AG',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(15,'Australia','AUS','AU',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(16,'Austria','AUT','AT',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(17,'Azerbaijan','AZE','AZ',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(18,'Burundi','BDI','BI',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(19,'Belgium','BEL','BE',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(20,'Benin','BEN','BJ',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(21,'Burkina Faso','BFA','BF',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(22,'Bangladesh','BGD','BD',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(23,'Bulgaria','BGR','BG',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(24,'Bahrain','BHR','BH',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(25,'Bahamas','BHS','BS',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(26,'Bosnia and Herzegovina','BIH','BA',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(27,'Belarus','BLR','BY',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(28,'Belize','BLZ','BZ',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(29,'Bermuda','BMU','BM',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(30,'Bolivia','BOL','BO',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(31,'Brazil','BRA','BR',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(32,'Barbados','BRB','BB',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(33,'Brunei','BRN','BN',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(34,'Bhutan','BTN','BT',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(35,'Bouvet Island','BVT','BV',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(36,'Botswana','BWA','BW',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(37,'Central African Republic','CAF','CF',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(38,'Canada','CAN','CA',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(39,'Cocos (Keeling) Islands','CCK','CC',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(40,'Switzerland','CHE','CH',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(41,'Chile','CHL','CL',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(42,'China','CHN','CN',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(43,'Côte d’Ivoire','CIV','CI',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(44,'Cameroon','CMR','CM',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(45,'Congo, The Democratic Republic of the','COD','CD',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(46,'Congo','COG','CG',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(47,'Cook Islands','COK','CK',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(48,'Colombia','COL','CO',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(49,'Comoros','COM','KM',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(50,'Cape Verde','CPV','CV',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(51,'Costa Rica','CRI','CR',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(52,'Cuba','CUB','CU',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(53,'Christmas Island','CXR','CX',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(54,'Cayman Islands','CYM','KY',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(55,'Cyprus','CYP','CY',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(56,'Czech Republic','CZE','CZ',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(57,'Germany','DEU','DE',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(58,'Djibouti','DJI','DJ',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(59,'Dominica','DMA','DM',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(60,'Denmark','DNK','DK',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(61,'Dominican Republic','DOM','DO',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(62,'Algeria','DZA','DZ',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(63,'Ecuador','ECU','EC',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(64,'Egypt','EGY','EG',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(65,'Eritrea','ERI','ER',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(66,'Western Sahara','ESH','EH',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(67,'Spain','ESP','ES',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(68,'Estonia','EST','EE',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(69,'Ethiopia','ETH','ET',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(70,'Finland','FIN','FI',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(71,'Fiji Islands','FJI','FJ',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(72,'Falkland Islands','FLK','FK',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(73,'France','FRA','FR',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(74,'Faroe Islands','FRO','FO',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(75,'Micronesia, Federated States of','FSM','FM',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(76,'Gabon','GAB','GA',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(77,'United Kingdom','GBR','GB',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(78,'Georgia','GEO','GE',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(79,'Ghana','GHA','GH',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(80,'Gibraltar','GIB','GI',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(81,'Guinea','GIN','GN',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(82,'Guadeloupe','GLP','GP',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(83,'Gambia','GMB','GM',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(84,'Guinea-Bissau','GNB','GW',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(85,'Equatorial Guinea','GNQ','GQ',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(86,'Greece','GRC','GR',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(87,'Grenada','GRD','GD',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(88,'Greenland','GRL','GL',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(89,'Guatemala','GTM','GT',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(90,'French Guiana','GUF','GF',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(91,'Guam','GUM','GU',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(92,'Guyana','GUY','GY',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(93,'Hong Kong','HKG','HK',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(94,'Heard Island and McDonald Islands','HMD','HM',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(95,'Honduras','HND','HN',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(96,'Croatia','HRV','HR',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(97,'Haiti','HTI','HT',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(98,'Hungary','HUN','HU',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(99,'Indonesia','IDN','ID',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(100,'India','IND','IN',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(101,'British Indian Ocean Territory','IOT','IO',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(102,'Ireland','IRL','IE',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(103,'Iran','IRN','IR',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(104,'Iraq','IRQ','IQ',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(105,'Iceland','ISL','IS',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(106,'Israel','ISR','IL',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(107,'Italy','ITA','IT',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(108,'Jamaica','JAM','JM',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(109,'Jordan','JOR','JO',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(110,'Japan','JPN','JP',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(111,'Kazakstan','KAZ','KZ',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(112,'Kenya','KEN','KE',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(113,'Kyrgyzstan','KGZ','KG',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(114,'Cambodia','KHM','KH',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(115,'Kiribati','KIR','KI',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(116,'Saint Kitts and Nevis','KNA','KN',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(117,'South Korea','KOR','KR',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(118,'Kuwait','KWT','KW',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(119,'Laos','LAO','LA',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(120,'Lebanon','LBN','LB',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(121,'Liberia','LBR','LR',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(122,'Libyan Arab Jamahiriya','LBY','LY',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(123,'Saint Lucia','LCA','LC',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(124,'Liechtenstein','LIE','LI',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(125,'Sri Lanka','LKA','LK',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(126,'Lesotho','LSO','LS',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(127,'Lithuania','LTU','LT',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(128,'Luxembourg','LUX','LU',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(129,'Latvia','LVA','LV',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(130,'Macao','MAC','MO',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(131,'Morocco','MAR','MA',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(132,'Monaco','MCO','MC',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(133,'Moldova','MDA','MD',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(134,'Madagascar','MDG','MG',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(135,'Maldives','MDV','MV',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(136,'Mexico','MEX','MX',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(137,'Marshall Islands','MHL','MH',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(138,'Macedonia','MKD','MK',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(139,'Mali','MLI','ML',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(140,'Malta','MLT','MT',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(141,'Myanmar','MMR','MM',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(142,'Mongolia','MNG','MN',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(143,'Northern Mariana Islands','MNP','MP',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(144,'Mozambique','MOZ','MZ',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(145,'Mauritania','MRT','MR',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(146,'Montserrat','MSR','MS',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(147,'Martinique','MTQ','MQ',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(148,'Mauritius','MUS','MU',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(149,'Malawi','MWI','MW',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(150,'Malaysia','MYS','MY',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(151,'Mayotte','MYT','YT',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(152,'Namibia','NAM','NA',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(153,'New Caledonia','NCL','NC',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(154,'Niger','NER','NE',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(155,'Norfolk Island','NFK','NF',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(156,'Nigeria','NGA','NG',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(157,'Nicaragua','NIC','NI',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(158,'Niue','NIU','NU',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(159,'Netherlands','NLD','NL',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(160,'Norway','NOR','NO',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(161,'Nepal','NPL','NP',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(162,'Nauru','NRU','NR',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(163,'New Zealand','NZL','NZ',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(164,'Oman','OMN','OM',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(165,'Pakistan','PAK','PK',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(166,'Panama','PAN','PA',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(167,'Pitcairn','PCN','PN',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(168,'Peru','PER','PE',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(169,'Philippines','PHL','PH',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(170,'Palau','PLW','PW',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(171,'Papua New Guinea','PNG','PG',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(172,'Poland','POL','PL',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(173,'Puerto Rico','PRI','PR',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(174,'North Korea','PRK','KP',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(175,'Portugal','PRT','PT',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(176,'Paraguay','PRY','PY',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(177,'Palestine','PSE','PS',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(178,'French Polynesia','PYF','PF',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(179,'Qatar','QAT','QA',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(180,'Réunion','REU','RE',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(181,'Romania','ROM','RO',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(182,'Russian Federation','RUS','RU',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(183,'Rwanda','RWA','RW',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(184,'Saudi Arabia','SAU','SA',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(185,'Sudan','SDN','SD',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(186,'Senegal','SEN','SN',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(187,'Singapore','SGP','SG',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(188,'South Georgia and the South Sandwich Islands','SGS','GS',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(189,'Saint Helena','SHN','SH',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(190,'Svalbard and Jan Mayen','SJM','SJ',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(191,'Solomon Islands','SLB','SB',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(192,'Sierra Leone','SLE','SL',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(193,'El Salvador','SLV','SV',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(194,'San Marino','SMR','SM',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(195,'Somalia','SOM','SO',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(196,'Saint Pierre and Miquelon','SPM','PM',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(197,'Sao Tome and Principe','STP','ST',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(198,'Suriname','SUR','SR',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(199,'Slovakia','SVK','SK',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(200,'Slovenia','SVN','SI',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(201,'Sweden','SWE','SE',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(202,'Swaziland','SWZ','SZ',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(203,'Seychelles','SYC','SC',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(204,'Syria','SYR','SY',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(205,'Turks and Caicos Islands','TCA','TC',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(206,'Chad','TCD','TD',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(207,'Togo','TGO','TG',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(208,'Thailand','THA','TH',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(209,'Tajikistan','TJK','TJ',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(210,'Tokelau','TKL','TK',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(211,'Turkmenistan','TKM','TM',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(212,'East Timor','TMP','TP',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(213,'Tonga','TON','TO',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(214,'Trinidad and Tobago','TTO','TT',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(215,'Tunisia','TUN','TN',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(216,'Turkey','TUR','TR',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(217,'Tuvalu','TUV','TV',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(218,'Taiwan','TWN','TW',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(219,'Tanzania','TZA','TZ',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(220,'Uganda','UGA','UG',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(221,'Ukraine','UKR','UA',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(222,'United States Minor Outlying Islands','UMI','UM',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(223,'Uruguay','URY','UY',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(224,'United States','USA','US',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(225,'Uzbekistan','UZB','UZ',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(226,'Holy See (Vatican City State)','VAT','VA',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(227,'Saint Vincent and the Grenadines','VCT','VC',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(228,'Venezuela','VEN','VE',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(229,'Virgin Islands, British','VGB','VG',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(230,'Virgin Islands, U.S.','VIR','VI',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(231,'Vietnam','VNM','VN',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(232,'Vanuatu','VUT','VU',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(233,'Wallis and Futuna','WLF','WF',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(234,'Samoa','WSM','WS',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(235,'Yemen','YEM','YE',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(236,'Yugoslavia','YUG','YU',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(237,'South Africa','ZAF','ZA',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(238,'Zambia','ZMB','ZM',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'),(239,'Zimbabwe','ZWE','ZW',1,'2012-08-23 12:38:04','2012-08-23 12:38:04'); + +/*Table structure for table `tbl_employmentstatus` */ + +DROP TABLE IF EXISTS `tbl_employmentstatus`; + +CREATE TABLE `tbl_employmentstatus` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `employemnt_status` varchar(100) DEFAULT NULL, + `createdby` int(20) unsigned DEFAULT NULL, + `modifiedby` int(20) unsigned DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; + +/*Data for the table `tbl_employmentstatus` */ + +insert into `tbl_employmentstatus`(`id`,`employemnt_status`,`createdby`,`modifiedby`,`createddate`,`modifieddate`,`isactive`) values (1,'Full Time',2,2,'2013-09-02 19:43:52','2013-09-02 19:43:52',1),(2,'Part Time',2,2,'2013-09-02 19:44:06','2013-09-02 19:44:06',1),(3,'Permanent',2,2,'2013-09-02 19:44:28','2013-09-02 19:44:28',1),(4,'Temporary',2,2,'2013-09-02 19:44:34','2013-09-02 19:44:34',1),(5,'Probationary',2,2,'2013-09-02 19:44:44','2013-09-02 19:44:44',1),(6,'Contract',2,2,'2013-09-02 19:44:49','2013-09-02 19:44:49',1),(7,'Deputation',2,2,'2013-09-02 19:44:56','2013-09-02 19:44:56',1),(8,'Resigned',2,2,'2013-09-16 11:06:40','2013-09-16 11:06:40',1),(9,'Left',2,2,'2013-09-16 11:06:40','2013-09-16 11:06:40',1),(10,'Suspended',2,2,'2013-09-16 11:06:40','2013-09-16 11:06:40',1); + +/*Table structure for table `tbl_months` */ + +DROP TABLE IF EXISTS `tbl_months`; + +CREATE TABLE `tbl_months` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `monthid` bigint(20) unsigned DEFAULT NULL, + `month_name` varchar(50) DEFAULT NULL, + `createdby` bigint(20) unsigned DEFAULT NULL, + `modifiedby` bigint(20) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; + +/*Data for the table `tbl_months` */ + +insert into `tbl_months`(`id`,`monthid`,`month_name`,`createdby`,`modifiedby`,`createddate`,`modifieddate`,`isactive`) values (1,1,'January',10,10,'2013-09-24 14:33:21','2013-09-24 14:33:21',1),(2,2,'February',10,10,'2013-09-24 14:33:29','2013-09-24 14:33:29',1),(3,3,'March',10,10,'2013-09-24 14:33:33','2013-09-24 14:33:33',1),(4,4,'April',10,10,'2013-09-24 14:33:41','2013-09-24 14:33:41',1),(5,5,'May',10,10,'2013-09-24 14:33:44','2013-09-24 14:33:44',1),(6,6,'June',10,10,'2013-09-24 14:33:48','2013-09-24 14:33:48',1),(7,7,'July',10,10,'2013-09-24 14:33:51','2013-09-24 14:33:51',1),(8,8,'August',10,10,'2013-09-24 14:33:55','2013-09-24 14:33:55',1),(9,9,'September',10,10,'2013-09-24 14:34:06','2013-09-24 14:34:06',1),(10,10,'October',10,10,'2013-09-24 14:34:12','2013-09-24 14:34:12',1),(11,11,'November',10,10,'2013-09-24 14:34:18','2013-09-24 14:34:18',1),(12,12,'December',10,10,'2013-09-24 14:34:23','2013-09-24 14:34:23',1); + +/*Table structure for table `tbl_password` */ + +DROP TABLE IF EXISTS `tbl_password`; + +CREATE TABLE `tbl_password` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `passwordtype` varchar(255) DEFAULT NULL, + `description` text, + `createdby` int(11) unsigned DEFAULT NULL, + `modifiedby` int(11) unsigned DEFAULT NULL, + `createddate` datetime DEFAULT NULL, + `modifieddate` datetime DEFAULT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; + +/*Data for the table `tbl_password` */ + +insert into `tbl_password`(`id`,`passwordtype`,`description`,`createdby`,`modifiedby`,`createddate`,`modifieddate`,`isactive`) values (1,'Alphanumeric','The password should contain atleast one alphabet and one number.\r\nThe minimum length should be 6 characters and maximum length should be 15 characters.\r\nEg: myname123',4,4,'2013-08-16 17:21:32','2013-08-16 17:21:32',1),(2,'Alphanumeric and Special Characters','The password should contain atleast one alphabet, one number and one special character. \r\nThe minimum length should be 6 characters and maximum length should be 15 characters.\r\nAllowed special characters are .-#$@&_*\r\nExample: myname123@#\r\n',4,4,'2013-08-16 17:22:34','2013-08-16 17:22:34',1),(3,'Only Numbers','The password should contain only numbers.\r\nThe minimum length should be 6 characters and maximum length should be 15 characters.\r\nEg: 123456',4,4,'2013-08-16 17:23:18','2013-08-16 17:23:18',1),(4,'Numbers and Special Characters','The password should contain atleast one number and one special character.\r\nThe minimum length should be 6 characters and maximum length should be 15 characters. \r\nAllowed special characters are .-#$@&_*\r\n\r\nExample: 1234@#$',4,4,'2013-08-16 17:23:56','2013-08-16 17:23:56',1); + +/*Table structure for table `tbl_states` */ + +DROP TABLE IF EXISTS `tbl_states`; + +CREATE TABLE `tbl_states` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `country_id` bigint(20) unsigned NOT NULL, + `state_name` varchar(50) NOT NULL, + `state_code` varchar(10) DEFAULT NULL, + `map_point_x` int(3) DEFAULT NULL, + `map_point_y` int(3) DEFAULT NULL, + `isactive` tinyint(1) unsigned NOT NULL, + `created` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', + `modified` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', + PRIMARY KEY (`id`), + KEY `FK_tbl_states` (`country_id`), + CONSTRAINT `FK_tbl_states_countries` FOREIGN KEY (`country_id`) REFERENCES `tbl_countries` (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=1413 DEFAULT CHARSET=utf8 CHECKSUM=1 DELAY_KEY_WRITE=1 ROW_FORMAT=DYNAMIC; + +/*Data for the table `tbl_states` */ + +insert into `tbl_states`(`id`,`country_id`,`state_name`,`state_code`,`map_point_x`,`map_point_y`,`isactive`,`created`,`modified`) values (1,1,'Aruba',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(2,2,'Balkh',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(3,2,'Herat',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(4,2,'Kabol',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(5,2,'Qandahar',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(6,3,'Benguela',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(7,3,'Huambo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(8,3,'Luanda',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(9,3,'Namibe',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(10,4,'Anguilla',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(11,5,'Tirana',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(12,6,'Andorra la Vella',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(13,7,'Curaçao',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(14,8,'Abu Dhabi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(15,8,'Ajman',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(16,8,'Dubai',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(17,8,'Sharja',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(18,9,'Buenos Aires',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(19,9,'Catamarca',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(20,9,'Chaco',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(21,9,'Chubut',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(22,9,'Córdoba',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(23,9,'Corrientes',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(24,9,'Distrito Federal',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(25,9,'Entre Rios',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(26,9,'Formosa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(27,9,'Jujuy',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(28,9,'La Rioja',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(29,9,'Mendoza',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(30,9,'Misiones',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(31,9,'Neuquén',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(32,9,'Salta',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(33,9,'San Juan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(34,9,'San Luis',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(35,9,'Santa Fé',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(36,9,'Santiago del Estero',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(37,9,'Tucumán',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(38,10,'Lori',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(39,10,'Å irak',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(40,10,'Yerevan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(41,11,'Tutuila',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(42,14,'St John',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(43,15,'Capital Region',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(44,15,'New South Wales',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(45,15,'Queensland',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(46,15,'South Australia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(47,15,'Tasmania',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(48,15,'Victoria',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(49,15,'West Australia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(50,16,'Kärnten',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(51,16,'North Austria',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(52,16,'Salzburg',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(53,16,'Steiermark',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(54,16,'Tiroli',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(55,16,'Wien',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(56,17,'Baki',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(57,17,'Gäncä',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(58,17,'Mingäçevir',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(59,17,'Sumqayit',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(60,18,'Bujumbura',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(61,19,'Antwerpen',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(62,19,'Bryssel',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(63,19,'East Flanderi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(64,19,'Hainaut',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(65,19,'Liège',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(66,19,'Namur',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(67,19,'West Flanderi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(68,20,'Atacora',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(69,20,'Atlantique',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(70,20,'Borgou',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(71,20,'Ouémé',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(72,21,'Boulkiemdé',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(73,21,'Houet',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(74,21,'Kadiogo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(75,22,'Barisal',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(76,22,'Chittagong',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(77,22,'Dhaka',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(78,22,'Khulna',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(79,22,'Rajshahi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(80,22,'Sylhet',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(81,23,'Burgas',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(82,23,'Grad Sofija',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(83,23,'Haskovo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(84,23,'Lovec',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(85,23,'Plovdiv',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(86,23,'Ruse',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(87,23,'Varna',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(88,24,'al-Manama',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(89,25,'New Providence',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(90,26,'Federaatio',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(91,26,'Republika Srpska',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(92,27,'Brest',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(93,27,'Gomel',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(94,27,'Grodno',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(95,27,'Horad Minsk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(96,27,'Minsk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(97,27,'Mogiljov',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(98,27,'Vitebsk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(99,28,'Belize City',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(100,28,'Cayo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(101,29,'Hamilton',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(102,29,'Saint George´s',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(103,30,'Chuquisaca',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(104,30,'Cochabamba',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(105,30,'La Paz',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(106,30,'Oruro',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(107,30,'Potosí',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(108,30,'Santa Cruz',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(109,30,'Tarija',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(110,31,'Acre',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(111,31,'Alagoas',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(112,31,'Amapá',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(113,31,'Amazonas',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(114,31,'Bahia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(115,31,'Ceará',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(116,31,'Distrito Federal',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(117,31,'Espírito Santo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(118,31,'Goiás',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(119,31,'Maranhão',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(120,31,'Mato Grosso',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(121,31,'Mato Grosso do Sul',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(122,31,'Minas Gerais',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(123,31,'Pará',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(124,31,'Paraíba',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(125,31,'Paraná',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(126,31,'Pernambuco',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(127,31,'Piauí',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(128,31,'Rio de Janeiro',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(129,31,'Rio Grande do Norte',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(130,31,'Rio Grande do Sul',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(131,31,'Rondônia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(132,31,'Roraima',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(133,31,'Santa Catarina',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(134,31,'São Paulo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(135,31,'Sergipe',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(136,31,'Tocantins',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(137,32,'St Michael',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(138,33,'Brunei and Muara',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(139,34,'Thimphu',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(140,36,'Francistown',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(141,36,'Gaborone',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(142,37,'Bangui',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(143,38,'Alberta',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(144,38,'British Colombia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(145,38,'Manitoba',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(146,38,'Newfoundland',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(147,38,'Nova Scotia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(148,38,'Ontario',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(149,38,'Québec',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(150,38,'Saskatchewan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(151,39,'Home Island',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(152,39,'West Island',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(153,40,'Basel-Stadt',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(154,40,'Bern',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(155,40,'Geneve',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(156,40,'Vaud',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(157,40,'Zürich',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(158,41,'Antofagasta',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(159,41,'Atacama',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(160,41,'Bíobío',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(161,41,'Coquimbo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(162,41,'La Araucanía',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(163,41,'Los Lagos',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(164,41,'Magallanes',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(165,41,'Maule',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(166,41,'O´Higgins',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(167,41,'Santiago',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(168,41,'Tarapacá',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(169,41,'Valparaíso',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(170,42,'Anhui',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(171,42,'Chongqing',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(172,42,'Fujian',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(173,42,'Gansu',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(174,42,'Guangdong',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(175,42,'Guangxi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(176,42,'Guizhou',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(177,42,'Hainan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(178,42,'Hebei',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(179,42,'Heilongjiang',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(180,42,'Henan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(181,42,'Hubei',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(182,42,'Hunan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(183,42,'Inner Mongolia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(184,42,'Jiangsu',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(185,42,'Jiangxi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(186,42,'Jilin',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(187,42,'Liaoning',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(188,42,'Ningxia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(189,42,'Peking',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(190,42,'Qinghai',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(191,42,'Shaanxi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(192,42,'Shandong',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(193,42,'Shanghai',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(194,42,'Shanxi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(195,42,'Sichuan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(196,42,'Tianjin',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(197,42,'Tibet',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(198,42,'Xinxiang',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(199,42,'Yunnan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(200,42,'Zhejiang',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(201,43,'Abidjan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(202,43,'Bouaké',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(203,43,'Daloa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(204,43,'Korhogo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(205,43,'Yamoussoukro',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(206,44,'Centre',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(207,44,'Extrême-Nord',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(208,44,'Littoral',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(209,44,'Nord',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(210,44,'Nord-Ouest',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(211,44,'Ouest',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(212,45,'Bandundu',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(213,45,'Bas-Zaïre',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(214,45,'East Kasai',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(215,45,'Equateur',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(216,45,'Haute-Zaïre',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(217,45,'Kinshasa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(218,45,'North Kivu',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(219,45,'Shaba',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(220,45,'South Kivu',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(221,45,'West Kasai',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(222,46,'Brazzaville',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(223,46,'Kouilou',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(224,47,'Rarotonga',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(225,48,'Antioquia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(226,48,'Atlántico',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(227,48,'Bolívar',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(228,48,'Boyacá',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(229,48,'Caldas',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(230,48,'Caquetá',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(231,48,'Cauca',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(232,48,'Cesar',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(233,48,'Córdoba',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(234,48,'Cundinamarca',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(235,48,'Huila',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(236,48,'La Guajira',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(237,48,'Magdalena',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(238,48,'Meta',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(239,48,'Nariño',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(240,48,'Norte de Santander',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(241,48,'Quindío',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(242,48,'Risaralda',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(243,48,'Santafé de Bogotá',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(244,48,'Santander',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(245,48,'Sucre',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(246,48,'Tolima',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(247,48,'Valle',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(248,49,'Njazidja',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(249,50,'São Tiago',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(250,51,'San José',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(251,52,'Camagüey',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(252,52,'Ciego de Ãvila',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(253,52,'Cienfuegos',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(254,52,'Granma',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(255,52,'Guantánamo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(256,52,'Holguín',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(257,52,'La Habana',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(258,52,'Las Tunas',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(259,52,'Matanzas',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(260,52,'Pinar del Río',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(261,52,'Sancti-Spíritus',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(262,52,'Santiago de Cuba',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(263,52,'Villa Clara',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(264,53,'Christmas Island',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(265,54,'Grand Cayman',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(266,55,'Limassol',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(267,55,'Nicosia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(268,56,'Hlavní mesto Praha',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(269,56,'Jizní Cechy',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(270,56,'Jizní Morava',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(271,56,'Severní Cechy',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(272,56,'Severní Morava',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(273,56,'Východní Cechy',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(274,56,'Zapadní Cechy',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(275,57,'Anhalt Sachsen',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(276,57,'Baden-Württemberg',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(277,57,'Baijeri',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(278,57,'Berliini',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(279,57,'Brandenburg',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(280,57,'Bremen',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(281,57,'Hamburg',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(282,57,'Hessen',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(283,57,'Mecklenburg-Vorpomme',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(284,57,'Niedersachsen',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(285,57,'Nordrhein-Westfalen',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(286,57,'Rheinland-Pfalz',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(287,57,'Saarland',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(288,57,'Saksi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(289,57,'Schleswig-Holstein',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(290,57,'Thüringen',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(291,58,'Djibouti',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(292,59,'St George',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(293,60,'Ã…rhus',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(294,60,'Frederiksberg',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(295,60,'Fyn',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(296,60,'København',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(297,60,'Nordjylland',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(298,61,'Distrito Nacional',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(299,61,'Duarte',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(300,61,'La Romana',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(301,61,'Puerto Plata',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(302,61,'San Pedro de Macorís',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(303,61,'Santiago',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(304,62,'Alger',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(305,62,'Annaba',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(306,62,'Batna',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(307,62,'Béchar',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(308,62,'Béjaïa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(309,62,'Biskra',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(310,62,'Blida',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(311,62,'Chlef',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(312,62,'Constantine',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(313,62,'Ghardaïa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(314,62,'Mostaganem',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(315,62,'Oran',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(316,62,'Sétif',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(317,62,'Sidi Bel Abbès',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(318,62,'Skikda',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(319,62,'Tébessa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(320,62,'Tiaret',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(321,62,'Tlemcen',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(322,63,'Azuay',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(323,63,'Chimborazo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(324,63,'El Oro',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(325,63,'Esmeraldas',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(326,63,'Guayas',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(327,63,'Imbabura',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(328,63,'Loja',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(329,63,'Los Ríos',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(330,63,'Manabí',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(331,63,'Pichincha',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(332,63,'Tungurahua',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(333,64,'al-Buhayra',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(334,64,'al-Daqahliya',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(335,64,'al-Faiyum',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(336,64,'al-Gharbiya',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(337,64,'al-Minufiya',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(338,64,'al-Minya',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(339,64,'al-Qalyubiya',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(340,64,'al-Sharqiya',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(341,64,'Aleksandria',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(342,64,'Assuan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(343,64,'Asyut',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(344,64,'Bani Suwayf',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(345,64,'Giza',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(346,64,'Ismailia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(347,64,'Kafr al-Shaykh',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(348,64,'Kairo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(349,64,'Luxor',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(350,64,'Port Said',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(351,64,'Qina',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(352,64,'Sawhaj',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(353,64,'Shamal Sina',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(354,64,'Suez',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(355,65,'Maekel',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(356,66,'El-Aaiún',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(357,67,'Andalusia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(358,67,'Aragonia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(359,67,'Asturia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(360,67,'Balears',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(361,67,'Baskimaa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(362,67,'Canary Islands',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(363,67,'Cantabria',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(364,67,'Castilla and León',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(365,67,'Extremadura',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(366,67,'Galicia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(367,67,'Kastilia-La Mancha',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(368,67,'Katalonia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(369,67,'La Rioja',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(370,67,'Madrid',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(371,67,'Murcia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(372,67,'Navarra',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(373,67,'Valencia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(374,68,'Harjumaa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(375,68,'Tartumaa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(376,69,'Addis Abeba',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(377,69,'Amhara',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(378,69,'Dire Dawa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(379,69,'Oromia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(380,69,'Tigray',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(381,70,'Newmaa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(382,70,'Päijät-Häme',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(383,70,'Pirkanmaa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(384,70,'Pohjois-Pohjanmaa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(385,70,'Varsinais-Suomi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(386,71,'Central',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(387,72,'East Falkland',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(388,73,'Alsace',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(389,73,'Aquitaine',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(390,73,'Auvergne',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(391,73,'Basse-Normandie',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(392,73,'Bourgogne',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(393,73,'Bretagne',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(394,73,'Centre',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(395,73,'Champagne-Ardenne',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(396,73,'Franche-Comté',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(397,73,'Haute-Normandie',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(398,73,'ÃŽle-de-France',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(399,73,'Languedoc-Roussillon',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(400,73,'Limousin',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(401,73,'Lorraine',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(402,73,'Midi-Pyrénées',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(403,73,'Nord-Pas-de-Calais',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(404,73,'Pays de la Loire',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(405,73,'Picardie',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(406,73,'Provence-Alpes-Côte',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(407,73,'Rhône-Alpes',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(408,74,'Streymoyar',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(409,75,'Chuuk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(410,75,'Pohnpei',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(411,76,'Estuaire',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(412,77,'England',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(413,77,'Jersey',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(414,77,'North Ireland',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(415,77,'Scotland',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(416,77,'United Kingdom',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(417,77,'Wales',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(418,78,'Abhasia [Aphazeti]',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(419,78,'Adzaria [AtÅ¡ara]',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(420,78,'Imereti',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(421,78,'Kvemo Kartli',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(422,78,'Tbilisi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(423,79,'Ashanti',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(424,79,'Greater Accra',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(425,79,'Northern',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(426,79,'Western',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(427,80,'Gibraltar',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(428,81,'Conakry',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(429,82,'Basse-Terre',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(430,82,'Grande-Terre',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(431,83,'Banjul',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(432,83,'Kombo St Mary',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(433,84,'Bissau',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(434,85,'Bioko',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(435,86,'Attika',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(436,86,'Central Macedonia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(437,86,'Crete',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(438,86,'Thessalia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(439,86,'West Greece',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(440,87,'St George',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(441,88,'Kitaa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(442,89,'Guatemala',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(443,89,'Quetzaltenango',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(444,90,'Cayenne',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(445,91,'Guam',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(446,92,'Georgetown',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(447,93,'Hongkong',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(448,93,'Kowloon and New Kowl',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(449,95,'Atlántida',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(450,95,'Cortés',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(451,95,'Distrito Central',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(452,96,'Grad Zagreb',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(453,96,'Osijek-Baranja',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(454,96,'Primorje-Gorski Kota',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(455,96,'Split-Dalmatia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(456,97,'Nord',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(457,97,'Ouest',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(458,98,'Bács-Kiskun',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(459,98,'Baranya',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(460,98,'Borsod-Abaúj-Zemplén',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(461,98,'Budapest',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(462,98,'Csongrád',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(463,98,'Fejér',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(464,98,'Györ-Moson-Sopron',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(465,98,'Hajdú-Bihar',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(466,98,'Szabolcs-Szatmár-Ber',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(467,99,'Aceh',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(468,99,'Bali',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(469,99,'Bengkulu',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(470,99,'Central Java',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(471,99,'East Java',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(472,99,'Jakarta Raya',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(473,99,'Jambi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(474,99,'Kalimantan Barat',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(475,99,'Kalimantan Selatan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(476,99,'Kalimantan Tengah',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(477,99,'Kalimantan Timur',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(478,99,'Lampung',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(479,99,'Molukit',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(480,99,'Nusa Tenggara Barat',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(481,99,'Nusa Tenggara Timur',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(482,99,'Riau',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(483,99,'Sulawesi Selatan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(484,99,'Sulawesi Tengah',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(485,99,'Sulawesi Tenggara',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(486,99,'Sulawesi Utara',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(487,99,'Sumatera Barat',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(488,99,'Sumatera Selatan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(489,99,'Sumatera Utara',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(490,99,'West Irian',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(491,99,'West Java',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(492,99,'Yogyakarta',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(493,100,'Andhra Pradesh',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(494,100,'Assam',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(495,100,'Bihar',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(496,100,'Chandigarh',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(497,100,'Chhatisgarh',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(498,100,'Delhi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(499,100,'Gujarat',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(500,100,'Haryana',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(501,100,'Jammu and Kashmir',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(502,100,'Jharkhand',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(503,100,'Karnataka',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(504,100,'Kerala',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(505,100,'Madhya Pradesh',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(506,100,'Maharashtra',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(507,100,'Manipur',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(508,100,'Meghalaya',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(509,100,'Mizoram',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(510,100,'Orissa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(511,100,'Pondicherry',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(512,100,'Punjab',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(513,100,'Rajasthan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(514,100,'Tamil Nadu',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(515,100,'Tripura',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(516,100,'Uttar Pradesh',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(517,100,'Uttaranchal',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(518,100,'West Bengal',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(519,102,'Leinster',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(520,102,'Munster',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(521,103,'Ardebil',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(522,103,'Bushehr',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(523,103,'Chaharmahal va Bakht',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(524,103,'East Azerbaidzan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(525,103,'Esfahan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(526,103,'Fars',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(527,103,'Gilan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(528,103,'Golestan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(529,103,'Hamadan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(530,103,'Hormozgan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(531,103,'Ilam',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(532,103,'Kerman',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(533,103,'Kermanshah',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(534,103,'Khorasan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(535,103,'Khuzestan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(536,103,'Kordestan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(537,103,'Lorestan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(538,103,'Markazi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(539,103,'Mazandaran',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(540,103,'Qazvin',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(541,103,'Qom',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(542,103,'Semnan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(543,103,'Sistan va Baluchesta',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(544,103,'Teheran',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(545,103,'West Azerbaidzan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(546,103,'Yazd',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(547,103,'Zanjan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(548,104,'al-Anbar',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(549,104,'al-Najaf',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(550,104,'al-Qadisiya',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(551,104,'al-Sulaymaniya',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(552,104,'al-Tamim',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(553,104,'Babil',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(554,104,'Baghdad',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(555,104,'Basra',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(556,104,'DhiQar',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(557,104,'Diyala',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(558,104,'Irbil',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(559,104,'Karbala',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(560,104,'Maysan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(561,104,'Ninawa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(562,104,'Wasit',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(563,105,'Höfuðborgarsvæði',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(564,106,'Ha Darom',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(565,106,'Ha Merkaz',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(566,106,'Haifa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(567,106,'Jerusalem',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(568,106,'Tel Aviv',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(569,107,'Abruzzit',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(570,107,'Apulia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(571,107,'Calabria',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(572,107,'Campania',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(573,107,'Emilia-Romagna',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(574,107,'Friuli-Venezia Giuli',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(575,107,'Latium',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(576,107,'Liguria',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(577,107,'Lombardia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(578,107,'Marche',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(579,107,'Piemonte',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(580,107,'Sardinia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(581,107,'Sisilia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(582,107,'Toscana',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(583,107,'Trentino-Alto Adige',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(584,107,'Umbria',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(585,107,'Veneto',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(586,108,'St. Andrew',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(587,108,'St. Catherine',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(588,109,'al-Zarqa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(589,109,'Amman',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(590,109,'Irbid',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(591,110,'Aichi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(592,110,'Akita',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(593,110,'Aomori',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(594,110,'Chiba',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(595,110,'Ehime',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(596,110,'Fukui',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(597,110,'Fukuoka',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(598,110,'Fukushima',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(599,110,'Gifu',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(600,110,'Gumma',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(601,110,'Hiroshima',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(602,110,'Hokkaido',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(603,110,'Hyogo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(604,110,'Ibaragi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(605,110,'Ishikawa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(606,110,'Iwate',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(607,110,'Kagawa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(608,110,'Kagoshima',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(609,110,'Kanagawa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(610,110,'Kochi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(611,110,'Kumamoto',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(612,110,'Kyoto',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(613,110,'Mie',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(614,110,'Miyagi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(615,110,'Miyazaki',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(616,110,'Nagano',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(617,110,'Nagasaki',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(618,110,'Nara',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(619,110,'Niigata',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(620,110,'Oita',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(621,110,'Okayama',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(622,110,'Okinawa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(623,110,'Osaka',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(624,110,'Saga',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(625,110,'Saitama',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(626,110,'Shiga',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(627,110,'Shimane',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(628,110,'Shizuoka',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(629,110,'Tochigi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(630,110,'Tokushima',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(631,110,'Tokyo-to',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(632,110,'Tottori',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(633,110,'Toyama',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(634,110,'Wakayama',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(635,110,'Yamagata',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(636,110,'Yamaguchi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(637,110,'Yamanashi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(638,111,'Almaty',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(639,111,'Almaty Qalasy',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(640,111,'Aqtöbe',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(641,111,'Astana',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(642,111,'Atyrau',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(643,111,'East Kazakstan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(644,111,'Mangghystau',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(645,111,'North Kazakstan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(646,111,'Pavlodar',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(647,111,'Qaraghandy',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(648,111,'Qostanay',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(649,111,'Qyzylorda',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(650,111,'South Kazakstan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(651,111,'Taraz',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(652,111,'West Kazakstan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(653,112,'Central',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(654,112,'Coast',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(655,112,'Eastern',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(656,112,'Nairobi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(657,112,'Nyanza',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(658,112,'Rift Valley',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(659,113,'Bishkek shaary',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(660,113,'Osh',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(661,114,'Battambang',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(662,114,'Phnom Penh',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(663,114,'Siem Reap',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(664,115,'South Tarawa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(665,116,'St George Basseterre',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(666,117,'Cheju',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(667,117,'Chollabuk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(668,117,'Chollanam',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(669,117,'Chungchongbuk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(670,117,'Chungchongnam',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(671,117,'Inchon',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(672,117,'Kang-won',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(673,117,'Kwangju',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(674,117,'Kyonggi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(675,117,'Kyongsangbuk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(676,117,'Kyongsangnam',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(677,117,'Pusan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(678,117,'Seoul',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(679,117,'Taegu',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(680,117,'Taejon',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(681,118,'al-Asima',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(682,118,'Hawalli',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(683,119,'Savannakhet',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(684,119,'Viangchan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(685,120,'al-Shamal',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(686,120,'Beirut',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(687,121,'Montserrado',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(688,122,'al-Zawiya',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(689,122,'Bengasi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(690,122,'Misrata',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(691,122,'Tripoli',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(692,123,'Castries',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(693,124,'Schaan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(694,124,'Vaduz',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(695,125,'Central',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(696,125,'Northern',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(697,125,'Western',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(698,126,'Maseru',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(699,127,'Kaunas',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(700,127,'Klaipeda',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(701,127,'Panevezys',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(702,127,'Å iauliai',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(703,127,'Vilna',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(704,128,'Luxembourg',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(705,129,'Daugavpils',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(706,129,'Liepaja',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(707,129,'Riika',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(708,130,'Macau',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(709,131,'Casablanca',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(710,131,'Chaouia-Ouardigha',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(711,131,'Doukkala-Abda',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(712,131,'Fès-Boulemane',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(713,131,'Gharb-Chrarda-Béni H',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(714,131,'Marrakech-Tensift-Al',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(715,131,'Meknès-Tafilalet',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(716,131,'Oriental',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(717,131,'Rabat-Salé-Zammour-Z',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(718,131,'Souss Massa-Draâ',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(719,131,'Tadla-Azilal',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(720,131,'Tanger-Tétouan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(721,131,'Taza-Al Hoceima-Taou',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(722,132,'Monaco',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(723,133,'Balti',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(724,133,'Bender (Tîghina)',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(725,133,'Chisinau',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(726,133,'Dnjestria',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(727,134,'Antananarivo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(728,134,'Fianarantsoa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(729,134,'Mahajanga',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(730,134,'Toamasina',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(731,135,'Maale',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(732,136,'Aguascalientes',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(733,136,'Baja California',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(734,136,'Baja California Sur',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(735,136,'Campeche',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(736,136,'Chiapas',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(737,136,'Chihuahua',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(738,136,'Coahuila de Zaragoza',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(739,136,'Colima',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(740,136,'Distrito Federal',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(741,136,'Durango',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(742,136,'Guanajuato',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(743,136,'Guerrero',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(744,136,'Hidalgo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(745,136,'Jalisco',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(746,136,'México',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(747,136,'Michoacán de Ocampo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(748,136,'Morelos',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(749,136,'Nayarit',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(750,136,'Nuevo León',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(751,136,'Oaxaca',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(752,136,'Puebla',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(753,136,'Querétaro',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(754,136,'Querétaro de Arteaga',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(755,136,'Quintana Roo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(756,136,'San Luis Potosí',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(757,136,'Sinaloa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(758,136,'Sonora',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(759,136,'Tabasco',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(760,136,'Tamaulipas',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(761,136,'Veracruz',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(762,136,'Veracruz-Llave',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(763,136,'Yucatán',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(764,136,'Zacatecas',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(765,137,'Majuro',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(766,138,'Skopje',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(767,139,'Bamako',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(768,140,'Inner Harbour',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(769,140,'Outer Harbour',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(770,141,'Irrawaddy [Ayeyarwad',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(771,141,'Magwe [Magway]',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(772,141,'Mandalay',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(773,141,'Mon',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(774,141,'Pegu [Bago]',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(775,141,'Rakhine',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(776,141,'Rangoon [Yangon]',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(777,141,'Sagaing',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(778,141,'Shan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(779,141,'Tenasserim [Tanintha',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(780,142,'Ulaanbaatar',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(781,143,'Saipan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(782,144,'Gaza',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(783,144,'Inhambane',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(784,144,'Manica',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(785,144,'Maputo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(786,144,'Nampula',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(787,144,'Sofala',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(788,144,'Tete',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(789,144,'Zambézia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(790,145,'Dakhlet Nouâdhibou',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(791,145,'Nouakchott',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(792,146,'Plymouth',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(793,147,'Fort-de-France',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(794,148,'Plaines Wilhelms',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(795,148,'Port-Louis',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(796,149,'Blantyre',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(797,149,'Lilongwe',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(798,150,'Johor',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(799,150,'Kedah',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(800,150,'Kelantan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(801,150,'Negeri Sembilan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(802,150,'Pahang',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(803,150,'Perak',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(804,150,'Pulau Pinang',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(805,150,'Sabah',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(806,150,'Sarawak',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(807,150,'Selangor',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(808,150,'Terengganu',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(809,150,'Wilayah Persekutuan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(810,151,'Mamoutzou',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(811,152,'Khomas',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(812,153,'New Caledonia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(813,154,'Maradi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(814,154,'Niamey',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(815,154,'Zinder',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(816,155,'Norfolk Island',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(817,156,'Anambra & Enugu & Eb',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(818,156,'Bauchi & Gombe',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(819,156,'Benue',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(820,156,'Borno & Yobe',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(821,156,'Cross River',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(822,156,'Edo & Delta',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(823,156,'Federal Capital Dist',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(824,156,'Imo & Abia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(825,156,'Kaduna',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(826,156,'Kano & Jigawa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(827,156,'Katsina',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(828,156,'Kwara & Kogi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(829,156,'Lagos',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(830,156,'Niger',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(831,156,'Ogun',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(832,156,'Ondo & Ekiti',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(833,156,'Oyo & Osun',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(834,156,'Plateau & Nassarawa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(835,156,'Rivers & Bayelsa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(836,156,'Sokoto & Kebbi & Zam',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(837,157,'Chinandega',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(838,157,'León',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(839,157,'Managua',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(840,157,'Masaya',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(841,158,'Niue',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(842,159,'Drenthe',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(843,159,'Flevoland',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(844,159,'Gelderland',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(845,159,'Groningen',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(846,159,'Limburg',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(847,159,'Noord-Brabant',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(848,159,'Noord-Holland',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(849,159,'Overijssel',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(850,159,'Utrecht',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(851,159,'Zuid-Holland',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(852,160,'Akershus',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(853,160,'Hordaland',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(854,160,'Oslo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(855,160,'Rogaland',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(856,160,'Sør-Trøndelag',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(857,161,'Central',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(858,161,'Eastern',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(859,161,'Western',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(860,162,'Nauru',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(861,163,'Auckland',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(862,163,'Canterbury',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(863,163,'Dunedin',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(864,163,'Hamilton',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(865,163,'Wellington',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(866,164,'al-Batina',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(867,164,'Masqat',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(868,164,'Zufar',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(869,165,'Baluchistan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(870,165,'Islamabad',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(871,165,'Nothwest Border Prov',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(872,165,'Punjab',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(873,165,'Sind',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(874,165,'Sindh',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(875,166,'Panamá',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(876,166,'San Miguelito',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(877,167,'Pitcairn',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(878,168,'Ancash',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(879,168,'Arequipa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(880,168,'Ayacucho',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(881,168,'Cajamarca',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(882,168,'Callao',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(883,168,'Cusco',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(884,168,'Huanuco',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(885,168,'Ica',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(886,168,'Junín',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(887,168,'La Libertad',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(888,168,'Lambayeque',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(889,168,'Lima',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(890,168,'Loreto',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(891,168,'Piura',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(892,168,'Puno',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(893,168,'Tacna',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(894,168,'Ucayali',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(895,169,'ARMM',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(896,169,'Bicol',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(897,169,'Cagayan Valley',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(898,169,'CAR',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(899,169,'Caraga',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(900,169,'Central Luzon',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(901,169,'Central Mindanao',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(902,169,'Central Visayas',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(903,169,'Eastern Visayas',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(904,169,'Ilocos',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(905,169,'National Capital Reg',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(906,169,'Northern Mindanao',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(907,169,'Southern Mindanao',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(908,169,'Southern Tagalog',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(909,169,'Western Mindanao',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(910,169,'Western Visayas',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(911,170,'Koror',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(912,171,'National Capital Dis',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(913,172,'Dolnoslaskie',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(914,172,'Kujawsko-Pomorskie',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(915,172,'Lodzkie',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(916,172,'Lubelskie',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(917,172,'Lubuskie',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(918,172,'Malopolskie',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(919,172,'Mazowieckie',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(920,172,'Opolskie',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(921,172,'Podkarpackie',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(922,172,'Podlaskie',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(923,172,'Pomorskie',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(924,172,'Slaskie',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(925,172,'Swietokrzyskie',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(926,172,'Warminsko-Mazurskie',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(927,172,'Wielkopolskie',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(928,172,'Zachodnio-Pomorskie',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(929,173,'Arecibo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(930,173,'Bayamón',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(931,173,'Caguas',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(932,173,'Carolina',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(933,173,'Guaynabo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(934,173,'Mayagüez',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(935,173,'Ponce',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(936,173,'San Juan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(937,173,'Toa Baja',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(938,174,'Chagang',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(939,174,'Hamgyong N',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(940,174,'Hamgyong P',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(941,174,'Hwanghae N',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(942,174,'Hwanghae P',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(943,174,'Kaesong-si',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(944,174,'Kangwon',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(945,174,'Nampo-si',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(946,174,'Pyongan N',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(947,174,'Pyongan P',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(948,174,'Pyongyang-si',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(949,174,'Yanggang',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(950,175,'Braga',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(951,175,'Coímbra',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(952,175,'Lisboa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(953,175,'Porto',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(954,176,'Alto Paraná',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(955,176,'Asunción',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(956,176,'Central',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(957,177,'Gaza',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(958,177,'Hebron',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(959,177,'Khan Yunis',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(960,177,'Nablus',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(961,177,'North Gaza',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(962,177,'Rafah',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(963,178,'Tahiti',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(964,179,'Doha',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(965,180,'Saint-Denis',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(966,181,'Arad',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(967,181,'Arges',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(968,181,'Bacau',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(969,181,'Bihor',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(970,181,'Botosani',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(971,181,'Braila',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(972,181,'Brasov',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(973,181,'Bukarest',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(974,181,'Buzau',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(975,181,'Caras-Severin',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(976,181,'Cluj',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(977,181,'Constanta',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(978,181,'Dâmbovita',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(979,181,'Dolj',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(980,181,'Galati',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(981,181,'Gorj',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(982,181,'Iasi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(983,181,'Maramures',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(984,181,'Mehedinti',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(985,181,'Mures',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(986,181,'Neamt',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(987,181,'Prahova',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(988,181,'Satu Mare',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(989,181,'Sibiu',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(990,181,'Suceava',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(991,181,'Timis',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(992,181,'Tulcea',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(993,181,'Vâlcea',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(994,181,'Vrancea',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(995,182,'Adygea',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(996,182,'Altai',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(997,182,'Amur',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(998,182,'Arkangeli',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(999,182,'Astrahan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1000,182,'BaÅ¡kortostan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1001,182,'Belgorod',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1002,182,'Brjansk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1003,182,'Burjatia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1004,182,'Dagestan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1005,182,'Habarovsk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1006,182,'Hakassia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1007,182,'Hanti-Mansia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1008,182,'Irkutsk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1009,182,'Ivanovo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1010,182,'Jaroslavl',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1011,182,'Kabardi-Balkaria',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1012,182,'Kaliningrad',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1013,182,'Kalmykia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1014,182,'Kaluga',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1015,182,'KamtÅ¡atka',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1016,182,'KaratÅ¡ai-TÅ¡erkessia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1017,182,'Karjala',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1018,182,'Kemerovo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1019,182,'Kirov',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1020,182,'Komi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1021,182,'Kostroma',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1022,182,'Krasnodar',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1023,182,'Krasnojarsk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1024,182,'Kurgan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1025,182,'Kursk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1026,182,'Lipetsk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1027,182,'Magadan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1028,182,'Marinmaa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1029,182,'Mordva',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1030,182,'Moscow (City)',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1031,182,'Moskova',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1032,182,'Murmansk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1033,182,'Nizni Novgorod',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1034,182,'North Ossetia-Alania',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1035,182,'Novgorod',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1036,182,'Novosibirsk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1037,182,'Omsk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1038,182,'Orenburg',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1039,182,'Orjol',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1040,182,'Penza',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1041,182,'Perm',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1042,182,'Pietari',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1043,182,'Pihkova',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1044,182,'Primorje',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1045,182,'Rjazan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1046,182,'Rostov-na-Donu',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1047,182,'Saha (Jakutia)',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1048,182,'Sahalin',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1049,182,'Samara',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1050,182,'Saratov',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1051,182,'Smolensk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1052,182,'Stavropol',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1053,182,'Sverdlovsk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1054,182,'Tambov',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1055,182,'Tatarstan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1056,182,'Tjumen',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1057,182,'Tomsk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1058,182,'TÅ¡eljabinsk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1059,182,'TÅ¡etÅ¡enia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1060,182,'TÅ¡ita',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1061,182,'TÅ¡uvassia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1062,182,'Tula',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1063,182,'Tver',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1064,182,'Tyva',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1065,182,'Udmurtia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1066,182,'Uljanovsk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1067,182,'Vladimir',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1068,182,'Volgograd',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1069,182,'Vologda',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1070,182,'Voronez',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1071,182,'Yamalin Nenetsia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1072,183,'Kigali',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1073,184,'al-Khudud al-Samaliy',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1074,184,'al-Qasim',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1075,184,'al-Sharqiya',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1076,184,'Asir',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1077,184,'Hail',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1078,184,'Medina',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1079,184,'Mekka',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1080,184,'Najran',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1081,184,'Qasim',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1082,184,'Riad',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1083,184,'Riyadh',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1084,184,'Tabuk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1085,185,'al-Bahr al-Abyad',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1086,185,'al-Bahr al-Ahmar',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1087,185,'al-Jazira',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1088,185,'al-Qadarif',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1089,185,'Bahr al-Jabal',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1090,185,'Darfur al-Janubiya',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1091,185,'Darfur al-Shamaliya',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1092,185,'Kassala',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1093,185,'Khartum',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1094,185,'Kurdufan al-Shamaliy',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1095,186,'Cap-Vert',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1096,186,'Diourbel',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1097,186,'Kaolack',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1098,186,'Saint-Louis',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1099,186,'Thiès',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1100,186,'Ziguinchor',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1101,187,'Singapore',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1102,189,'Saint Helena',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1103,190,'Länsimaa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1104,191,'Honiara',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1105,192,'Western',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1106,193,'La Libertad',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1107,193,'San Miguel',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1108,193,'San Salvador',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1109,193,'Santa Ana',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1110,194,'San Marino',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1111,194,'Serravalle/Dogano',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1112,195,'Banaadir',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1113,195,'Jubbada Hoose',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1114,195,'Woqooyi Galbeed',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1115,196,'Saint-Pierre',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1116,197,'Aqua Grande',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1117,198,'Paramaribo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1118,199,'Bratislava',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1119,199,'Východné Slovensko',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1120,200,'Osrednjeslovenska',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1121,200,'Podravska',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1122,201,'East Götanmaan län',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1123,201,'Gävleborgs län',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1124,201,'Jönköpings län',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1125,201,'Lisboa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1126,201,'Örebros län',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1127,201,'SkÃ¥ne län',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1128,201,'Uppsala län',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1129,201,'Västerbottens län',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1130,201,'Västernorrlands län',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1131,201,'Västmanlands län',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1132,201,'West Götanmaan län',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1133,202,'Hhohho',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1134,203,'Mahé',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1135,204,'al-Hasaka',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1136,204,'al-Raqqa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1137,204,'Aleppo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1138,204,'Damascus',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1139,204,'Damaskos',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1140,204,'Dayr al-Zawr',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1141,204,'Hama',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1142,204,'Hims',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1143,204,'Idlib',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1144,204,'Latakia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1145,205,'Grand Turk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1146,206,'Chari-Baguirmi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1147,206,'Logone Occidental',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1148,207,'Maritime',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1149,208,'Bangkok',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1150,208,'Chiang Mai',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1151,208,'Khon Kaen',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1152,208,'Nakhon Pathom',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1153,208,'Nakhon Ratchasima',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1154,208,'Nakhon Sawan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1155,208,'Nonthaburi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1156,208,'Songkhla',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1157,208,'Ubon Ratchathani',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1158,208,'Udon Thani',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1159,209,'Karotegin',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1160,209,'Khujand',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1161,210,'Fakaofo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1162,211,'Ahal',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1163,211,'Dashhowuz',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1164,211,'Lebap',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1165,211,'Mary',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1166,212,'Dili',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1167,213,'Tongatapu',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1168,214,'Caroni',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1169,214,'Port-of-Spain',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1170,215,'Ariana',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1171,215,'Biserta',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1172,215,'Gabès',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1173,215,'Kairouan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1174,215,'Sfax',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1175,215,'Sousse',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1176,215,'Tunis',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1177,216,'Adana',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1178,216,'Adiyaman',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1179,216,'Afyon',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1180,216,'Aksaray',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1181,216,'Ankara',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1182,216,'Antalya',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1183,216,'Aydin',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1184,216,'Balikesir',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1185,216,'Batman',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1186,216,'Bursa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1187,216,'Çorum',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1188,216,'Denizli',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1189,216,'Diyarbakir',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1190,216,'Edirne',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1191,216,'Elâzig',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1192,216,'Erzincan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1193,216,'Erzurum',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1194,216,'Eskisehir',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1195,216,'Gaziantep',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1196,216,'Hatay',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1197,216,'Içel',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1198,216,'Isparta',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1199,216,'Istanbul',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1200,216,'Izmir',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1201,216,'Kahramanmaras',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1202,216,'Karabük',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1203,216,'Karaman',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1204,216,'Kars',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1205,216,'Kayseri',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1206,216,'Kilis',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1207,216,'Kirikkale',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1208,216,'Kocaeli',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1209,216,'Konya',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1210,216,'Kütahya',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1211,216,'Malatya',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1212,216,'Manisa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1213,216,'Mardin',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1214,216,'Ordu',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1215,216,'Osmaniye',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1216,216,'Sakarya',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1217,216,'Samsun',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1218,216,'Sanliurfa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1219,216,'Siirt',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1220,216,'Sivas',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1221,216,'Tekirdag',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1222,216,'Tokat',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1223,216,'Trabzon',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1224,216,'Usak',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1225,216,'Van',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1226,216,'Zonguldak',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1227,217,'Funafuti',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1228,218,'Changhwa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1229,218,'Chiayi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1230,218,'Hsinchu',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1231,218,'Hualien',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1232,218,'Ilan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1233,218,'Kaohsiung',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1234,218,'Keelung',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1235,218,'Miaoli',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1236,218,'Nantou',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1237,218,'Pingtung',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1238,218,'Taichung',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1239,218,'Tainan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1240,218,'Taipei',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1241,218,'Taitung',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1242,218,'Taiwan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1243,218,'Taoyuan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1244,218,'Yünlin',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1245,219,'Arusha',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1246,219,'Dar es Salaam',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1247,219,'Dodoma',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1248,219,'Kilimanjaro',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1249,219,'Mbeya',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1250,219,'Morogoro',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1251,219,'Mwanza',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1252,219,'Tabora',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1253,219,'Tanga',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1254,219,'Zanzibar West',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1255,220,'Central',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1256,221,'Dnipropetrovsk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1257,221,'Donetsk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1258,221,'Harkova',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1259,221,'Herson',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1260,221,'Hmelnytskyi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1261,221,'Ivano-Frankivsk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1262,221,'Kiova',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1263,221,'Kirovograd',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1264,221,'Krim',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1265,221,'Lugansk',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1266,221,'Lviv',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1267,221,'Mykolajiv',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1268,221,'Odesa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1269,221,'Pultava',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1270,221,'Rivne',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1271,221,'Sumy',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1272,221,'Taka-Karpatia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1273,221,'Ternopil',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1274,221,'TÅ¡erkasy',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1275,221,'TÅ¡ernigiv',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1276,221,'TÅ¡ernivtsi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1277,221,'Vinnytsja',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1278,221,'Volynia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1279,221,'Zaporizzja',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1280,221,'Zytomyr',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1281,223,'Montevideo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1282,224,'Alabama','AL',145,86,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1283,224,'Alaska','AK',47,122,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1284,224,'Arizona','AZ',44,78,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1285,224,'Arkansas','AR',120,76,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1286,224,'California','CA',19,67,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1287,224,'Colorado','CO',71,57,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1288,224,'Connecticut','CT',187,36,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1289,224,'District of Columbia','DC',185,54,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1290,224,'Florida','FL',169,111,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1291,224,'Georgia','GA',156,86,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1292,224,'Hawaii','HI',97,147,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1293,224,'Idaho','ID',35,24,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1294,224,'Illinois','IL',128,47,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1295,224,'Indiana','IN',141,50,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1296,224,'Iowa','IA',112,42,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1297,224,'Kansas','KS',98,67,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1298,224,'Kentucky','KY',148,59,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1299,224,'Louisiana','LA',120,97,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1300,224,'Maryland','MD',179,51,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1301,224,'Massachusetts','MA',193,31,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1302,224,'Michigan','MI',146,37,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1303,224,'Minnesota','MN',108,23,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1304,224,'Mississippi','MS',133,84,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1305,224,'Missouri','MO',120,58,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1306,224,'Montana','MT',59,19,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1307,224,'Nebraska','NE',93,49,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1308,224,'Nevada','NV',34,45,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1309,224,'New Hampshire','NH',192,25,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1310,224,'New Jersey','NJ',185,46,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1311,224,'New Mexico','NM',72,79,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1312,224,'New York','NY',180,32,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1313,224,'North Carolina','NC',174,68,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1314,224,'Ohio','OH',154,50,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1315,224,'Oklahoma','OK',102,85,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1316,224,'Oregon','OR',17,28,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1317,224,'Pennsylvania','PA',172,45,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1318,224,'Rhode Island','RI',196,38,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1319,224,'South Carolina','SC',167,79,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1320,224,'South Dakota','SD',90,32,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1321,224,'Tennessee','TN',137,68,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1322,224,'Texas','TX',92,99,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1323,224,'Utah','UT',49,48,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1324,224,'Virginia','VA',174,56,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1325,224,'Washington','WA',21,14,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1326,224,'Wisconsin','WI',122,33,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1327,225,'Andijon',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1328,225,'Buhoro',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1329,225,'Cizah',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1330,225,'Fargona',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1331,225,'Karakalpakistan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1332,225,'Khorazm',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1333,225,'Namangan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1334,225,'Navoi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1335,225,'Qashqadaryo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1336,225,'Samarkand',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1337,225,'Surkhondaryo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1338,225,'Toskent',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1339,225,'Toskent Shahri',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1340,226,'Holy See (Vatican Ci',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1341,227,'St George',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1342,228,'Anzoátegui',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1343,228,'Apure',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1344,228,'Aragua',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1345,228,'Barinas',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1346,228,'Bolívar',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1347,228,'Carabobo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1348,228,'Distrito Federal',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1349,228,'Falcón',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1350,228,'Guárico',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1351,228,'Lara',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1352,228,'Mérida',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1353,228,'Miranda',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1354,228,'Monagas',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1355,228,'Portuguesa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1356,228,'Sucre',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1357,228,'Táchira',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1358,228,'Trujillo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1359,228,'Venezuela',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1360,228,'Yaracuy',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1361,228,'Zulia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1362,229,'Tortola',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1363,230,'St Thomas',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1364,231,'An Giang',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1365,231,'Ba Ria-Vung Tau',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1366,231,'Bac Thai',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1367,231,'Binh Dinh',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1368,231,'Binh Thuan',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1369,231,'Can Tho',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1370,231,'Dac Lac',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1371,231,'Dong Nai',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1372,231,'Haiphong',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1373,231,'Hanoi',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1374,231,'Ho Chi Minh City',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1375,231,'Khanh Hoa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1376,231,'Kien Giang',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1377,231,'Lam Dong',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1378,231,'Nam Ha',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1379,231,'Nghe An',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1380,231,'Quang Binh',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1381,231,'Quang Nam-Da Nang',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1382,231,'Quang Ninh',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1383,231,'Thua Thien-Hue',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1384,231,'Tien Giang',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1385,232,'Shefa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1386,233,'Wallis',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1387,234,'Upolu',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1388,235,'Aden',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1389,235,'Hadramawt',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1390,235,'Hodeida',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1391,235,'Ibb',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1392,235,'Sanaa',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1393,235,'Taizz',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1394,236,'Central Serbia',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1395,236,'Kosovo and Metohija',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1396,236,'Montenegro',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1397,236,'Vojvodina',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1398,237,'Eastern Cape',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1399,237,'Free State',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1400,237,'Gauteng',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1401,237,'KwaZulu-Natal',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1402,237,'Mpumalanga',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1403,237,'North West',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1404,237,'Northern Cape',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1405,237,'Western Cape',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1406,238,'Central',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1407,238,'Copperbelt',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1408,238,'Lusaka',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1409,239,'Bulawayo',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1410,239,'Harare',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1411,239,'Manicaland',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'),(1412,239,'Midlands',NULL,NULL,NULL,1,'2012-08-23 20:27:20','2012-08-23 20:27:20'); + +/*Table structure for table `tbl_timezones` */ + +DROP TABLE IF EXISTS `tbl_timezones`; + +CREATE TABLE `tbl_timezones` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `timezone` varchar(200) CHARACTER SET latin1 NOT NULL, + `timezone_abbr` varchar(10) DEFAULT NULL, + `offset_value` varchar(100) NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=416 DEFAULT CHARSET=utf8; + +/*Data for the table `tbl_timezones` */ + +insert into `tbl_timezones`(`id`,`timezone`,`timezone_abbr`,`offset_value`,`isactive`) values (1,'Africa/Abidjan','GMT',' 00:00',1),(2,'Africa/Accra','GMT',' 00:00',1),(3,'Africa/Addis_Ababa','EAT','+03:00',1),(4,'Africa/Algiers','CET','+01:00',1),(5,'Africa/Asmara','EAT','+03:00',1),(6,'Africa/Bamako','GMT',' 00:00',1),(7,'Africa/Bangui','WAT','+01:00',1),(8,'Africa/Banjul','GMT',' 00:00',1),(9,'Africa/Bissau','GMT',' 00:00',1),(10,'Africa/Blantyre','CAT','+02:00',1),(11,'Africa/Brazzaville','WAT','+01:00',1),(12,'Africa/Bujumbura','CAT','+02:00',1),(13,'Africa/Cairo','EET','+02:00',1),(14,'Africa/Casablanca','WET',' 00:00',1),(15,'Africa/Ceuta','CET','+01:00',1),(16,'Africa/Conakry','GMT',' 00:00',1),(17,'Africa/Dakar','GMT',' 00:00',1),(18,'Africa/Dar_es_Salaam','EAT','+03:00',1),(19,'Africa/Djibouti','EAT','+03:00',1),(20,'Africa/Douala','WAT','+01:00',1),(21,'Africa/El_Aaiun','WET',' 00:00',1),(22,'Africa/Freetown','GMT',' 00:00',1),(23,'Africa/Gaborone','CAT','+02:00',1),(24,'Africa/Harare','CAT','+02:00',1),(25,'Africa/Johannesburg','SAST','+02:00',1),(26,'Africa/Juba','EAT','+03:00',1),(27,'Africa/Kampala','EAT','+03:00',1),(28,'Africa/Khartoum','EAT','+03:00',1),(29,'Africa/Kigali','CAT','+02:00',1),(30,'Africa/Kinshasa','WAT','+01:00',1),(31,'Africa/Lagos','WAT','+01:00',1),(32,'Africa/Libreville','WAT','+01:00',1),(33,'Africa/Lome','GMT',' 00:00',1),(34,'Africa/Luanda','WAT','+01:00',1),(35,'Africa/Lubumbashi','CAT','+02:00',1),(36,'Africa/Lusaka','CAT','+02:00',1),(37,'Africa/Malabo','WAT','+01:00',1),(38,'Africa/Maputo','CAT','+02:00',1),(39,'Africa/Maseru','SAST','+02:00',1),(40,'Africa/Mbabane','SAST','+02:00',1),(41,'Africa/Mogadishu','EAT','+03:00',1),(42,'Africa/Monrovia','GMT',' 00:00',1),(43,'Africa/Nairobi','EAT','+03:00',1),(44,'Africa/Ndjamena','WAT','+01:00',1),(45,'Africa/Niamey','WAT','+01:00',1),(46,'Africa/Nouakchott','GMT',' 00:00',1),(47,'Africa/Ouagadougou','GMT',' 00:00',1),(48,'Africa/Porto-Novo','WAT','+01:00',1),(49,'Africa/Sao_Tome','GMT',' 00:00',1),(50,'Africa/Tripoli','EET','+02:00',1),(51,'Africa/Tunis','CET','+01:00',1),(52,'Africa/Windhoek','WAST','+02:00',1),(53,'America/Adak','HADT','-09:00',1),(54,'America/Anchorage','AKDT','-08:00',1),(55,'America/Anguilla','AST','-04:00',1),(56,'America/Antigua','AST','-04:00',1),(57,'America/Araguaina','BRT','-03:00',1),(58,'America/Argentina/Buenos_Aires','ART','-03:00',1),(59,'America/Argentina/Catamarca','ART','-03:00',1),(60,'America/Argentina/Cordoba','ART','-03:00',1),(61,'America/Argentina/Jujuy','ART','-03:00',1),(62,'America/Argentina/La_Rioja','ART','-03:00',1),(63,'America/Argentina/Mendoza','ART','-03:00',1),(64,'America/Argentina/Rio_Gallegos','ART','-03:00',1),(65,'America/Argentina/Salta','ART','-03:00',1),(66,'America/Argentina/San_Juan','ART','-03:00',1),(67,'America/Argentina/San_Luis','WARST','-03:00',1),(68,'America/Argentina/Tucuman','ART','-03:00',1),(69,'America/Argentina/Ushuaia','ART','-03:00',1),(70,'America/Aruba','AST','-04:00',1),(71,'America/Asuncion','PYST','-03:00',1),(72,'America/Atikokan','EST','-05:00',1),(73,'America/Bahia','BRT','-03:00',1),(74,'America/Bahia_Banderas','CST','-06:00',1),(75,'America/Barbados','AST','-04:00',1),(76,'America/Belem','BRT','-03:00',1),(77,'America/Belize','CST','-06:00',1),(78,'America/Blanc-Sablon','AST','-04:00',1),(79,'America/Boa_Vista','AMT','-04:00',1),(80,'America/Bogota','COT','-05:00',1),(81,'America/Boise','MDT','-06:00',1),(82,'America/Cambridge_Bay','MDT','-06:00',1),(83,'America/Campo_Grande','AMT','-04:00',1),(84,'America/Cancun','CST','-06:00',1),(85,'America/Caracas','VET','-04:30',1),(86,'America/Cayenne','GFT','-03:00',1),(87,'America/Cayman','EST','-05:00',1),(88,'America/Chicago','CDT','-05:00',1),(89,'America/Chihuahua','MST','-07:00',1),(90,'America/Costa_Rica','CST','-06:00',1),(91,'America/Cuiaba','AMT','-04:00',1),(92,'America/Curacao','AST','-04:00',1),(93,'America/Danmarkshavn','GMT',' 00:00',1),(94,'America/Dawson','PDT','-07:00',1),(95,'America/Dawson_Creek','MST','-07:00',1),(96,'America/Denver','MDT','-06:00',1),(97,'America/Detroit','EDT','-04:00',1),(98,'America/Dominica','AST','-04:00',1),(99,'America/Edmonton','MDT','-06:00',1),(100,'America/Eirunepe','AMT','-04:00',1),(101,'America/El_Salvador','CST','-06:00',1),(102,'America/Fortaleza','BRT','-03:00',1),(103,'America/Glace_Bay','ADT','-03:00',1),(104,'America/Godthab','WGT','-03:00',1),(105,'America/Goose_Bay','ADT','-03:00',1),(106,'America/Grand_Turk','EDT','-04:00',1),(107,'America/Grenada','AST','-04:00',1),(108,'America/Guadeloupe','AST','-04:00',1),(109,'America/Guatemala','CST','-06:00',1),(110,'America/Guayaquil','ECT','-05:00',1),(111,'America/Guyana','GYT','-04:00',1),(112,'America/Halifax','ADT','-03:00',1),(113,'America/Havana','CDT','-04:00',1),(114,'America/Hermosillo','MST','-07:00',1),(115,'America/Indiana/Indianapolis','EDT','-04:00',1),(116,'America/Indiana/Knox','CDT','-05:00',1),(117,'America/Indiana/Marengo','EDT','-04:00',1),(118,'America/Indiana/Petersburg','EDT','-04:00',1),(119,'America/Indiana/Tell_City','CDT','-05:00',1),(120,'America/Indiana/Vevay','EDT','-04:00',1),(121,'America/Indiana/Vincennes','EDT','-04:00',1),(122,'America/Indiana/Winamac','EDT','-04:00',1),(123,'America/Inuvik','MDT','-06:00',1),(124,'America/Iqaluit','EDT','-04:00',1),(125,'America/Jamaica','EST','-05:00',1),(126,'America/Juneau','AKDT','-08:00',1),(127,'America/Kentucky/Louisville','EDT','-04:00',1),(128,'America/Kentucky/Monticello','EDT','-04:00',1),(129,'America/Kralendijk','AST','-04:00',1),(130,'America/La_Paz','BOT','-04:00',1),(131,'America/Lima','PET','-05:00',1),(132,'America/Los_Angeles','PDT','-07:00',1),(133,'America/Lower_Princes','AST','-04:00',1),(134,'America/Maceio','BRT','-03:00',1),(135,'America/Managua','CST','-06:00',1),(136,'America/Manaus','AMT','-04:00',1),(137,'America/Marigot','AST','-04:00',1),(138,'America/Martinique','AST','-04:00',1),(139,'America/Matamoros','CDT','-05:00',1),(140,'America/Mazatlan','MST','-07:00',1),(141,'America/Menominee','CDT','-05:00',1),(142,'America/Merida','CST','-06:00',1),(143,'America/Metlakatla','MeST','-08:00',1),(144,'America/Mexico_City','CST','-06:00',1),(145,'America/Miquelon','PMDT','-02:00',1),(146,'America/Moncton','ADT','-03:00',1),(147,'America/Monterrey','CST','-06:00',1),(148,'America/Montevideo','UYT','-03:00',1),(149,'America/Montreal','EDT','-04:00',1),(150,'America/Montserrat','AST','-04:00',1),(151,'America/Nassau','EDT','-04:00',1),(152,'America/New_York','EDT','-04:00',1),(153,'America/Nipigon','EDT','-04:00',1),(154,'America/Nome','AKDT','-08:00',1),(155,'America/Noronha','FNT','-02:00',1),(156,'America/North_Dakota/Beulah','CDT','-05:00',1),(157,'America/North_Dakota/Center','CDT','-05:00',1),(158,'America/North_Dakota/New_Salem','CDT','-05:00',1),(159,'America/Ojinaga','MDT','-06:00',1),(160,'America/Panama','EST','-05:00',1),(161,'America/Pangnirtung','EDT','-04:00',1),(162,'America/Paramaribo','SRT','-03:00',1),(163,'America/Phoenix','MST','-07:00',1),(164,'America/Port-au-Prince','EST','-05:00',1),(165,'America/Port_of_Spain','AST','-04:00',1),(166,'America/Porto_Velho','AMT','-04:00',1),(167,'America/Puerto_Rico','AST','-04:00',1),(168,'America/Rainy_River','CDT','-05:00',1),(169,'America/Rankin_Inlet','CDT','-05:00',1),(170,'America/Recife','BRT','-03:00',1),(171,'America/Regina','CST','-06:00',1),(172,'America/Resolute','CDT','-05:00',1),(173,'America/Rio_Branco','AMT','-04:00',1),(174,'America/Santa_Isabel','PST','-08:00',1),(175,'America/Santarem','BRT','-03:00',1),(176,'America/Santiago','CLT','-04:00',1),(177,'America/Santo_Domingo','AST','-04:00',1),(178,'America/Sao_Paulo','BRT','-03:00',1),(179,'America/Scoresbysund','EGT','-01:00',1),(180,'America/Shiprock','MDT','-06:00',1),(181,'America/Sitka','AKDT','-08:00',1),(182,'America/St_Barthelemy','AST','-04:00',1),(183,'America/St_Johns','NDT','-02:30',1),(184,'America/St_Kitts','AST','-04:00',1),(185,'America/St_Lucia','AST','-04:00',1),(186,'America/St_Thomas','AST','-04:00',1),(187,'America/St_Vincent','AST','-04:00',1),(188,'America/Swift_Current','CST','-06:00',1),(189,'America/Tegucigalpa','CST','-06:00',1),(190,'America/Thule','ADT','-03:00',1),(191,'America/Thunder_Bay','EDT','-04:00',1),(192,'America/Tijuana','PDT','-07:00',1),(193,'America/Toronto','EDT','-04:00',1),(194,'America/Tortola','AST','-04:00',1),(195,'America/Vancouver','PDT','-07:00',1),(196,'America/Whitehorse','PDT','-07:00',1),(197,'America/Winnipeg','CDT','-05:00',1),(198,'America/Yakutat','AKDT','-08:00',1),(199,'America/Yellowknife','MDT','-06:00',1),(200,'Antarctica/Casey','WST','+08:00',1),(201,'Antarctica/Davis','DAVT','+07:00',1),(202,'Antarctica/DumontDUrville','DDUT','+10:00',1),(203,'Antarctica/Macquarie','MIST','+11:00',1),(204,'Antarctica/Mawson','MAWT','+05:00',1),(205,'Antarctica/McMurdo','NZDT','+13:00',1),(206,'Antarctica/Palmer','CLT','-04:00',1),(207,'Antarctica/Rothera','ROTT','-03:00',1),(208,'Antarctica/South_Pole','NZDT','+13:00',1),(209,'Antarctica/Syowa','SYOT','+03:00',1),(210,'Antarctica/Vostok','VOST','+06:00',1),(211,'Arctic/Longyearbyen','CET','+01:00',1),(212,'Asia/Aden','AST','+03:00',1),(213,'Asia/Almaty','ALMT','+06:00',1),(214,'Asia/Amman','EET','+02:00',1),(215,'Asia/Anadyr','ANAT','+12:00',1),(216,'Asia/Aqtau','AQTT','+05:00',1),(217,'Asia/Aqtobe','AQTT','+05:00',1),(218,'Asia/Ashgabat','TMT','+05:00',1),(219,'Asia/Baghdad','AST','+03:00',1),(220,'Asia/Bahrain','AST','+03:00',1),(221,'Asia/Baku','AZT','+04:00',1),(222,'Asia/Bangkok','ICT','+07:00',1),(223,'Asia/Beirut','EET','+02:00',1),(224,'Asia/Bishkek','KGT','+06:00',1),(225,'Asia/Brunei','BNT','+08:00',1),(226,'Asia/Choibalsan','CHOT','+08:00',1),(227,'Asia/Chongqing','CST','+08:00',1),(228,'Asia/Colombo','IST','+05:30',1),(229,'Asia/Damascus','EET','+02:00',1),(230,'Asia/Dhaka','BDT','+06:00',1),(231,'Asia/Dili','TLT','+09:00',1),(232,'Asia/Dubai','GST','+04:00',1),(233,'Asia/Dushanbe','TJT','+05:00',1),(234,'Asia/Gaza','EET','+02:00',1),(235,'Asia/Harbin','CST','+08:00',1),(236,'Asia/Hebron','EET','+02:00',1),(237,'Asia/Ho_Chi_Minh','ICT','+07:00',1),(238,'Asia/Hong_Kong','HKT','+08:00',1),(239,'Asia/Hovd','HOVT','+07:00',1),(240,'Asia/Irkutsk','IRKT','+09:00',1),(241,'Asia/Jakarta','WIT','+07:00',1),(242,'Asia/Jayapura','EIT','+09:00',1),(243,'Asia/Jerusalem','IST','+02:00',1),(244,'Asia/Kabul','AFT','+04:30',1),(245,'Asia/Kamchatka','PETT','+12:00',1),(246,'Asia/Karachi','PKT','+05:00',1),(247,'Asia/Kashgar','CST','+08:00',1),(248,'Asia/Kathmandu','NPT','+05:45',1),(249,'Asia/Kolkata','IST','+05:30',1),(250,'Asia/Krasnoyarsk','KRAT','+08:00',1),(251,'Asia/Kuala_Lumpur','MYT','+08:00',1),(252,'Asia/Kuching','MYT','+08:00',1),(253,'Asia/Kuwait','AST','+03:00',1),(254,'Asia/Macau','CST','+08:00',1),(255,'Asia/Magadan','MAGT','+12:00',1),(256,'Asia/Makassar','CIT','+08:00',1),(257,'Asia/Manila','PHT','+08:00',1),(258,'Asia/Muscat','GST','+04:00',1),(259,'Asia/Nicosia','EET','+02:00',1),(260,'Asia/Novokuznetsk','NOVT','+07:00',1),(261,'Asia/Novosibirsk','NOVT','+07:00',1),(262,'Asia/Omsk','OMST','+07:00',1),(263,'Asia/Oral','ORAT','+05:00',1),(264,'Asia/Phnom_Penh','ICT','+07:00',1),(265,'Asia/Pontianak','WIT','+07:00',1),(266,'Asia/Pyongyang','KST','+09:00',1),(267,'Asia/Qatar','AST','+03:00',1),(268,'Asia/Qyzylorda','QYZT','+06:00',1),(269,'Asia/Rangoon','MMT','+06:30',1),(270,'Asia/Riyadh','AST','+03:00',1),(271,'Asia/Sakhalin','SAKT','+11:00',1),(272,'Asia/Samarkand','UZT','+05:00',1),(273,'Asia/Seoul','KST','+09:00',1),(274,'Asia/Shanghai','CST','+08:00',1),(275,'Asia/Singapore','SGT','+08:00',1),(276,'Asia/Taipei','CST','+08:00',1),(277,'Asia/Tashkent','UZT','+05:00',1),(278,'Asia/Tbilisi','GET','+04:00',1),(279,'Asia/Tehran','IRST','+03:30',1),(280,'Asia/Thimphu','BTT','+06:00',1),(281,'Asia/Tokyo','JST','+09:00',1),(282,'Asia/Ulaanbaatar','ULAT','+08:00',1),(283,'Asia/Urumqi','CST','+08:00',1),(284,'Asia/Vientiane','ICT','+07:00',1),(285,'Asia/Vladivostok','VLAT','+11:00',1),(286,'Asia/Yakutsk','YAKT','+10:00',1),(287,'Asia/Yekaterinburg','YEKT','+06:00',1),(288,'Asia/Yerevan','AMT','+04:00',1),(289,'Atlantic/Azores','AZOT','-01:00',1),(290,'Atlantic/Bermuda','ADT','-03:00',1),(291,'Atlantic/Canary','WET',' 00:00',1),(292,'Atlantic/Cape_Verde','CVT','-01:00',1),(293,'Atlantic/Faroe','WET',' 00:00',1),(294,'Atlantic/Madeira','WET',' 00:00',1),(295,'Atlantic/Reykjavik','GMT',' 00:00',1),(296,'Atlantic/South_Georgia','GST','-02:00',1),(297,'Atlantic/St_Helena','GMT',' 00:00',1),(298,'Atlantic/Stanley','FKST','-03:00',1),(299,'Australia/Adelaide','CST','+10:30',1),(300,'Australia/Brisbane','EST','+10:00',1),(301,'Australia/Broken_Hill','CST','+10:30',1),(302,'Australia/Currie','EST','+11:00',1),(303,'Australia/Darwin','CST','+09:30',1),(304,'Australia/Eucla','CWST','+08:45',1),(305,'Australia/Hobart','EST','+11:00',1),(306,'Australia/Lindeman','EST','+10:00',1),(307,'Australia/Lord_Howe','LHST','+11:00',1),(308,'Australia/Melbourne','EST','+11:00',1),(309,'Australia/Perth','WST','+08:00',1),(310,'Australia/Sydney','EST','+11:00',1),(311,'Europe/Amsterdam','CET','+01:00',1),(312,'Europe/Andorra','CET','+01:00',1),(313,'Europe/Athens','EET','+02:00',1),(314,'Europe/Belgrade','CET','+01:00',1),(315,'Europe/Berlin','CET','+01:00',1),(316,'Europe/Bratislava','CET','+01:00',1),(317,'Europe/Brussels','CET','+01:00',1),(318,'Europe/Bucharest','EET','+02:00',1),(319,'Europe/Budapest','CET','+01:00',1),(320,'Europe/Chisinau','EET','+02:00',1),(321,'Europe/Copenhagen','CET','+01:00',1),(322,'Europe/Dublin','GMT',' 00:00',1),(323,'Europe/Gibraltar','CET','+01:00',1),(324,'Europe/Guernsey','GMT',' 00:00',1),(325,'Europe/Helsinki','EET','+02:00',1),(326,'Europe/Isle_of_Man','GMT',' 00:00',1),(327,'Europe/Istanbul','EET','+02:00',1),(328,'Europe/Jersey','GMT',' 00:00',1),(329,'Europe/Kaliningrad','FET','+03:00',1),(330,'Europe/Kiev','FET','+03:00',1),(331,'Europe/Lisbon','WET',' 00:00',1),(332,'Europe/Ljubljana','CET','+01:00',1),(333,'Europe/London','GMT',' 00:00',1),(334,'Europe/Luxembourg','CET','+01:00',1),(335,'Europe/Madrid','CET','+01:00',1),(336,'Europe/Malta','CET','+01:00',1),(337,'Europe/Mariehamn','EET','+02:00',1),(338,'Europe/Minsk','FET','+03:00',1),(339,'Europe/Monaco','CET','+01:00',1),(340,'Europe/Moscow','MSK','+04:00',1),(341,'Europe/Oslo','CET','+01:00',1),(342,'Europe/Paris','CET','+01:00',1),(343,'Europe/Podgorica','CET','+01:00',1),(344,'Europe/Prague','CET','+01:00',1),(345,'Europe/Riga','EET','+02:00',1),(346,'Europe/Rome','CET','+01:00',1),(347,'Europe/Samara','SAMT','+04:00',1),(348,'Europe/San_Marino','CET','+01:00',1),(349,'Europe/Sarajevo','CET','+01:00',1),(350,'Europe/Simferopol','FET','+03:00',1),(351,'Europe/Skopje','CET','+01:00',1),(352,'Europe/Sofia','EET','+02:00',1),(353,'Europe/Stockholm','CET','+01:00',1),(354,'Europe/Tallinn','EET','+02:00',1),(355,'Europe/Tirane','CET','+01:00',1),(356,'Europe/Uzhgorod','FET','+03:00',1),(357,'Europe/Vaduz','CET','+01:00',1),(358,'Europe/Vatican','CET','+01:00',1),(359,'Europe/Vienna','CET','+01:00',1),(360,'Europe/Vilnius','EET','+02:00',1),(361,'Europe/Volgograd','VOLT','+04:00',1),(362,'Europe/Warsaw','CET','+01:00',1),(363,'Europe/Zagreb','CET','+01:00',1),(364,'Europe/Zaporozhye','FET','+03:00',1),(365,'Europe/Zurich','CET','+01:00',1),(366,'Indian/Antananarivo','EAT','+03:00',1),(367,'Indian/Chagos','IOT','+06:00',1),(368,'Indian/Christmas','CXT','+07:00',1),(369,'Indian/Cocos','CCT','+06:30',1),(370,'Indian/Comoro','EAT','+03:00',1),(371,'Indian/Kerguelen','TFT','+05:00',1),(372,'Indian/Mahe','SCT','+04:00',1),(373,'Indian/Maldives','MVT','+05:00',1),(374,'Indian/Mauritius','MUT','+04:00',1),(375,'Indian/Mayotte','EAT','+03:00',1),(376,'Indian/Reunion','RET','+04:00',1),(377,'Pacific/Apia','WST','+13:00',1),(378,'Pacific/Auckland','NZDT','+13:00',1),(379,'Pacific/Chatham','CHADT','+13:45',1),(380,'Pacific/Chuuk','CHUT','+10:00',1),(381,'Pacific/Easter','EAST','-06:00',1),(382,'Pacific/Efate','VUT','+11:00',1),(383,'Pacific/Enderbury','PHOT','+13:00',1),(384,'Pacific/Fakaofo','TKT','-10:00',1),(385,'Pacific/Fiji','FJT','+12:00',1),(386,'Pacific/Funafuti','TVT','+12:00',1),(387,'Pacific/Galapagos','GALT','-06:00',1),(388,'Pacific/Gambier','GAMT','-09:00',1),(389,'Pacific/Guadalcanal','SBT','+11:00',1),(390,'Pacific/Guam','ChST','+10:00',1),(391,'Pacific/Honolulu','HST','-10:00',1),(392,'Pacific/Johnston','HST','-10:00',1),(393,'Pacific/Kiritimati','LINT','+14:00',1),(394,'Pacific/Kosrae','KOST','+11:00',1),(395,'Pacific/Kwajalein','MHT','+12:00',1),(396,'Pacific/Majuro','MHT','+12:00',1),(397,'Pacific/Marquesas','MART','-09:30',1),(398,'Pacific/Midway','SST','-11:00',1),(399,'Pacific/Nauru','NRT','+12:00',1),(400,'Pacific/Niue','NUT','-11:00',1),(401,'Pacific/Norfolk','NFT','+11:30',1),(402,'Pacific/Noumea','NCT','+11:00',1),(403,'Pacific/Pago_Pago','SST','-11:00',1),(404,'Pacific/Palau','PWT','+09:00',1),(405,'Pacific/Pitcairn','PST','-08:00',1),(406,'Pacific/Pohnpei','PONT','+11:00',1),(407,'Pacific/Port_Moresby','PGT','+10:00',1),(408,'Pacific/Rarotonga','CKT','-10:00',1),(409,'Pacific/Saipan','ChST','+10:00',1),(410,'Pacific/Tahiti','TAHT','-10:00',1),(411,'Pacific/Tarawa','GILT','+12:00',1),(412,'Pacific/Tongatapu','TOT','+13:00',1),(413,'Pacific/Wake','WAKT','+12:00',1),(414,'Pacific/Wallis','WFT','+12:00',1),(415,'UTC','UTC',' 00:00',1); + +/*Table structure for table `tbl_weeks` */ + +DROP TABLE IF EXISTS `tbl_weeks`; + +CREATE TABLE `tbl_weeks` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `week_id` int(11) unsigned DEFAULT NULL, + `week_name` varchar(255) DEFAULT NULL, + `createdby` int(11) DEFAULT NULL, + `modifiedby` int(11) DEFAULT NULL, + `createddate` datetime NOT NULL, + `modifieddate` datetime NOT NULL, + `isactive` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; + +/*Data for the table `tbl_weeks` */ + +insert into `tbl_weeks`(`id`,`week_id`,`week_name`,`createdby`,`modifiedby`,`createddate`,`modifieddate`,`isactive`) values (1,0,'Sunday',1,1,'2013-09-02 17:17:44','2013-09-02 17:17:44',1),(2,1,'Monday',1,1,'2013-09-02 17:18:05','2013-09-02 17:18:05',1),(3,2,'Tuesday',1,1,'2013-09-02 17:18:28','2013-09-02 17:18:28',1),(4,3,'Wednesday',1,1,'2013-09-02 17:18:47','2013-09-02 17:18:47',1),(5,4,'Thursday',1,1,'2013-09-02 17:18:56','2013-09-02 17:18:56',1),(6,5,'Friday',1,1,'2013-09-02 17:19:09','2013-09-02 17:19:09',1),(7,6,'Saturday',1,1,'2013-09-02 17:19:20','2013-09-02 17:19:20',1); + +/*Table structure for table `main_wizard` */ + CREATE TABLE `main_wizard` ( +`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, +`manage_modules` tinyint(1) DEFAULT '1' COMMENT '1=No,2=Yes', +`site_config` tinyint(1) DEFAULT '1' COMMENT '1=No,2=Yes', +`org_details` tinyint(1) DEFAULT '1' COMMENT '1=No,2=Yes', +`country` bigint(20) unsigned DEFAULT NULL, +`state` bigint(20) unsigned DEFAULT NULL, +`city` bigint(20) unsigned DEFAULT NULL, +`iscomplete` tinyint(1) DEFAULT '1' COMMENT '0=later,1=No,2=Yes', +`createdby` bigint(20) unsigned DEFAULT NULL, +`modifiedby` bigint(20) unsigned DEFAULT NULL, +`createddate` datetime DEFAULT NULL, +`modifieddate` datetime DEFAULT NULL, +`isactive` tinyint(1) DEFAULT NULL, +PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + +/*Data for the table `main_wizard` */ +INSERT INTO `main_wizard` (`id`, `manage_modules`, `site_config`, `org_details`, `country`, `state`, `city`, `iscomplete`, `createdby`, `modifiedby`, `createddate`, `modifieddate`, `isactive`) VALUES (NULL, '1', '1', '1', NULL, NULL, NULL, '1', NULL, NULL, NULL, NULL, NULL); + +/* Trigger structure for table `main_bgagencylist` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_agencylist_aft_upd` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_agencylist_aft_upd` AFTER UPDATE ON `main_bgagencylist` FOR EACH ROW BEGIN + if(old.agencyname != new.agencyname) then + update main_bgchecks_summary set agencyname = new.agencyname,modifieddate = utc_timestamp() where agencyid = new.id and isactive = 1; + end if; + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_bgcheckdetails` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_bgchecks_summary` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_bgchecks_summary` AFTER INSERT ON `main_bgcheckdetails` FOR EACH ROW BEGIN + declare detailid,specimen_id, specimen_name, emp_id, specimen_flag_name, agency_name, + screening_type, created_name, modified_name,createdbyname, + modifiedbyname varchar(250); + declare specimen_flag_id,agency_id,screeningtype_id int(11); + select id,flag,if(flag=1,'Employee','Candidate') + into detailid,specimen_flag_id,specimen_flag_name + from main_bgcheckdetails where id = new.id; + if(specimen_flag_id = 1)then + select userfullname,id, employeeId into specimen_name,specimen_id,emp_id from main_users where id = new.specimen_id; + end if; + if(specimen_flag_id = 2) then + select candidate_name,id into specimen_name,specimen_id from main_candidatedetails where id = new.specimen_id; + end if; + select userfullname into createdbyname from main_users where id = new.createdby; + select userfullname into modifiedbyname from main_users where id = new.modifiedby; + select id,agencyname into agency_id,agency_name from main_bgagencylist where id = new.bgagency_id; + select id,type into screeningtype_id,screening_type from main_bgchecktype where id = new.bgcheck_type; + + insert into main_bgchecks_summary + (detail_id,specimen_name,specimen_id, specimen_flag,specimen_flag_name,employee_id,screeningtypeid,screeningtype_name, + agencyid,agencyname,process_status,month_name,year_year,createddate,modifieddate,createdby,createdname,modifiedby,modifiedname, + isactive,isactive_text) + values + (detailid,specimen_name,specimen_id,specimen_flag_id,specimen_flag_name,emp_id,screeningtype_id,screening_type, + agency_id,agency_name,new.process_status,month(new.createddate),year(new.createddate),new.createddate,new.modifieddate,new.createdby,createdbyname,new.modifiedby,modifiedbyname, + new.isactive, + if(new.isactive = 0,'Process deleted',if(new.isactive = 1,'Active',if(new.isactive = 2,'Agency deleted',if(new.isactive = 3,'Agency User deleted',if(new.isactive = 4,'POC deleted','Active')))))); + + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_bgcheckdetails` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_bgchecks_aft_update` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_bgchecks_aft_update` AFTER UPDATE ON `main_bgcheckdetails` FOR EACH ROW BEGIN + declare detailid,specimen_id, specimen_name, emp_id, specimen_flag_name, agency_name, + screening_type, created_name, modified_name,createdbyname, + modifiedbyname varchar(250); + declare specimen_flag_id,agency_id,screeningtype_id int(11); + select id,flag,if(flag=1,'Employee','Candidate') + into detailid,specimen_flag_id,specimen_flag_name + from main_bgcheckdetails where id = new.id; + if(specimen_flag_id = 1)then + select userfullname,id, employeeId into specimen_name,specimen_id,emp_id from main_users where id = new.specimen_id; + end if; + if(specimen_flag_id = 2) then + select candidate_name,id into specimen_name,specimen_id from main_candidatedetails where id = new.specimen_id; + end if; + select userfullname into createdbyname from main_users where id = new.createdby; + select userfullname into modifiedbyname from main_users where id = new.modifiedby; + select id,agencyname into agency_id,agency_name from main_bgagencylist where id = new.bgagency_id; + select id,type into screeningtype_id,screening_type from main_bgchecktype where id = new.bgcheck_type; + UPDATE main_bgchecks_summary set + detail_id = new.id , + specimen_name = specimen_name , + specimen_id = specimen_id , + specimen_flag = specimen_flag_id , + specimen_flag_name = specimen_flag_name , + employee_id = emp_id , + screeningtypeid = screeningtype_id , + screeningtype_name = screening_type , + agencyid = agency_id , + agencyname = agency_name , + process_status = new.process_status , + modifieddate = new.modifieddate, + modifiedby = new.modifiedby , + modifiedname = modifiedbyname , + isactive = new.isactive , + isactive_text = if(new.isactive = 0,'Process deleted',if(new.isactive = 1,'Active',if(new.isactive = 2,'Agency deleted',if(new.isactive = 3,'Agency User deleted',if(new.isactive = 4,'POC deleted','Active'))))) + where + detail_id = new.id ; + + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_bgchecktype` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_screeningtype_aft_upd` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_screeningtype_aft_upd` AFTER UPDATE ON `main_bgchecktype` FOR EACH ROW BEGIN + if(old.type != new.type) then + update main_bgchecks_summary set screeningtype_name = new.type,modifieddate = utc_timestamp() where screeningtypeid = new.id and isactive = 1; + end if; + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_businessunits` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_businessunits_main_requisition_summary` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_businessunits_main_requisition_summary` AFTER UPDATE ON `main_businessunits` FOR EACH ROW BEGIN + UPDATE main_requisition_summary rs SET rs.businessunit_name = NEW.unitname, rs.modifiedon = utc_timestamp() WHERE (rs.businessunit_id = NEW.id + AND rs.businessunit_name != NEW.unitname); + UPDATE main_leaverequest_summary ls SET ls.buss_unit_name = if(NEW.unitcode != "000",concat(NEW.unitcode,"","-"),""), ls.modifieddate = utc_timestamp() + WHERE (ls.bunit_id = NEW.id AND ls.isactive=1); + + update main_leavemanagement_summary lm set lm.businessunit_name = if(NEW.unitcode != "000",concat(NEW.unitcode,"","-"),""),lm.modifieddate = utc_timestamp() + where lm.businessunit_id = new.id and lm.isactive = 1; + #start of main_employees_summary + update main_employees_summary set businessunit_name = new.unitname,modifieddate = utc_timestamp() where businessunit_id = new.id and isactive = 1; + #end of main_employees_summary + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_candidatedetails` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_candidates_aft_upd` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_candidates_aft_upd` AFTER UPDATE ON `main_candidatedetails` FOR EACH ROW BEGIN + if(old.candidate_name != new.candidate_name) then + begin + update main_bgchecks_summary set specimen_name = new.candidate_name,modifieddate = utc_timestamp() where specimen_id = new.id and specimen_flag = 2 and isactive = 1; + update main_interviewrounds_summary set candidate_name = new.candidate_name,modified_date = utc_timestamp() where candidate_id = new.id and isactive = 1; + end; + end if; + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_cities` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_cities_aft_upd` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_cities_aft_upd` AFTER UPDATE ON `main_cities` FOR EACH ROW BEGIN + if old.city != new.city then + begin + update main_interviewrounds_summary set interview_city_name = new.city,modified_date = utc_timestamp() where interview_city_id = new.city_org_id and isactive = 1; + end; + end if; + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_countries` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_countries_aft_upd` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_countries_aft_upd` AFTER UPDATE ON `main_countries` FOR EACH ROW BEGIN + if old.country != new.country then + begin + update main_interviewrounds_summary set interview_country_name = new.country,modified_date = utc_timestamp() where interview_country_id = new.country_id_org and isactive = 1; + end; + end if; + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_departments` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_departments_main_requisition_summary` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_departments_main_requisition_summary` AFTER UPDATE ON `main_departments` FOR EACH ROW BEGIN + declare unit_code varchar(200); + UPDATE main_requisition_summary rs SET rs.department_name = CASE WHEN NEW.isactive=1 then NEW.deptname ELSE NULL END, rs.modifiedon = utc_timestamp() + WHERE (rs.department_id = NEW.id); + update main_leaverequest_summary ls set ls.department_name = concat(new.deptname," (",new.deptcode,")"),ls.modifieddate = utc_timestamp() + where ls.department_id = new.id and ls.isactive = 1; + update main_leavemanagement_summary lm set lm.department_name = concat(new.deptname," (",new.deptcode,")"),lm.modifieddate = utc_timestamp() + where lm.department_id = new.id and lm.isactive = 1; + + #start of main_employees_summary + update main_employees_summary es set es.department_name = new.deptname,es.modifieddate = utc_timestamp() + where es.department_id = new.id and es.isactive = 1; + #end of main_employees_summary + + # Start Updating BusinessUnit Id and Name if business unit is 0 + if new.unitid = 0 then + begin + update main_leavemanagement_summary lm set lm.businessunit_id = 0,lm.businessunit_name = NULL, + lm.modifieddate = utc_timestamp() where lm.department_id = new.id and lm.isactive = 1; + update main_leaverequest_summary ls set ls.bunit_id = 0,ls.buss_unit_name = NULL, + ls.modifieddate = utc_timestamp() where ls.department_id = new.id and ls.isactive = 1; + end; + end if; + # End + + # Start Updating BusinessUnit Id and Name if business unit is not 0 + if new.unitid != 0 then + begin + select unitcode into unit_code from main_businessunits where id = new.unitid; + update main_leavemanagement_summary lm set lm.businessunit_id = new.unitid, + lm.businessunit_name = concat(unit_code,"","-"),lm.modifieddate = utc_timestamp() + where lm.department_id = new.id and lm.isactive = 1; + update main_leaverequest_summary ls set ls.bunit_id = new.unitid, + ls.buss_unit_name = concat(unit_code,"","-"),ls.modifieddate = utc_timestamp() + where ls.department_id = new.id and ls.isactive = 1; + end; + end if; + # End + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_employeeleavetypes` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_employeeleavetypes_aft_upd` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_employeeleavetypes_aft_upd` AFTER UPDATE ON `main_employeeleavetypes` FOR EACH ROW BEGIN + update main_leaverequest_summary ls set ls.leavetype_name = new.leavetype,ls.modifieddate = utc_timestamp() + where ls.leavetypeid = new.id and ls.isactive = 1; + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_employees` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_employees_aft_ins` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_employees_aft_ins` AFTER INSERT ON `main_employees` FOR EACH ROW BEGIN + declare user_id,fname,lname,username,role_name,rep_name,emp_status,bunit_name,dept_name,job_name,pos_name,prefix_name, + createdbyname,holidaygrp,modifiedbyname,emailid,cnumber,bgstatus,empid,mode_entry,omode_entry,sel_date, + ref_by_name,img_src + varchar(250); + declare ref_by_id,role_id int(11); + select firstname,lastname,userfullname,emailaddress,contactnumber,backgroundchk_status,employeeId,modeofentry,other_modeofentry,selecteddate,candidatereferredby, + profileimg,emprole + into fname,lname,username,emailid,cnumber,bgstatus,empid,mode_entry,omode_entry,sel_date,ref_by_id,img_src,role_id + from main_users where id = new.user_id; + select userfullname into rep_name from main_users where id = new.reporting_manager; +/* + select employemnt_status into emp_status from tbl_employmentstatus where id = (select workcodename + from main_employmentstatus where id = new.emp_status_id);*/ + select employemnt_status into emp_status from tbl_employmentstatus where id = new.emp_status_id ; + set user_id = new.user_id; + set bunit_name = null; + if new.businessunit_id is not null then + select unitname into bunit_name from main_businessunits where id = new.businessunit_id; + end if; + set holidaygrp = null; + if new.holiday_group is not null then + select groupname into holidaygrp from main_holidaygroups where id = new.holiday_group; + end if; + select deptname into dept_name from main_departments where id = new.department_id; + select jobtitlename into job_name from main_jobtitles where id = new.jobtitle_id; + select positionname into pos_name from main_positions where id = new.position_id; + select prefix into prefix_name from main_prefix where id = new.prefix_id; + select userfullname into createdbyname from main_users where id = new.createdby; + select rolename into role_name from main_roles where id = role_id; + if (ref_by_id != '' and ref_by_id > 0) then + begin + select userfullname into ref_by_name from main_users where id = ref_by_id; + end; + end if; +insert into main_employees_summary ( + user_id, date_of_joining, date_of_leaving, reporting_manager, reporting_manager_name, emp_status_id, + emp_status_name, businessunit_id, businessunit_name, department_id, department_name, jobtitle_id, + jobtitle_name, position_id, position_name, years_exp, holiday_group, holiday_group_name, + prefix_id, prefix_name, extension_number, office_number, office_faxnumber, emprole, + emprole_name, firstname,lastname,userfullname, emailaddress, contactnumber, backgroundchk_status, employeeId, + modeofentry, other_modeofentry, selecteddate, candidatereferredby, referer_name, profileimg, + createdby, createdby_name, modifiedby, createddate, modifieddate, isactive) + values ( + new.user_id, new.date_of_joining, new.date_of_leaving,new.reporting_manager,rep_name,new.emp_status_id, + emp_status,new.businessunit_id, bunit_name,new.department_id,dept_name,new.jobtitle_id, + job_name, new.position_id, pos_name,new.years_exp, new.holiday_group, holidaygrp, + new.prefix_id, prefix_name, new.extension_number, new.office_number, new.office_faxnumber,role_id, + role_name,fname,lname,username, emailid,cnumber,bgstatus,empid, + mode_entry,omode_entry, sel_date, ref_by_id, ref_by_name,img_src, + new.createdby, createdbyname, new.modifiedby,new.createddate, new.modifieddate, new.isactive + ); + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_employees` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_employees_aft_upd` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_employees_aft_upd` AFTER UPDATE ON `main_employees` FOR EACH ROW BEGIN + declare fname,lname,username,role_name,rep_name,emp_status,bunit_name,dept_name,job_name,pos_name,prefixname, + createdbyname,holidaygrp,modifiedbyname,emailid,cnumber,bgstatus,empid,mode_entry,omode_entry,sel_date, + ref_by_name,img_src + varchar(250); + declare ref_by_id,role_id int(11); + select firstname,lastname,userfullname,emailaddress,contactnumber,backgroundchk_status,employeeId,modeofentry,other_modeofentry,selecteddate,candidatereferredby, + profileimg,emprole + into fname,lname,username,emailid,cnumber,bgstatus,empid,mode_entry,omode_entry,sel_date,ref_by_id,img_src,role_id + from main_users where id = new.user_id; + select userfullname into rep_name from main_users where id = new.reporting_manager; + /*select employemnt_status into emp_status from tbl_employmentstatus where id = (select workcodename + from main_employmentstatus where id = new.emp_status_id);*/ + select employemnt_status into emp_status from tbl_employmentstatus where id = new.emp_status_id ; + set bunit_name = null; + if new.businessunit_id is not null then + select unitname into bunit_name from main_businessunits where id = new.businessunit_id; + end if; + set holidaygrp = null; + if new.holiday_group is not null then + select groupname into holidaygrp from main_holidaygroups where id = new.holiday_group; + end if; + select deptname into dept_name from main_departments where id = new.department_id; + select jobtitlename into job_name from main_jobtitles where id = new.jobtitle_id; + select positionname into pos_name from main_positions where id = new.position_id; + select prefix into prefixname from main_prefix where id = new.prefix_id; + select userfullname into createdbyname from main_users where id = new.createdby; + select rolename into role_name from main_roles where id = role_id; + if (ref_by_id != '' and ref_by_id > 0) then + begin + select userfullname into ref_by_name from main_users where id = ref_by_id; + end; + end if; + update main_employees_summary set + date_of_joining = new.date_of_joining, date_of_leaving = new.date_of_leaving, reporting_manager = new.reporting_manager, + reporting_manager_name = rep_name, emp_status_id = new.emp_status_id, emp_status_name = emp_status, + businessunit_id = new.businessunit_id, businessunit_name = bunit_name, department_id = new.department_id, + department_name = dept_name, jobtitle_id = new.jobtitle_id,jobtitle_name = job_name, position_id = new.position_id, + position_name = pos_name, years_exp = new.years_exp, holiday_group = new.holiday_group, holiday_group_name = holidaygrp, + prefix_id = new.prefix_id, prefix_name = prefixname, extension_number = new.extension_number, office_number = new.office_number, + office_faxnumber = new.office_faxnumber, emprole = role_id, emprole_name = role_name, firstname=fname, lastname=lname,userfullname = username, + emailaddress = emailid, contactnumber = cnumber, backgroundchk_status = bgstatus,employeeId = empid, + modeofentry = mode_entry, other_modeofentry = omode_entry, selecteddate = sel_date, candidatereferredby = ref_by_id, + referer_name = ref_by_name, profileimg = img_src, modifiedby = new.modifiedby, modifieddate = new.modifieddate, isactive = new.isactive + + where user_id = new.user_id; + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_employmentstatus` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_employmentstatus_main_requisition_summary` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_employmentstatus_main_requisition_summary` AFTER UPDATE ON `main_employmentstatus` FOR EACH ROW BEGIN + declare empt_name varchar(250); + UPDATE main_requisition_summary rs + LEFT JOIN main_employmentstatus mes ON mes.workcodename = rs.emp_type + LEFT JOIN tbl_employmentstatus tes ON tes.id = mes.workcodename + SET rs.emp_type_name = tes.employemnt_status, rs.modifiedon = utc_timestamp() + WHERE (rs.emp_type_name != tes.employemnt_status); + select te.employemnt_status into empt_name from main_employmentstatus em + inner join tbl_employmentstatus te on te.id = em.workcodename where em.id = new.id; + #start of main_employees_summary + update main_employees_summary set emp_status_name = empt_name,modifieddate = utc_timestamp() where emp_status_id = new.id and isactive = 1; + #end of main_employees_summary + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_holidaygroups` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_holidaygroups_aft_ins` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_holidaygroups_aft_ins` AFTER UPDATE ON `main_holidaygroups` FOR EACH ROW BEGIN + if old.groupname != new.groupname then + begin + update main_employees_summary set holiday_group_name = new.groupname,modifieddate = utc_timestamp() where isactive = 1 and holiday_group = new.id; + end; + end if; + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_identitycodes` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_identitycodes_aft_upd` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_identitycodes_aft_upd` AFTER UPDATE ON `main_identitycodes` FOR EACH ROW BEGIN + if old.employee_code != new.employee_code then + begin + update main_users set employeeId = replace(employeeId,SUBSTRING(employeeId,1,CHAR_LENGTH(old.employee_code)),new.employee_code),modifieddate = utc_timestamp() where SUBSTRING(employeeId,1,CHAR_LENGTH(old.employee_code)) = old.employee_code; + end; + end if; + if old.backgroundagency_code != new.backgroundagency_code then + begin + update main_users set employeeId = replace(employeeId,SUBSTRING(employeeId,1,CHAR_LENGTH(old.backgroundagency_code)),new.backgroundagency_code),modifieddate = utc_timestamp() where SUBSTRING(employeeId,1,CHAR_LENGTH(old.backgroundagency_code)) = old.backgroundagency_code; + end; + end if; + if old.users_code != new.users_code then + begin + update main_users set employeeId = replace(employeeId,SUBSTRING(employeeId,1,CHAR_LENGTH(old.users_code)),new.users_code),modifieddate = utc_timestamp() where SUBSTRING(employeeId,1,CHAR_LENGTH(old.users_code)) = old.users_code; + end; + end if; + if old.requisition_code != new.requisition_code then + begin + update main_requisition r set r.requisition_code = replace(r.requisition_code,left(r.requisition_code,LOCATE('/',r.requisition_code)),CONCAT(new.requisition_code,'/')),r.modifiedon = utc_timestamp() where left(r.requisition_code,LOCATE('/',r.requisition_code)) = CONCAT(old.requisition_code,'/'); + end; + end if; + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_interviewdetails` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_interviewdetails_aft_upd` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_interviewdetails_aft_upd` AFTER UPDATE ON `main_interviewdetails` FOR EACH ROW BEGIN + if old.interview_status != new.interview_status then + begin + update main_interviewrounds_summary set interview_status = new.interview_status,modified_date = utc_timestamp() where interview_id = new.id and isactive = 1; + end; + end if; + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_interviewrounddetails` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_interviewrounddetails_aft_ins` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_interviewrounddetails_aft_ins` AFTER INSERT ON `main_interviewrounddetails` FOR EACH ROW BEGIN + declare cand_name,cstatus,istatus,int_name,cityname,statename,countryname,created_name varchar(255); + select candidate_name,cand_status into cand_name,cstatus from main_candidatedetails where id = new.candidate_id and isactive =1; + select userfullname into int_name from main_users where id = new.interviewer_id and isactive =1; + select userfullname into created_name from main_users where id = new.createdby and isactive =1; + select interview_status into istatus from main_interviewdetails where id = new.interview_id and isactive =1; + select city into cityname from main_cities where city_org_id = new.int_city and isactive =1; + select state into statename from main_states where state_id_org = new.int_state and isactive =1; + select country into countryname from main_countries where country_id_org = new.int_country and isactive =1; +insert into main_interviewrounds_summary + (requisition_id, candidate_id, candidate_name,candidate_status, interview_status, interview_id, interviewround_id, + interviewer_id, interviewer_name, interview_time, interview_date, interview_mode, interview_round_number, + interview_round_name, interview_location, interview_city_id, interview_state_id, interview_city_name, + interview_state_name, interview_country_id, interview_country_name, created_by, created_by_name, + interview_feedback, interview_comments, round_status, modified_by, created_date, modified_date, + isactive) + values + ( new.req_id, new.candidate_id, cand_name,cstatus,istatus,new.interview_id,new.id, + new.interviewer_id,int_name,new.interview_time,new.interview_date,new.interview_mode,new.interview_round_number, + new.interview_round,new.int_location, new.int_city,new.int_state,cityname, + statename,new.int_country,countryname,new.createdby,created_name, + new.interview_feedback, new.interview_comments, new.round_status,new.modifiedby, new.createddate, new.modifieddate, + new.isactive + ); + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_interviewrounddetails` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_interviewrounddetails_aft_upd` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_interviewrounddetails_aft_upd` AFTER UPDATE ON `main_interviewrounddetails` FOR EACH ROW BEGIN + declare cand_name,cstatus,istatus,int_name,cityname,statename,countryname varchar(255); + select candidate_name,cand_status into cand_name,cstatus from main_candidatedetails where id = new.candidate_id and isactive =1; + select userfullname into int_name from main_users where id = new.interviewer_id and isactive =1; + + select interview_status into istatus from main_interviewdetails where id = new.interview_id and isactive =1; + select city into cityname from main_cities where city_org_id = new.int_city and isactive =1; + select state into statename from main_states where state_id_org = new.int_state and isactive =1; + select country into countryname from main_countries where country_id_org = new.int_country and isactive =1; +update main_interviewrounds_summary set + candidate_name = cand_name,candidate_status = cstatus, interview_status = istatus, + interviewer_id = new.interviewer_id, interviewer_name = int_name, interview_time = new.interview_time, + interview_date = new.interview_date, interview_mode = new.interview_mode, interview_round_number = new.interview_round_number, + interview_round_name = new.interview_round, interview_location = new.int_location, interview_city_id = new.int_city, + interview_state_id = new.int_state, interview_city_name = cityname,interview_state_name = statename, + interview_country_id = new.int_country, interview_country_name = countryname, interview_feedback = new.interview_feedback, + interview_comments = new.interview_comments, round_status = new.round_status, modified_by = new.modifiedby, + modified_date = new.modifieddate,isactive = new.isactive + + where interviewround_id = new.id; + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_jobtitles` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_jobtitles_aft_upd` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_jobtitles_aft_upd` AFTER UPDATE ON `main_jobtitles` FOR EACH ROW BEGIN + if old.jobtitlename != new.jobtitlename then + begin + update main_requisition_summary set jobtitle_name = new.jobtitlename,modifiedon = utc_timestamp() where isactive = 1 and jobtitle = new.id; + update main_employees_summary set jobtitle_name = new.jobtitlename,modifieddate = utc_timestamp() where isactive = 1 and jobtitle_id = new.id; + end; + end if; + + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_leavemanagement` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_leavemanagement_aft_ins` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_leavemanagement_aft_ins` AFTER INSERT ON `main_leavemanagement` FOR EACH ROW BEGIN + declare calmonth_name,weekend_name1,weekend_name2,dept_name,buss_unit_name varchar(200); + declare dept_id,bunit_id bigint(20); + select month_name into calmonth_name from tbl_months where monthid = new.cal_startmonth; + select week_name into weekend_name1 from tbl_weeks where week_id = new.weekend_startday; + select week_name into weekend_name2 from tbl_weeks where week_id = new.weekend_endday; + #select department_id into dept_id from main_employees where user_id = new.user_id; + select b.id,concat(d.deptname," (",d.deptcode,")") , + if(b.unitcode != "000",concat(b.unitcode,"","-"),"") into bunit_id,dept_name,buss_unit_name + FROM `main_departments` AS `d` LEFT JOIN `main_businessunits` AS `b` ON b.id=d.unitid + WHERE (d.isactive = 1 and d.id = new.department_id); + insert into main_leavemanagement_summary (leavemgmt_id, cal_startmonth, cal_startmonthname, + weekend_startday, weekend_startdayname, weekend_endday,weekend_enddayname, businessunit_id, + businessunit_name, department_id, department_name, hours_day, is_satholiday, is_halfday, + is_leavetransfer, is_skipholidays, description, createdby, modifiedby, createddate, + modifieddate, isactive) + values(new.id,new.cal_startmonth, calmonth_name, new.weekend_startday, weekend_name1, + new.weekend_endday,weekend_name2,bunit_id, buss_unit_name, new.department_id, + dept_name, new.hours_day, new.is_satholiday, new.is_halfday, new.is_leavetransfer, + new.is_skipholidays, new.description, new.createdby, new.modifiedby, new.createddate, + new.modifieddate, new.isactive); + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_leavemanagement` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_leavemanagement_aft_upd` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_leavemanagement_aft_upd` AFTER UPDATE ON `main_leavemanagement` FOR EACH ROW BEGIN + declare calmonth_name,weekend_name1,weekend_name2,dept_name,buss_unit_name varchar(200); + declare bunit_id bigint(20); + select month_name into calmonth_name from tbl_months where monthid = new.cal_startmonth; + select week_name into weekend_name1 from tbl_weeks where week_id = new.weekend_startday; + select week_name into weekend_name2 from tbl_weeks where week_id = new.weekend_endday; + select b.id,concat(d.deptname," (",d.deptcode,")") , + if(b.unitcode != "000",concat(b.unitcode,"","-"),"") into bunit_id,dept_name,buss_unit_name + FROM `main_departments` AS `d` LEFT JOIN `main_businessunits` AS `b` ON b.id=d.unitid + WHERE (d.isactive = 1 and d.id = new.department_id); + UPDATE main_leavemanagement_summary set + cal_startmonth = new.cal_startmonth, + cal_startmonthname = calmonth_name, + weekend_startday = new.weekend_startday, + weekend_startdayname = weekend_name1, + weekend_endday = new.weekend_endday, + weekend_enddayname = weekend_name2, + businessunit_id = bunit_id, + businessunit_name = buss_unit_name, + department_id = new.department_id, + department_name = dept_name, + hours_day = new.hours_day, + is_satholiday = new.is_satholiday, + is_halfday = new.is_halfday, + is_leavetransfer = new.is_leavetransfer, + is_skipholidays = new.is_skipholidays, + description = new.description, + createdby = new.createdby, + modifiedby = new.modifiedby, + createddate = new.createddate, + modifieddate = new.modifieddate, + isactive = new.isactive where leavemgmt_id = new.id; + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_leaverequest` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_leaverequest_aft_ins` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_leaverequest_aft_ins` AFTER INSERT ON `main_leaverequest` FOR EACH ROW BEGIN + declare user_name,repmanager_name,leave_type_name,dept_name,buss_unit_name varchar(200); + declare dept_id,bunit_id bigint(20); + select userfullname into user_name from main_users where id = new.user_id; + select userfullname into repmanager_name from main_users where id = new.rep_mang_id; + select leavetype into leave_type_name from main_employeeleavetypes where id = new.leavetypeid; + select department_id into dept_id from main_employees where user_id = new.user_id; + select b.id,concat(d.deptname," (",d.deptcode,")") , + if(b.unitcode != "000",concat(b.unitcode,"","-"),"") into bunit_id,dept_name,buss_unit_name + FROM `main_departments` AS `d` LEFT JOIN `main_businessunits` AS `b` ON b.id=d.unitid + WHERE (d.isactive = 1 and d.id = dept_id); + insert into main_leaverequest_summary (leave_req_id, user_id, user_name, department_id, + department_name, bunit_id,buss_unit_name, reason, leavetypeid, leavetype_name, leaveday, from_date, to_date, leavestatus, + rep_mang_id, rep_manager_name, no_of_days, appliedleavescount, is_sat_holiday, createdby, + modifiedby, createddate, modifieddate, isactive) + values(new.id,new.user_id, user_name, dept_id, dept_name,bunit_id,buss_unit_name,new.reason, + new.leavetypeid, leave_type_name, new.leaveday, new.from_date, new.to_date, new.leavestatus, + new.rep_mang_id, repmanager_name, new.no_of_days, new.appliedleavescount, new.is_sat_holiday, + new.createdby, new.modifiedby, new.createddate, new.modifieddate, new.isactive); + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_leaverequest` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_leaverequest_aft_upd` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_leaverequest_aft_upd` AFTER UPDATE ON `main_leaverequest` FOR EACH ROW BEGIN + declare user_name,repmanager_name,leave_type_name,dept_name,buss_unit_name varchar(200); + declare dept_id,bunit_id bigint(20); + #select userfullname into user_name from main_users where id = new.user_id; + #select userfullname into repmanager_name from main_users where id = new.rep_mang_id; + #select leavetype into leave_type_name from main_employeeleavetypes where id = new.leavetypeid; + select department_id into dept_id from main_employees where user_id = new.user_id; + select b.id,concat(d.deptname," (",d.deptcode,")") , + if(b.unitcode != "000",concat(b.unitcode,"","-"),"") into bunit_id,dept_name,buss_unit_name + FROM `main_departments` AS `d` LEFT JOIN `main_businessunits` AS `b` ON b.id=d.unitid + WHERE (d.isactive = 1 and d.id = dept_id); + UPDATE main_leaverequest_summary set + user_id = new.user_id, + #user_name = user_name, + department_id = dept_id, + department_name = dept_name, + bunit_id = bunit_id, + buss_unit_name = buss_unit_name, + #reason = new.reason, + #leavetypeid = new.leavetypeid, + #leavetype_name = leave_type_name, + #leaveday = new.leaveday, + #from_date = new.from_date, + #to_date = new.to_date, + leavestatus = new.leavestatus, + #rep_mang_id = new.rep_mang_id, + #rep_manager_name = repmanager_name, + #no_of_days = new.no_of_days, + #appliedleavescount = new.appliedleavescount, + #is_sat_holiday = new.is_sat_holiday, + #createdby = new.createdby, + modifiedby = new.modifiedby, + #createddate = new.createddate, + modifieddate = new.modifieddate, + isactive = new.isactive where leave_req_id = new.id; + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_monthslist` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_monthlist_aftr_upd` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_monthlist_aftr_upd` AFTER UPDATE ON `main_monthslist` FOR EACH ROW BEGIN + declare calmonth_name varchar(200); + select month_name into calmonth_name from tbl_months where monthid = new.month_id; + UPDATE main_leavemanagement_summary lm SET lm.cal_startmonthname = calmonth_name, lm.modifieddate = utc_timestamp() + WHERE (lm.cal_startmonth = new.month_id AND lm.isactive=1); + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_positions` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_positions_main_requisition_summary` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_positions_main_requisition_summary` AFTER UPDATE ON `main_positions` FOR EACH ROW BEGIN + UPDATE main_requisition_summary rs SET rs.position_name = NEW.positionname, rs.modifiedon = utc_timestamp() WHERE (rs.position_id = NEW.id + AND rs.position_name != NEW.positionname); + update main_employees_summary set position_name = new.positionname,modifieddate = utc_timestamp() where position_id = new.id and isactive = 1; + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_prefix` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_prefix_aft_upd` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_prefix_aft_upd` AFTER UPDATE ON `main_prefix` FOR EACH ROW BEGIN + if old.prefix != new.prefix then + begin + update main_employees_summary set prefix_name = new.prefix,modifieddate = utc_timestamp() where isactive = 1 and prefix_id = new.id; + end; + end if; + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_requisition` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_requisition_aft_ins` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_requisition_aft_ins` AFTER INSERT ON `main_requisition` FOR EACH ROW BEGIN + declare pos_name,rep_name,bunit_name,dept_name,job_name,empt_name,app1_name,app2_name,app3_name,createdbyname varchar(200); + select positionname into pos_name from main_positions where id = new.position_id; + select userfullname into rep_name from main_users where id = new.reporting_id; + select userfullname into app1_name from main_users where id = new.approver1; + select userfullname into createdbyname from main_users where id = new.createdby; + set app2_name = null; + set app3_name = null; + if new.approver2 is not null then + select userfullname into app2_name from main_users where id = new.approver2; + end if; + + if new.approver3 is not null then + select userfullname into app3_name from main_users where id = new.approver3; + end if; + select unitname into bunit_name from main_businessunits where id = new.businessunit_id; + select deptname into dept_name from main_departments where id = new.department_id; + select jobtitlename into job_name from main_jobtitles where id = new.jobtitle; + select te.employemnt_status into empt_name from main_employmentstatus em + inner join tbl_employmentstatus te on te.id = em.workcodename where em.id = new.emp_type; +insert into main_requisition_summary + (req_id, requisition_code, onboard_date, position_id, position_name, reporting_id, reporting_manager_name, + businessunit_id, businessunit_name, department_id, department_name, jobtitle, jobtitle_name, + req_no_positions, selected_members, filled_positions, jobdescription, req_skills, req_qualification, + req_exp_years, emp_type, emp_type_name, req_priority, additional_info, req_status, approver1, approver1_name, + approver2, approver2_name, approver3, approver3_name, appstatus1, appstatus2, appstatus3, isactive, + createdby, modifiedby, createdon, modifiedon,createdby_name + ) + values + (new.id, + + new.requisition_code, + new.onboard_date, + new.position_id, + pos_name, + new.reporting_id, + rep_name, + new.businessunit_id, + bunit_name, + new.department_id, + dept_name, + new.jobtitle, + job_name, + new.req_no_positions, + new.selected_members, + new.filled_positions, + new.jobdescription, + new.req_skills, + new.req_qualification, + new.req_exp_years, + new.emp_type, + empt_name, + new.req_priority, + new.additional_info, + new.req_status, + new.approver1, + app1_name, + new.approver2, + app2_name, + new.approver3, + app3_name, + new.appstatus1, + new.appstatus2, + new.appstatus3, + new.isactive, + new.createdby, + new.modifiedby, + new.createdon, + new.modifiedon,createdbyname + ); + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_requisition` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_requisition_aft_upd` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_requisition_aft_upd` AFTER UPDATE ON `main_requisition` FOR EACH ROW BEGIN + declare pos_name,rep_name,bunit_name,dept_name,job_name,empt_name,app1_name,app2_name,app3_name varchar(200); + select positionname into pos_name from main_positions where id = new.position_id; + select userfullname into rep_name from main_users where id = new.reporting_id; + select userfullname into app1_name from main_users where id = new.approver1; + set app2_name = null; + set app3_name = null; + if new.approver2 is not null then + select userfullname into app2_name from main_users where id = new.approver2; + end if; + + if new.approver3 is not null then + select userfullname into app3_name from main_users where id = new.approver3; + end if; + select unitname into bunit_name from main_businessunits where id = new.businessunit_id; + select deptname into dept_name from main_departments where id = new.department_id; + select jobtitlename into job_name from main_jobtitles where id = new.jobtitle; + select te.employemnt_status into empt_name from main_employmentstatus em + inner join tbl_employmentstatus te on te.id = em.workcodename where em.id = new.emp_type; + update main_requisition_summary set + requisition_code = new.requisition_code,onboard_date = new.onboard_date, position_id = new.position_id, position_name = pos_name, + reporting_id = new.reporting_id, reporting_manager_name = rep_name , + businessunit_id = new.businessunit_id, businessunit_name = bunit_name, + department_id = new.department_id, department_name = dept_name, + jobtitle = new.jobtitle, jobtitle_name = job_name, req_no_positions = new.req_no_positions, + selected_members = new.selected_members, filled_positions = new.filled_positions, + jobdescription = new.jobdescription, req_skills = new.req_skills, req_qualification = new.req_qualification, + req_exp_years = new.req_exp_years, emp_type = new.emp_type, emp_type_name = empt_name, + req_priority = new.req_priority, additional_info = new.additional_info, req_status = new.req_status, + approver1 = new.approver1, approver1_name = app1_name, approver2 = new.approver2, + approver2_name = app2_name, approver3 = new.approver3, approver3_name = app3_name, + appstatus1 = new.appstatus1, appstatus2 = new.appstatus2, appstatus3 = new.appstatus3, + modifiedby = new.modifiedby, modifiedon = new.modifiedon,isactive = new.isactive where req_id = new.id ; + + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_roles` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_roles_aft_upd` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_roles_aft_upd` AFTER UPDATE ON `main_roles` FOR EACH ROW BEGIN + if old.rolename != new.rolename then + begin + update main_employees_summary set emprole_name = new.rolename,modifieddate = utc_timestamp() where isactive = 1 and emprole = new.id; + end; + end if; + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_sd_depts` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_sd_depts_aft_upd` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_sd_depts_aft_upd` AFTER UPDATE ON `main_sd_depts` FOR EACH ROW BEGIN + if old.service_desk_name != new.service_desk_name then + begin + update main_sd_requests_summary set service_desk_name = new.service_desk_name,modifieddate = utc_timestamp() where service_desk_id = new.id; + end; + end if; + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_sd_reqtypes` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_sd_reqtypes_aft_upd` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_sd_reqtypes_aft_upd` AFTER UPDATE ON `main_sd_reqtypes` FOR EACH ROW BEGIN + if old.service_request_name != new.service_request_name then + begin + update main_sd_requests_summary set service_request_name = new.service_request_name,modifieddate = utc_timestamp() where service_request_id = new.id; + end; + end if; + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_sd_requests` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_sd_request_aft_ins` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_sd_request_aft_ins` AFTER INSERT ON `main_sd_requests` FOR EACH ROW BEGIN + declare x_service_desk_name,x_service_request_name,x_raised_by_name,x_executor_name, + x_reporting_manager_name,x_approver_1_name,x_approver_2_name,x_approver_3_name,raised_empid,raised_img + varchar(250); + + select service_desk_name into x_service_desk_name from main_sd_depts where id = new.service_desk_id; + select service_request_name into x_service_request_name from main_sd_reqtypes where id = new.service_request_id; + select userfullname,employeeId,profileimg into x_raised_by_name,raised_empid,raised_img from main_employees_summary where user_id = new.raised_by; + select userfullname into x_executor_name from main_employees_summary where user_id = new.executor_id; + select userfullname into x_reporting_manager_name from main_employees_summary where user_id = new.reporting_manager_id; + select userfullname into x_approver_1_name from main_employees_summary where user_id = new.approver_1; + select userfullname into x_approver_2_name from main_employees_summary where user_id = new.approver_2; + select userfullname into x_approver_3_name from main_employees_summary where user_id = new.approver_3; + + insert into main_sd_requests_summary ( + sd_requests_id, service_desk_id, service_desk_name, service_desk_conf_id, service_request_name, service_request_id, + priority, description, attachment, status, raised_by, raised_by_name, ticket_number, executor_id, executor_name, executor_comments, + reporting_manager_id, reporting_manager_name, approver_status_1, approver_status_2, approver_status_3, reporting_manager_status, + approver_1, approver_1_name, approver_2, approver_2_name, approver_3, approver_3_name, isactive, createdby, modifiedby, + createddate, modifieddate,raised_by_empid,approver_1_comments,approver_2_comments,approver_3_comments,reporting_manager_comments, + to_mgmt_comments,to_manager_comments + ) + values ( + new.id, new.service_desk_id, x_service_desk_name, new.service_desk_conf_id, x_service_request_name, new.service_request_id, + new.priority, new.description, new.attachment, new.status, new.raised_by, x_raised_by_name, new.ticket_number, new.executor_id, + x_executor_name, new.executor_comments, new.reporting_manager_id, x_reporting_manager_name, new.approver_status_1, + new.approver_status_2, new.approver_status_3, new.reporting_manager_status, new.approver_1, x_approver_1_name, new.approver_2, + x_approver_2_name, new.approver_3, x_approver_3_name, new.isactive, new.createdby, new.modifiedby, new.createddate, new.modifieddate, + raised_empid,new.approver_1_comments,new.approver_2_comments,new.approver_3_comments,new.reporting_manager_comments, + new.to_mgmt_comments,new.to_manager_comments + ); + insert into main_request_history(request_id,description,emp_id,emp_name,createdby,modifiedby,createddate,modifieddate,isactive,emp_profileimg) + value (new.id,concat(CONCAT(UCASE(LEFT(x_service_desk_name, 1)), SUBSTRING(x_service_desk_name, 2)) ,' Request has been raised by '),new.raised_by,CONCAT(UCASE(LEFT(x_raised_by_name, 1)), SUBSTRING(x_raised_by_name, 2)),new.createdby,new.createdby,new.createddate,new.modifieddate,new.isactive,raised_img); + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_sd_requests` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_sd_request_aft_upd` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_sd_request_aft_upd` AFTER UPDATE ON `main_sd_requests` FOR EACH ROW BEGIN + declare x_service_desk_name,x_service_request_name,x_raised_by_name,x_executor_name, + x_reporting_manager_name,x_approver_1_name,x_approver_2_name,x_approver_3_name + varchar(250); + + select service_desk_name into x_service_desk_name from main_sd_depts where id = new.service_desk_id; + select service_request_name into x_service_request_name from main_sd_reqtypes where id = new.service_request_id; + select userfullname into x_raised_by_name from main_employees_summary where user_id = new.raised_by; + select userfullname into x_executor_name from main_employees_summary where user_id = new.executor_id; + select userfullname into x_reporting_manager_name from main_employees_summary where user_id = new.reporting_manager_id; + select userfullname into x_approver_1_name from main_employees_summary where user_id = new.approver_1; + select userfullname into x_approver_2_name from main_employees_summary where user_id = new.approver_2; + select userfullname into x_approver_3_name from main_employees_summary where user_id = new.approver_3; + + update main_sd_requests_summary set + service_desk_id = new.service_desk_id, service_desk_name = x_service_desk_name, service_desk_conf_id = new.service_desk_conf_id, + service_request_name = x_service_request_name, service_request_id = new.service_request_id, priority = new.priority, + description = new.description, attachment = new.attachment, status = new.status, raised_by = new.raised_by, + raised_by_name = x_raised_by_name, ticket_number = new.ticket_number, executor_id = new.executor_id, executor_name = x_executor_name, + executor_comments = new.executor_comments, reporting_manager_id = new.reporting_manager_id, reporting_manager_name = x_reporting_manager_name, + approver_status_1 = new.approver_status_1, approver_status_2 = new.approver_status_2, approver_status_3 = new.approver_status_3, + reporting_manager_status = new.reporting_manager_status, approver_1 = new.approver_1, approver_1_name = x_approver_1_name, + approver_2 = new.approver_2, approver_2_name = x_approver_2_name, approver_3 = new.approver_3, approver_3_name = x_approver_3_name, + isactive = new.isactive, createdby = new.createdby, modifiedby = new.modifiedby, createddate = new.createddate, modifieddate = new.modifieddate + ,approver_1_comments = new.approver_1_comments,approver_2_comments = new.approver_2_comments,approver_3_comments = new.approver_3_comments,reporting_manager_comments = new.reporting_manager_comments, + to_mgmt_comments = new.to_mgmt_comments,to_manager_comments = new.to_manager_comments + where sd_requests_id = new.id; + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_states` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_states_aft_upd` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_states_aft_upd` AFTER UPDATE ON `main_states` FOR EACH ROW BEGIN + if old.state != new.state then + begin + update main_interviewrounds_summary set interview_state_name = new.state,modified_date = utc_timestamp() where interview_state_id = new.state_id_org and isactive = 1; + end; + end if; + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_users` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_users_aft_upd` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_users_aft_upd` AFTER UPDATE ON `main_users` FOR EACH ROW BEGIN + declare groupid int(11); + + select group_id into groupid from main_roles where id = old.emprole; + if old.userfullname != new.userfullname then + begin + + if (groupid != 5 or groupid is null) then + begin + #start of main_leaverequest_summary + update main_leaverequest_summary set rep_manager_name = new.userfullname,modifieddate = utc_timestamp() where rep_mang_id = new.id and isactive = 1; + update main_leaverequest_summary set user_name = new.userfullname,modifieddate = utc_timestamp() where user_id = new.id and isactive = 1; + #end of main_leaverequest_summary + #start of main_requisition_summary + update main_requisition_summary set reporting_manager_name = new.userfullname,modifiedon = utc_timestamp() where reporting_id = new.id and isactive = 1; + update main_requisition_summary set approver1_name = new.userfullname,modifiedon = utc_timestamp() where approver1 = new.id and isactive = 1; + update main_requisition_summary set approver2_name = new.userfullname,modifiedon = utc_timestamp() where approver2 = new.id and isactive = 1; + update main_requisition_summary set approver3_name = new.userfullname,modifiedon = utc_timestamp() where approver3 = new.id and isactive = 1; + update main_requisition_summary set createdby_name = new.userfullname,modifiedon = utc_timestamp() where createdby = new.id and isactive = 1; + #end of main_requisition_summary + #start of main_employees_summary + update main_employees_summary set reporting_manager_name = new.userfullname,modifieddate = utc_timestamp() where reporting_manager = new.id and isactive = 1; + update main_employees_summary set referer_name = new.userfullname,modifieddate = utc_timestamp() where candidatereferredby = new.id and isactive = 1; + update main_employees_summary set createdby_name = new.userfullname,modifieddate = utc_timestamp() where createdby = new.id and isactive = 1; + update main_employees_summary set userfullname = new.userfullname,modifieddate = utc_timestamp() where user_id = new.id and isactive = 1; + #end of main_employees_summary + #start of main_bgchecks_summary + update main_bgchecks_summary set specimen_name = new.userfullname,modifieddate = utc_timestamp() where specimen_id = new.id and specimen_flag = 1 and isactive = 1; + update main_bgchecks_summary set createdname = new.userfullname,modifieddate = utc_timestamp() where createdby = new.id and isactive = 1; + update main_bgchecks_summary set modifiedname = new.userfullname,modifieddate = utc_timestamp() where modifiedby = new.id and isactive = 1; + #end of main_bgchecks_summary + # start of main_interviewrounddetails_summary + update main_interviewrounds_summary set interviewer_name = new.userfullname,modified_date = utc_timestamp() where interviewer_id = new.id and isactive = 1; + update main_interviewrounds_summary set created_by_name = new.userfullname,modified_date = utc_timestamp() where created_by = new.id and isactive = 1; + # end of main_interviewrounddetails_summary + # start of main_userloginlog + update main_userloginlog set userfullname = new.userfullname where userid = new.id; + # end of main_userloginlog + #start of main_sdrequests_summary + update main_sd_requests_summary set raised_by_name = new.userfullname,modifieddate = utc_timestamp() where raised_by = new.id; + update main_sd_requests_summary set executor_name = new.userfullname,modifieddate = utc_timestamp() where executor_id = new.id; + update main_sd_requests_summary set reporting_manager_name = new.userfullname,modifieddate = utc_timestamp() where reporting_manager_id = new.id; + update main_sd_requests_summary set approver_1_name = new.userfullname,modifieddate = utc_timestamp() where approver_1 = new.id; + update main_sd_requests_summary set approver_2_name = new.userfullname,modifieddate = utc_timestamp() where approver_2 = new.id; + update main_sd_requests_summary set approver_3_name = new.userfullname,modifieddate = utc_timestamp() where approver_3 = new.id; + # end of main_sdrequests_summary + end; + end if; + end; + end if;#end of if of user full name + if old.employeeId != new.employeeId then + begin + if (groupid != 5 or groupid is null) then + begin + #start of main_employees_summary + update main_employees_summary set employeeId = new.employeeId,modifieddate = utc_timestamp() where user_id = new.id; + #end of main_employees_summary + end; + end if; + end; + end if;#end of if of employeeId + if old.isactive != new.isactive then + begin + if (groupid != 5 or groupid is null) then + begin + #start of main_employees_summary + update main_employees_summary set isactive = new.isactive,modifieddate = utc_timestamp() where user_id = new.id; + #end of main_employees_summary + end; + end if; + end; + end if; #end of if of isactive + if old.profileimg != new.profileimg then + begin + if (groupid != 5 or groupid is null) then + begin + #start of main_employees_summary + update main_employees_summary set profileimg = new.profileimg,modifieddate = utc_timestamp() where user_id = new.id; + #end of main_employees_summary + #start of main_request_history + update main_request_history set emp_profileimg = new.profileimg,modifieddate = utc_timestamp() where emp_id = new.id; + #end of main_request_history + end; + end if; + end; + end if; #end of if of isactive + if old.backgroundchk_status != new.backgroundchk_status then + begin + if (groupid != 5 or groupid is null) then + begin + #start of main_employees_summary + update main_employees_summary set backgroundchk_status = new.backgroundchk_status,modifieddate = utc_timestamp() where user_id = new.id; + #end of main_employees_summary + end; + end if; + end; + end if;#end of if of background check status +if old.contactnumber != new.contactnumber then + begin + if (groupid != 5 or groupid is null) then + begin + #start of main_employees_summary + update main_employees_summary set contactnumber = new.contactnumber,modifieddate = utc_timestamp() where user_id = new.id; + #end of main_employees_summary + end; + end if; + end; + end if;#end of if of contact number + + END */$$ + + +DELIMITER ; + +/* Trigger structure for table `main_weekdays` */ + +DELIMITER $$ + +/*!50003 DROP TRIGGER*//*!50032 IF EXISTS */ /*!50003 `main_weekdays_aftr_upd` */$$ + +/*!50003 CREATE */ /*!50017 DEFINER = 'sapplica'@'%' */ /*!50003 TRIGGER `main_weekdays_aftr_upd` AFTER UPDATE ON `main_weekdays` FOR EACH ROW BEGIN + declare weekend_name varchar(200); + select week_name into weekend_name from tbl_weeks where week_id = new.day_name; + UPDATE main_leavemanagement_summary lm SET lm.weekend_startdayname = weekend_name, lm.modifieddate = utc_timestamp() + WHERE (lm.weekend_startday = new.day_name AND lm.isactive=1); + UPDATE main_leavemanagement_summary lm SET lm.weekend_enddayname = weekend_name, lm.modifieddate = utc_timestamp() + WHERE (lm.weekend_endday = new.day_name AND lm.isactive=1); + END */$$ + + +DELIMITER ; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; diff --git a/patches/patches_1.1.7/public/media/css/style.css b/patches/patches_1.1.7/public/media/css/style.css new file mode 100644 index 000000000..2adc05492 --- /dev/null +++ b/patches/patches_1.1.7/public/media/css/style.css @@ -0,0 +1,3733 @@ +/********************************************************************************* + * This file is part of Sentrifugo. + * Copyright (C) 2014 Sapplica + * + * Sentrifugo 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 3 of the License, or + * (at your option) any later version. + * + * Sentrifugo 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 Sentrifugo. If not, see . + * + * Sentrifugo Support + ********************************************************************************/ + +@charset "utf-8"; +/* CSS Document */ + +input[type=text]::-ms-clear { + display: none; +} + +input[type=password]::-ms-reveal{ + display: none; + } + +/* ----------- HRMS CSS ---------------- */ +img{border:0px} +html{ width:100%; background-position:top left; background-repeat:repeat-x; } +html, body, div, span, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +abbr, address, cite, code, +del, dfn, em, img, ins, kbd, q, samp, +small, strong, sub, sup, var, +b, i, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, figcaption, figure, +footer, header, hgroup, menu, nav, section, summary, +time, mark, audio, video { + margin:0; + padding:0; + border:0; + outline:0; + font-size:100%; + vertical-align:baseline; + background:transparent; +} +input, textarea, select, a { outline: none; } +blockquote, q { + quotes:none; +} + +blockquote:before, blockquote:after, +q:before, q:after { + content:''; + content:none; +} +article,aside,details,figcaption,figure, +footer,header,hgroup,menu,nav,section { + display:block; +} + +nav ul { + list-style:none; +} + +a:active{ + background-color: transparent; /* Can be any colour, not just transparent */ +} +body{ +width:100%; +margin:0 auto; +/*font-family:Arial, Helvetica, sans-serif; +font-size:11px;*/ +font-family: 'PTSansRegular'; font-size:14px; +/* text-align:center; by sapplica*/ +background:url(../images/debut_dark.png) repeat left top; +} +#mainDiv { margin:0 auto; width:100%; min-width:992px; } +.meta{ +color:#F5F5F5; +background-image:url(../images/meta_bg.gif); +background-position:top right; +background-repeat:no-repeat; +height:36px; +width:924px; +overflow:hidden; +} +.meta a{ +color:#92DF01; +text-decoration:underline +} + +.meta a:visited{text-decoration:underline} +.meta a:hover{text-decoration:none} +.meta p{ +display:block; +float:right; +line-height:18px; +} +.metalinks{ +height:23px; +width:166px; +margin:0 0 0 22px; +padding:13px 0 0 0; +float:right; +text-align:center; +} +.metalinks a{ +margin:0 10px 0 7px +} +.slogan{display:block;position:absolute;top:25px;left:70px; } +#topnav{padding-left:60px;} +#topnav .last{background:none;} +#topnav a:visited{text-decoration:none} +#topnav a:hover{text-decoration:none; color:red;} +#banner{ /*valign:bottom; */ } +.search{ width:751px; float:left; color:#272727; padding:0 0 0px 108px; overflow:hidden; background-image:url(../images/search_bg.gif); background-position:top left; background-repeat:no-repeat; } +.search img{float:left} +.input{ height:17px; float:left; border:2px inset #CECECE; margin:8px 0 0 7px; padding:0 0 0 5px; font-size:12px; color:#454545 } +.select{ height:20px; float:left; border:1px inset #CECECE; margin:8px 0 0 7px; padding:0 0 0 5px; font-size:12px; color:#454545 } +.first{width:170px} +.second{width:255px;} +/*.button{ background-image:url(../images/button.gif); background-position:top left; background-repeat:no-repeat; line-height:20px; padding:0 0 4px 0; width:67px; text-align:center; display:block; float:left; margin:7px 0 0 8px; font-family:Tahoma, sans-serif; font-size:11px; color:#222222; text-decoration:none }*/ +.exept{ line-height:18px; float:left; padding:0 55px 0 0 } +.check{ height:17px; width:17px; float:left; margin:0 6px 0 0 } +#blocks{ background-image:url(../images/blocks_bg.gif); background-position:top left; background-repeat:repeat-y; width:860px; overflow:hidden; float:left; padding:23px 0 0 0; border-top:1px solid #fff;border-bottom:5px solid #fff } +.block{ width:215px; float:left; } +.block p{ width:180px; display:block; margin:15px 0 20px 25px; } +.red_text{color:#FEEAE6} +.gray_text{color:#EDECEC} +#list{ padding:12px 0 18px 11px; } +#list li{ background-image:url(../images/ul_bg.gif); background-position:top left; background-repeat:no-repeat; line-height:20px; padding:0 0 0 15px; margin:0 0 2px 0; list-style-type:none; } +#list a{ color:#FFFFFF; text-decoration:none } +#list a:visited{text-decoration:none} +#list a:hover{text-decoration:underline} +.more{ margin:0 0 0 57px; } +.signup{ width:165px; float:left; margin:2px 0 15px 22px;} +.submit{ margin:0 0 0 126px; float:left } +#info{ background-image:url(../images/bg2.gif); background-position:top left; background-repeat:repeat-x; width:859px; float:left; overflow:hidden; padding:30px 0 20px 0; background-color:#DBDBDB; color:#454545; +} +#info div{ width:160px; float:left; padding:0 10px 0 38px; } +#info ul{ padding:12px 0 0 4px } +#info li{ list-style-type:none; line-height:18px; } +#info a{ color:#454545; text-decoration:none} +/* +#footer{ +width:100%; +float:left; +margin-left:70px; +display:inline; +background-image:url(../images/footer_bg.gif); +background-position:top left; +background-repeat:no-repeat; +padding:20px 0; +text-align:center; +}*/ +#footer a{ +color:#254A73; +text-decoration:underline +} +#footer a:visited{text-decoration:underline} +#footer a:hover{text-decoration:none} +.inner_copy{ border:0; color:#fff; float:right; width:0.09%!important; margin:-100px; overflow:hidden; line-height:0px; padding:0px; font-size:11px } + + +/********************* + Forms +*********************/ +form{ + padding:0px; + /*background-color: #ffffff;*/ + margin:0 auto; +} +form#form fieldset { + display:block; + padding:5px 10px 5px 10px; + line-height:20px; + margin-bottom:10px; +} +form#form legend { + font-size:12px; + font-weight:bold; + margin-bottom:5px; + padding:3px; + width:254px; +} +form#form label { + clear:left; + display:block; + float:left; + width:100px; + text-align:right; + padding-right:10px; + margin-bottom:5px; +} +form#form input { + padding:3px; + margin-bottom:5px; +} +form#form select { + margin-left:5px; +} +form#form textarea { + width:410px; + height:200px; + padding:5px; + overflow:auto; +} +form#form option { + background:#FFF; +} +form#form optgroup option { + +} +form#form #button1, form#form #button2 { + padding-right:5px; + cursor:pointer; + width:205px; + margin-left:8px; + font-weight:bold; +} +form#form #button1:hover, form#form #button2:hover { + background-position:center left; +} + + +input.button +{ + margin-top:10px; + font-size:14px; + font-family:Arial,sans-serif; + height:30px; + font-weight:bold; + background-color:#e0e0e0; + border-style:solid; + border-color:orange; + border-width:2px; +} + +input.text{ + background-color:#fffaaa; +} + + +/* Zend Form Styling */ +dl.zend dt, dd { min-height: 10px; } +dl.zend_form dt { + float: left; + clear: left; + text-align: left; +} +dl.zend_form dt label.required { font-weight: 600; } +dl.zend_form dd { + float: left; + clear: right; + padding-left: 5px; +} +dl.zend_form dt label{ + font-size:12px; + width:auto; +} +dl.zend_form dd ul.errors { + list-style: none; + padding: 0; + margin: 0; +} + +dl.zend_form dd ul.errors li { + float: left; + margin: 0 0.15em; + font-size: 10px; + color: red; +} +dl.zend_form dd textarea { + width: auto; + height: 100px; + margin:5px; + border: 1px solid #7f9db9; + padding: 5px; + font-family: Tahoma, sans-serif; + background-image: url(bg.gif); + background-position: bottom right; + background-repeat: no-repeat; + +} + +/*DL, DT, DD TAGS LIST DATA*/ +dl.zend_form { + margin-bottom:50px; +} + +dl.zend_form dt { + color:#000; + float:left; + font-weight:bold; + margin-right:10px; + padding:5px; + min-width:100px; +} + +dl.zend_form dd { + margin:2px 0; + padding:5px 0; +} +/*.button{ +background-image:url(../images/button.gif); +background-position:top left; +background-repeat:no-repeat; +line-height:20px; +padding:0 0 4px 0; +width:auto; +text-align:center; +display:block; +float:left; +margin:7px 0 0 8px; +font-family:Tahoma, sans-serif; +font-size:11px; +color:#222222; +text-decoration:none +}*/ +#breadcrumdiv { min-height: 18px; } +.breadcrumbs{ /* background:#fff;padding: 4px;border-bottom:1px solid #ccc;*/color: #353535; float:left; text-align:left; font-family: 'PTSansRegular'; font-size:12px; text-shadow: 0 1px 0 #ffffff; color: #3b3b3b; width:96%; margin:10px 2%; } +.firstbreadcrumb { color: #1f8abc; font-family: 'PTSansRegular'; text-shadow: 0 1px 0 #ffffff; cursor:pointer;} +.firstbreadcrumb:hover{ color: #1f8abc; text-decoration: none; } +.breadcrumbs span.arrows{ font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight: normal; padding:0 3px;} +.breadcrumbs a{ color: #1f8abc; text-decoration: none; } +.breadcrumbs a:hover{ color: #3B3B3B; text-decoration: none; } +.page-content{ + text-align:left; + font-size:12px; cursor:pointer; + color:#3b3b3b; + /*font-face:verdana ariel courier;*/ font-family: 'PTSansRegular',sans-serif; + padding:5px 10px 5px 10px; + line-height:1.5em; +} +.page-content br{ + clear:both; + height:20px; +} + +/* for dynamic forms*/ + +/*.formRowDiv { width: 50%; min-width: 340px; float:left; padding: 0; color:#3b3b3b; margin:10px 0 0 0; } +.formLabel { float :left; width:30%; min-width:225px; font-family:'PTSansRegular'; font-size: 14px; font-weight: normal; height: auto; padding:0; margin:2px 0 8px 0; text-align: left; color: #3B3B3B; } +.formElement {float: left; padding: 0; text-align: left; width: 70%; min-width: 295px; }*/ + +.formElement .chzn-container-single .chzn-search input { width:252px !important; background-color: #FFFFFF; border: 1px solid #C6C6C6; box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1) inset; color: #AFAFAF; float: left; font-family: latoregular,sans-serif; font-size: 14px; height: 30px; line-height: 30px; padding: 0 8px; text-align: left; } + +.formButtons { width: auto; float: left; margin-bottom:5px; } +.fetchButton{ width: auto; float: left; padding-top: 3px; } + +.defaultFormMainRowDiv { padding: 0px; width: 100%; clear: both;} +.defaultFormRowDiv, .formRowDiv{ float: left; padding: 0px; width: 50%; color:#3b3b3b; margin:0; min-height: 50px; min-width:340px; height:80px;} +.defaultFormLabel, .formLabel { font-family: 'PTSansRegular',sans-serif; font-size: 14px; font-weight: normal; height: auto; padding:0; margin:0px 0 8px 0; text-align: left; float :left; width:100%; min-width: 225px; clear: both;} +.defaultFormElement, .formElement { float: left; padding: 0; text-align: left; width: 100%; min-width: 295px; position: relative; } + +.newformRowDiv{ float: left; padding: 0px; color:#3b3b3b; margin:0; min-height: 50px; width:225px; height:80px;} +.uploadformRowDiv{ float: left; padding: 0px; color:#3b3b3b; margin:0; min-height: 50px; width:240px; min-height:80px;} +.newformLabel { font-family: 'PTSansRegular',sans-serif; font-size: 14px; font-weight: normal; height: auto; padding:0; margin:0px 0 8px 0; text-align: left; float :left; width:100%; clear: both;} +.uploadformLabel { font-family: 'PTSansRegular',sans-serif; font-size: 14px; font-weight: normal; height: auto; padding:0; margin:0px 0 8px 0; text-align: left; float :left; width:100%; clear: both;} +.newformElement{ float: left; padding: 0; text-align: left; width: 100%; position: relative; } +.newformElement input.formDataElement { width:204px !important; height: 30px !important;} +.newformRowDivTitle { margin-right:25px !important; } +.newformRowDivVersion { float: right !important; } + +.formCheckDiv +{ + width: 100%; + clear: both; + font-size: 12px; + /*font-weight: bold;*/ + padding: 0px 5px 5px 0px; + color: #454545; +} +/* for dynamic forms code end here */ +.errors { color: #FF0000; font-family: 'PTSansRegular',sans-serif; font-size: 12px !important; margin: 0; text-shadow: 0 1px 0 #FFFFFF; list-style: none; float:left; width:100%; +clear:both; text-align: left !important; font-style: normal; + /* color: red; + font-size: 9px; + font-weight: normal !important; + margin: 0px 0px 0px 10px !important; + float:left; + line-height: 17px !important; + padding: 2px 5px 2px 10px;*/ } +.example_msg { font-family: 'PTSansRegular',sans-serif; font-size: 10px; margin: 0; text-shadow: 0 1px 0 #FFFFFF; list-style: none;/* float:left; */width:100%; clear:both; text-align: left;} + +.shortcuterrors { color: #FF0000; font-family: 'PTSansRegular',sans-serif; font-size: 12px !important; margin: 6px; text-shadow: 0 1px 0 #FFFFFF; list-style: none; float:left; text-align: left !important;} + + +.uploadformRowDiv .errors { margin:25px 0 0px 0 !important; } + +#mainForm .formDataElement { width: 100%; } + +#mainForm input.formDataElement { + /* background-image: url("../images/desktop/text-bg.gif"); + background-repeat: repeat-x; + border: 1px solid #B5B8C8; + font-family: tahoma,arial,sans-serif; + font-size: 12px; + height: 18px; + float:left; */ + border: 1px solid #c6c6c6; width:273px; float: left; background-color: #ffffff; height:32px; font-family: 'PTSansRegular',sans-serif; font-size: 14px; color: #afafaf; padding:0 8px; + -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); line-height:30px; text-align:left; outline:none; } + +#mainForm textarea.formDataElement { + /* background-image: url("../images/desktop/text-bg.gif"); + background-repeat: repeat-x; + border: 1px solid #B5B8C8; + font-family: tahoma,arial,sans-serif; + font-size: 12px; + float:left; */ + border: 1px solid #c6c6c6; width:273px; float: left; background-color: #ffffff; height:80px; font-family: 'PTSansRegular',sans-serif; font-size: 14px; color: #afafaf; padding:10px 8px; + -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); resize:none; line-height: 20px; outline:none; } + +.defaultFormElement .chzn-container-single .chzn-search input { width:252px !important; background-color: #FFFFFF; border: 1px solid #C6C6C6; box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1) inset; color: #AFAFAF; float: left; font-family: latoregular,sans-serif; font-size: 14px; height: 30px; line-height: 30px; padding: 0 8px; text-align: left; } +#mainForm select{ + font-family: tahoma,arial,sans-serif; + font-size: 12px; + border:1px solid #B5B8C8; + height:21px; + background-color:#ffffff; } + +#mainForm .ui-datepicker-trigger +{ + padding: 6px 0px 0px 3px; + float: left; + cursor: pointer; position: absolute; left: 264px; +} + +.section-heading { height: 26px; } +/*.section-left-image { + height:26px; + width:4px; + float:left; + background:url(../images/desktop/top-left.png) top left no-repeat;}*/ +.section-center { + height:25px; + width:100%; + float:left; + /* background:url(../images/desktop/top-center.png) top left repeat-x; + border: 1px solid #99bce8; + border-top: none; + border-radius: 5px 5px 0px 0px; */ +} +.section-center-text-area { + height:25px; + width:100%; + padding:0px 0px 0 3px; + text-align: left; + line-height: 25px; +} +/*.section-right-image { + height:26px; + width:8px; + float:left; + background:url(../images/desktop/Untitled-5.png) top left no-repeat;} */ + +.section-heading1 { + /*color: #04408C; + font-size: 11px; + font-weight: bold; + font-family: tahoma, arial, verdana, sans-serif; + padding-top:5px;*/ + float:left; clear:both; width:100%; color: #3b3b3b; font-size:15px; font-family: 'PTSansRegular', sans-serif; text-shadow: 0 1px 0 #ffffff; text-align:left; } + +.section-center-text-area img { padding-right: 3px; } +.content_inner { /*padding:0px 0px 20px 0px; margin-bottom: 20px; */ margin: 0; padding: 0; width: 100%; float: left; + /*background:#ffffff; + border-left: 1px solid #99bce8; + border-right:1px solid #99bce8; + border-bottom:1px solid #99bce8; + border-radius: 0px 0px 5px 5px; + border-color: #99bce8 #99bce8 #99bce8; + border-style: solid; + border-width: 0 1px 1px; */ } + +#mainForm button.formSubmitButton, #mainForm a.button, #mainForm button{ + background-color: #208bbd; border:1px solid #006391; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; height:26px; padding:0px 10px 4px 10px; font-size: 14px; + text-shadow: 0 1px 0 #006391; font-family: 'PTSansRegular', sans-serif; color:#ffffff; -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); cursor: pointer; float:left; margin-right:10px; text-transform: uppercase; outline: 0; line-height: 22px; } + +#mainForm input[type="submit"], #mainForm input[type="reset"], .submit_bg { +background-color: #208bbd; border:1px solid #006391; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; +height:26px; padding:0px 10px 0px 10px; font-size: 14px; text-shadow: 0 1px 0 #006391; font-family: 'PTSansRegular', sans-serif; color:#ffffff; -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); cursor: pointer; float:left; margin-right:10px; text-transform: uppercase; outline: 0; line-height: 22px; } + +.button-wrap { border-radius: 5px 5px 5px 5px; overflow: hidden; } +#mainForm button:hover, #mainForm button:active, #mainForm input[type="submit"]:hover, #mainForm input[type="submit"]:active, #mainForm input[type="reset"]:hover, #mainForm input[type="reset"]:active, #mainForm a.button:hover, #mainForm a.button:active, .customfile-hover button {} +#mainForm .formButtons button#Cancel, .cancel-div input.submit_bg , .formButtons button#cancel { background: none repeat scroll 0 0 transparent; + border: 0 none; + box-shadow: none; + color: #353535; + font-family: 'PTSansRegular',sans-serif; + font-size: 14px; + margin-top: 6px; + padding: 0; + text-shadow: none; + text-transform: capitalize; } +a.button { height: 23px; } + +/* .ie .formSubmitButton { + background: url("../images/gradients.png") repeat-x bottom; + background-position: 0px -35px; +} */ + +.ui-search-toolbar input{ + background: none repeat scroll 0 0 #FFFFFF; + border: 1px solid #C8C8C8; + border-radius: 5px 5px 5px 5px; + box-shadow: 0 2px 3px 0 rgba(18, 16, 11, 0.13) inset; + display: block; + outline: 0 none; + padding: 5px; + height: 20px; + } + + /* default css */ +#main-div { + width: 100%; + /*background:url(../images/bg_main.png) repeat-x;*/ + margin: auto; + +} +.formElement label, .defaultFormElement label { float:left; } + +#page-container { width: 100%; /* !Important; sapplica */margin:0 auto; } +#header { +/* background-image:url(../images/header_bg.png); +background-repeat:repeat-x; + height: 42px; sapplcia */ + position:relative; + width:100%; + background-color:#208bbd; + min-height:56px; + /*border-bottom:1px solid #101010; */ + -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 1); + box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 1); z-index:100; + +} +.menusprite{ background:url(../images/sprite_blue.png) no-repeat left top; display:block;} + +/* #header .logo { + + width:130px; + float:left; + background:url(../images/logo_main.png) no-repeat ; +background-position:center; + height:42px; + +} commented by sapplica */ + + +/* added by sapplica +.menu{ min-height:517px; width:100%; background:url(../images/wild_oliva.png) repeat; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; -webkit-box-shadow: inset 0px 1px 0px 0px #686868; box-shadow: inset 0px 1px 0px 0px #686868; border:1px solid #000000; margin:0 0 10px 0;} +.menu ul{margin:0 0 0 0; padding:0 0 0 0;} +.menu ul li{ list-style:none; margin:14px 10px 20px 25px; } +.menusprite{ background:url(../images/sprite_blue.png) no-repeat left top; display:block;} +.dashboard{ background-position:0px 0px; padding-left:50px; font-family:'PTSansRegular'; font-size:15px; font-weight:normal; text-shadow:0px 1px 0px #000000; display:block; height:24px; cursor:pointer; color:#FFFFFF; text-shadow:0px 1px 0px #000;} +.dashboard:hover{background-position:0px -551px; padding-left:50px; font-family:'PTSansRegular'; font-size:15px; font-weight:normal; text-shadow:0px 1px 0px #000000; display:block; height:24px; cursor:pointer; color:#78c3e5; text-shadow:0px 1px 0px #000;} +.administration{ background-position:0px -44px; padding-left:50px; font-family:'PTSansRegular'; font-size:15px; font-weight:normal; text-shadow:0px 1px 0px #000000; display:block; height:28px; cursor:pointer; color:#FFFFFF; text-shadow:0px 1px 0px #000;} +.administration:hover{background-position:0px -595px; padding-left:50px; font-family:'PTSansRegular'; font-size:15px; font-weight:normal; text-shadow:0px 1px 0px #000000; display:block; height:28px; cursor:pointer; color:#78c3e5; text-shadow:0px 1px 0px #000;} +.organization{background-position:0px -92px; padding-left:50px; font-family:'PTSansRegular'; font-size:15px; font-weight:normal; text-shadow:0px 1px 0px #000000; display:block; height:21px; cursor:pointer; color:#FFFFFF; text-shadow:0px 1px 0px #000;} +.organization:hover{background-position:0px -643px; padding-left:50px; font-family:'PTSansRegular'; font-size:15px; font-weight:normal; text-shadow:0px 1px 0px #000000; display:block; height:21px; cursor:pointer; color:#78c3e5; text-shadow:0px 1px 0px #000;} +.humanresource{background-position:0px -133px; padding-left:50px; font-family:'PTSansRegular'; font-size:15px; font-weight:normal; text-shadow:0px 1px 0px #000000; display:block; height:22px; cursor:pointer; color:#FFFFFF; text-shadow:0px 1px 0px #000;} +.humanresource:hover{background-position:0px -684px; padding-left:50px; font-family:'PTSansRegular'; font-size:15px; font-weight:normal; text-shadow:0px 1px 0px #000000; display:block; height:22px; cursor:pointer; color:#78c3e5; text-shadow:0px 1px 0px #000;} +.employeeselfservice{background-position:0px -175px; padding-left:50px; font-family:'PTSansRegular'; font-size:15px; font-weight:normal; text-shadow:0px 1px 0px #000000; display:block; height:22px; cursor:pointer; color:#FFFFFF; text-shadow:0px 1px 0px #000;} +.employeeselfservice:hover{background-position:0px -726px; padding-left:50px; font-family:'PTSansRegular'; font-size:15px; font-weight:normal; text-shadow:0px 1px 0px #000000; display:block; height:22px; cursor:pointer; color:#78c3e5; text-shadow:0px 1px 0px #000;} +.backgroundchecks{background-position:0px -217px; padding-left:50px; font-family:'PTSansRegular'; font-size:15px; font-weight:normal; text-shadow:0px 1px 0px #000000; display:block; height:23px; cursor:pointer; color:#FFFFFF; text-shadow:0px 1px 0px #000;} +.backgroundchecks:hover{background-position:0px -768px; padding-left:50px; font-family:'PTSansRegular'; font-size:15px; font-weight:normal; text-shadow:0px 1px 0px #000000; display:block; height:23px; cursor:pointer; color:#78c3e5; text-shadow:0px 1px 0px #000;} +.systemadministration{background-position:0px -258px; padding-left:50px; font-family:'PTSansRegular'; font-size:15px; font-weight:normal; text-shadow:0px 1px 0px #000000; display:block; height:27px; cursor:pointer; color:#FFFFFF; text-shadow:0px 1px 0px #000;} +.systemadministration:hover{background-position:0px -809px; padding-left:50px; font-family:'PTSansRegular'; font-size:15px; font-weight:normal; text-shadow:0px 1px 0px #000000; display:block; height:27px; cursor:pointer; color:#78c3e5; text-shadow:0px 1px 0px #000;} +.siteadministration{background-position:0px -306px; padding-left:50px; font-family:'PTSansRegular'; font-size:15px; font-weight:normal; text-shadow:0px 1px 0px #000000; display:block; height:23px; cursor:pointer; color:#FFFFFF; text-shadow:0px 1px 0px #000;} +.siteadministration:hover{background-position:0px -857px; padding-left:50px; font-family:'PTSansRegular'; font-size:15px; font-weight:normal; text-shadow:0px 1px 0px #000000; display:block; height:23px; cursor:pointer; color:#78c3e5; text-shadow:0px 1px 0px #000;} +.vendormanagement{background-position:0px -348px; padding-left:50px; font-family:'PTSansRegular'; font-size:15px; font-weight:normal; text-shadow:0px 1px 0px #000000; display:block; height:26px; cursor:pointer; color:#FFFFFF; text-shadow:0px 1px 0px #000;} +.vendormanagement:hover{background-position:0px -899px; padding-left:50px; font-family:'PTSansRegular'; font-size:15px; font-weight:normal; text-shadow:0px 1px 0px #000000; display:block; height:26px; cursor:pointer; color:#78c3e5; text-shadow:0px 1px 0px #000;} +.compliances{background-position:0px -392px; padding-left:50px; font-family:'PTSansRegular'; font-size:15px; font-weight:normal; text-shadow:0px 1px 0px #000000; display:block; height:24px; cursor:pointer; color:#FFFFFF; text-shadow:0px 1px 0px #000;} +.compliances:hover{background-position:0px -943px; padding-left:50px; font-family:'PTSansRegular'; font-size:15px; font-weight:normal; text-shadow:0px 1px 0px #000000; display:block; height:24px; cursor:pointer; color:#78c3e5; text-shadow:0px 1px 0px #000;} +.staffing{background-position:0px -436px; padding-left:50px; font-family:'PTSansRegular'; font-size:15px; font-weight:normal; text-shadow:0px 1px 0px #000000; display:block; height:26px; cursor:pointer; color:#FFFFFF; text-shadow:0px 1px 0px #000;} +.staffing:hover{background-position:0px -987px; padding-left:50px; font-family:'PTSansRegular'; font-size:15px; font-weight:normal; text-shadow:0px 1px 0px #000000; display:block; height:26px; cursor:pointer; color:#78c3e5; text-shadow:0px 1px 0px #000;} +.reports{background-position:0px -482px; padding-left:50px; font-family:'PTSansRegular'; font-size:15px; font-weight:normal; text-shadow:0px 1px 0px #000000; display:block; height:26px; cursor:pointer; color:#FFFFFF; text-shadow:0px 1px 0px #000;} +.reports:hover{background-position:0px -1033px; padding-left:50px; font-family:'PTSansRegular'; font-size:15px; font-weight:normal; text-shadow:0px 1px 0px #000000; display:block; height:26px; cursor:pointer; color:#78c3e5; text-shadow:0px 1px 0px #000;} +.menu ul li a span{ background:url(../images/m_arrow_right.png) top right; width:6px; height:11px; display:block; float:right; margin:6px 10px 0 0;} +.menu ul li a span:hover{ background:url(../images/m_arrow_right_hover.png) top right; width:6px; height:11px; display:block; float:right; margin:6px 10px 0 0;} +*/ + +/* Menu Css Start */ +.childelement{ background : none !important; } +.cssmenu ul, +.cssmenu li, +.cssmenu span, +.cssmenu a { + margin: 0; + padding: 0; + position: relative; + -webkit-transition:all 0.3s linear; + -moz-transition:all 0.3s linear; + -o-transition:all 0.3s linear; + transition:all 0.3s linear; + +} +.cssmenu { + /*min-height:517px; */ + /*width:100%; */ width:268px; float:left; + background:url(../images/black-pattren-bg.png) repeat; + -webkit-border-top-left-radius: 5px; + -webkit-border-bottom-left-radius: 5px; + -moz-border-radius-topleft: 5px; + -moz-border-radius-bottomleft: 5px; + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; + -webkit-box-shadow: inset 1px 0 0 0 #686868; + box-shadow: inset 1px 0 0 0 #686868; + border:1px solid #000000; + margin:0 0 10px 0; +} + +.cssmenu ul {margin:0 0 0 0; padding:0 0 0 0;} +.cssmenu ul li {list-style:none; /*margin:14px 0px 20px 25px;*/ margin: 0 0 0 25px;} + +.cssmenu a { + /* padding-left:50px; */ + font-family:'PTSansRegular'; + font-size:15px; + font-weight:normal; + text-shadow:0px 1px 0px #000000; + display:block; + height:25px; + cursor:pointer; + color:#FFFFFF; + text-shadow:0px 1px 0px #000; text-decoration: none; text-transform:capitalize; + background:url(../images/site-arrow.png) no-repeat 90% 16px; padding: 10px 0; +} + +@media screen and (-webkit-min-device-pixel-ratio:0) { + .cssmenu a { height:24px; background:url(../images/site-arrow.png) no-repeat 90% 15px;} +} + +#moreLinkDiv a, #lessLinkDiv a { background: none !important; text-align:right; margin-right: 28px; color:#69BBE0; } +#moreLinkDiv a:hover, #lessLinkDiv a:hover { background: none !important; color: #69BBE0; } + +@media screen and (-webkit-min-device-pixel-ratio:0) { + .cssmenu a:hover { background:url(../images/site-arrow-hover.png) no-repeat 90% 15px;} +} + + +@media screen and (-webkit-min-device-pixel-ratio:0) { +.childelement{ background : none !important; } +} + + +.cssmenu a:hover { background:url(../images/site-arrow-hover.png) no-repeat 90% 16px;} + +.cssmenu > ul > li:hover > a{ + font-weight:normal; + display:block; + /*height:25px; */ + cursor:pointer; + color:#69BBE0; + text-shadow:0px 1px 0px #000; + background:url(../images/site-arrow-hover.png) no-repeat 90% 16px; } +/*.cssmenu > ul > li > a:last-child { + font-family:'PTSansRegular'; + font-size:15px; + font-weight:normal; + text-shadow:0px 1px 0px #000000; + display:block; + height:28px; + cursor:pointer; + color:#ffffff; + text-shadow:0px 1px 0px #000; +} */ + + +@media screen and (-webkit-min-device-pixel-ratio:0) { +.cssmenu > ul > li:hover > a { background:url(../images/site-arrow-hover.png) no-repeat 90% 15px;} +} + +.cssmenu .has-sub { + z-index: 10; +} +.cssmenu .has-sub:hover > ul { + display: block; + +} +.cssmenu .has-sub ul { + display: none; + position: absolute; + top: -1px; + left: 243px; + /*width: 242px;*/ width: 252px; + /*width: 180px; + width:100%;*/ + z-index:999; + -webkit-transition:all 0.3s linear; + -moz-transition:all 0.3s linear; + -o-transition:all 0.3s linear; + transition:all 0.3s linear; + background: url(../images/black-pattren-bg.png) repeat scroll 0 0 transparent; + border: 1px solid #393939; border-left:0 none; + -webkit-border-radius: 0px 5px 5px 0px; + border-radius: 0px 5px 5px 0px; + -webkit-box-shadow: -1px 0px 3px 1px rgba(0, 0, 0, 0.5); + box-shadow: -1px 0px 3px 1px rgba(0, 0, 0, 0.5); + margin: 0 0 10px; +} +.cssmenu .has-sub ul li { + /*margin-bottom: -1px; + border-bottom: 1px solid #dddddd;*/ + /* margin:7px 0 7px 7px;*/ margin:0 0 0 7px; +} +.cssmenu .has-sub ul li a { + /*background: #000000; + border-bottom: 1px dotted #ec6f73;*/ + filter: none; + font-size: 15px; + display: block; + padding-left:10px; height:20px; background:url(../images/site-arrow.png) no-repeat 90% 16px; + /* line-height: 120%; + padding: 10px;*/ +} + +@media screen and (-webkit-min-device-pixel-ratio:0) { +.cssmenu .has-sub ul li a { background:url(../images/site-arrow.png) no-repeat 90% 15px;} +} + +.cssmenu .has-sub ul li:hover a { /*background: #b00c11;*/ background:url(../images/site-arrow-hover.png) no-repeat 90% 16px; } + +@media screen and (-webkit-min-device-pixel-ratio:0) { +.cssmenu .has-sub ul li:hover a { background:url(../images/site-arrow-hover.png) no-repeat 90% 15px;} +} + + +.cssmenu .has-sub ul li a:hover { + /*background: #b00c11;*/color:#78c3e5; + text-shadow:0px 1px 0px #000; +} + + +.cssmenu .has-sub .has-sub:hover > ul { + display: block; +} +.cssmenu .has-sub .has-sub ul { + display: none; position: absolute; /*left:234px; */ left:245px; /*top:-8px;*/ top:-1px; margin:0; + /*left: 100%; + top: 0; + -webkit-transition:all 0.3s linear; + -moz-transition:all 0.3s linear; + -o-transition:all 0.3s linear; + transition:all 0.3s linear;*/ +} +.cssmenu .has-sub .has-sub ul li a { + /*background: #b00c11;*/ + padding-left:10px; + /*border-bottom: 1px dotted #d06d70;*/ + +} +.cssmenu .has-sub .has-sub ul li a:hover { + /*background: #80090d; + background:url(../images/m_arrow_right_hover.png) top right; */ +} + +.cssmenu .has-sub img { float:left; min-width:20px; min-height: 20px; max-width:24px; padding-right: 13px; } +.cssmenu .has-sub span { float:left;} + +/* Menu css ends */ + +#wrapper { + /*margin: 15px 0;*/ margin:0; padding:15px 0; + position: relative; + width: 100%; +} +.wrapperdiv { + margin: 0 auto; + position: relative; + width: 100%; +} +.wrapperdivleft { + float: left; + margin: 0; + position: relative; + width: 27%; + /*z-index:1; z-index:8;*/ z-index:100; +} +.wrapperdivright { + background: none repeat scroll 0 0 #EEEEEE; + border-radius: 5px 5px 5px 5px; + float: right; + margin: 0 0 50px; + /*min-height: 1050px; min-height: 905px;*/ min-height: 791px; + position: relative; + width: 73%; + /*min-width: 721px; */ min-width: 734px; + /* z-index:7; */ +} +.wrapperdivrightmain { + clear: both; + margin: 0 auto; + padding: 15px 0; + position: relative; + width: 98%; +} +.wrapperdivrightmainleft { + float: left; + margin: 0; + width: 49%; +} +.wrapperdivrightmain table { + background-color: #FFFFFF; + border: 1px solid #BBBBBB; +} +.wrapperdivrightmainleft table { + background-color: #FFFFFF; + border: 1px solid #BBBBBB; +} +.wrapperdivrightmain table tr.grdi { + /*background: -moz-linear-gradient(center top , #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;*/ +background: #ffffff; /* Old browsers */ +/* IE9 SVG, needs conditional override of 'filter' to 'none' */ +background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); +background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */ +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */ +background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */ +background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */ +background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* IE10+ */ +background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%); /* W3C */ +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */ +color: #333333; +font-family:'PTSansRegular'; +font-weight: normal; +height: 35px; +text-transform: uppercase; } + +.wrapperdivrightmainleft table tr.grdi { + /* background: -moz-linear-gradient(center top , #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 transparent; */ +background: #ffffff; /* Old browsers */ +/* IE9 SVG, needs conditional override of 'filter' to 'none' */ +background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); +background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */ +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */ +background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */ +background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */ +background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* IE10+ */ +background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%); /* W3C */ +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */ +color:#3b3b3b; font-family: 'PTSansRegular'; font-weight: normal; height: 35px; text-transform: uppercase; } +.wrapperdivrightmain table tr td:last-child { + border-right: medium none; +} +.wrapperdivrightmainleft table tr td:last-child { + border-right: medium none; +} +.wrapperdivrightmain table tr td { + border-right: 1px solid #DCDCDC; + padding: 5px 10px; +} +.wrapperdivrightmainleft table tr td { + border-right: 1px solid #DCDCDC; + padding: 5px 10px; +} +.wrapperdivrightmain table tr.grdi label { + color: #333333; + float: left; + font-family: 'PTSansRegular'; + font-weight: normal; + text-transform: uppercase; +} +.wrapperdivrightmainright table tr.grdi { + /*background: -moz-linear-gradient(center top , #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;*/ + background: #ffffff; /* Old browsers */ +/* IE9 SVG, needs conditional override of 'filter' to 'none' */ +background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); +background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */ +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */ +background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */ +background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */ +background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* IE10+ */ +background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%); /* W3C */ +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */ + color: #333333; + font-family: 'PTSansRegular'; + font-weight: normal; + height: 35px; + text-transform: uppercase; +} +.wrapperdivrightmainleft table tr.grdi label { +/* color: #333333; + float: left; + font-family: 'PTSansRegular'; + font-weight: normal; + text-transform: uppercase; */ + +color : #333333; +float : left; +font-family : 'PTSansRegular'; +font-weight : normal; +text-transform : uppercase; +} +.wrapperdivrightmainright table { + background-color: #FFFFFF; + border: 1px solid #BBBBBB; +} +.wrapperdivrightmainright table tr td:last-child { + border-right: medium none; +} +.wrapperdivrightmain table tr td:last-child { + border-right: medium none; +} +.wrapperdivrightmainright table tr td { + border-right: 1px solid #DCDCDC; + padding: 5px 10px; +} +.wrapperdivrightmain table tr.sel { + background-color: #FAFAFA; +} +.wrapperdivrightmainleft table tr.sel { + background-color: #FAFAFA; +} + +#maincontentdiv, .blank_text { /*margin:2% auto; margin:20px 2%;*/ margin: 10px 2%; width:96%; float:left; position: relative; } +.blank_text { margin-top:28px; } +.ui-dialog-content #maincontentdiv { margin:0px auto; width:96%; } +#maincontentdiv .ui-widget-header { box-shadow: none; height:auto;} +#maincontentdiv #tabs .ui-tabs-nav li a {padding: 10px 8px; } +#maincontentdiv #tabs .tab_content { padding:0; border: 0;} +#maincontentdiv #tabs .ui-tabs-nav li { margin:0; } +.poc-ui-data-control .ui-tabs-nav { width: 100% !important;} +.poc-ui-data-control .ui-tabs-nav li { width: 100% !important; } +.poc-ui-data-control .ui-tabs-nav li a:active, .poc-ui-data-control .ui-tabs-nav li.ui-state-active a, .poc-ui-data-control .ui-tabs-nav li.ui-state-active a:hover { width:214px !important; border:1px solid #CFCFCF !important; border-right:0 none !important; } +.right-block-data .ui-tabs-panel { width: 100% !important; } +.tableicondiv { + float: right; + position: relative; +} +.uparrow_table { + background-position: 0 -1430px; + cursor: pointer; + float: left; + height: 23px; + /*margin: 0 5px 0 0; J*/ + margin:0; + width: 24px; +} +.downarrow_table{background-position:0px -1460px; width:24px; height:23px; float:left; /*margin:0px 5px 0 0; J*/ margin:0; cursor:pointer;} +.add { + background-position: 0 -1490px; + cursor: pointer; + float: left; + height: 23px; + /*margin: 0 5px 0 0; J*/ + margin:0; + width: 24px; +} +.close { + background-position: 0 -1520px; + cursor: pointer; + float: left; + height: 23px; + margin: 0; + width: 24px; +} +.wrapperdivrightmainright { + float: right; + margin: 0; + width: 49%; +} +a.userprofilepic{ + min-width:160px; + *max-width:250px; + *width:160px; + height:39px; + float:right; + background:url(../images/logout-bg.png) repeat; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; + border-bottom:1px solid #51a4cb; + -webkit-box-shadow: inset 0px 0px 5px 0px #000000; + box-shadow: inset 0px 0px 5px 0px #000000; + cursor:pointer; +} +a.userprofilepic span { + color: #FFFFFF !important ; + float: left; + margin: 10px 0 0 10px; + text-shadow: 0 1px 0 #000000; +} +#header a.logo{ + + font-family:'nexalight'; + font-size:28px; + color:#FFFFFF; + font-weight:normal; + margin:8px 0 0 10px; + float:left; + text-shadow:0px 1px 0px #165674; + /*background:url(../images/hrms-logo-new.png) no-repeat left center;*/ height: 40px; +} +#header a.logo img { max-width:265px; max-height:40px; } +.links label { + color: #FFFFFF; + float: left; + font-size: 15px; + font-family: 'PTSansRegular'; + margin: 8px 10px 0 0; + text-shadow: 0 1px 0 #165674; +} +.links p.confi-setter { /*width:130px;*/ + height:32px; font-size:15px !important; padding-top:0px !important; line-height:28px; margin-top:6px !important; + float:left !important; margin-right: 13px !important; padding-right: 23px !important; color: #ffffff !important; text-shadow:0px 1px 0px #000000; + background:url(../images/new-start-tour.png) no-repeat right center; + /*-webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; + border-bottom:1px solid #51a4cb; + -webkit-box-shadow: inset 0px 0px 5px 0px #000000; + box-shadow: inset 0px 0px 5px 0px #000000; */ + cursor:pointer; } +.links p.confi-setter label { margin:0; } +.links small { + color: #FFFFFF; + float: left; + font-size: 14px; + font-family: 'PTSansRegular'; + /* font-weight: normal;*/ + margin: 8px 13px 0 0; + text-shadow: 0 1px 0 #165674; +} +.links label.site-link { /* padding-left: 30px;*/ float: left; } +.links label.site-link a +{ color: #FFFFFF; text-decoration: none; font-family: 'PTSansRegular'; font-size: 15px; background:url(../images/manage-header-icon.png) no-repeat left center; width: 30px; height: 30px; float:left; } +.links label.site-link a:hover { color: #e0dfdf; } +.menu-link { float:left; margin:0 !important; color: #ffffff; } +.menu-link a{ color: #ffffff; text-decoration: none; } +a.userprofilepic img { + border: 1px solid #0B0B0B; + border-radius: 3px 3px 3px 3px; + float: left; + margin: 4px 0 0 4px; +} + +a.userprofilepic b { + background: url(../images/arrow_profile_down.png) no-repeat scroll 0 0 transparent; + display: block; + float: right; + height: 7px; + margin: 18px 7px 0 0; + width: 9px; +} +a.userprofilepic b.up { + background: url(../images/arrow_profile_up.png) no-repeat scroll 0 0 transparent; + display: block; + float: right; + height: 7px; + margin: 16px 7px 0 0; + width: 9px; +} + +.shortcuts { + background: url(../images/black-pattren-bg.png) repeat scroll 0 0 transparent; + border: 1px solid #000000; + border-bottom-left-radius: 5px; + border-top-left-radius: 5px; + box-shadow: 0 1px 0 0 #686868 inset; + margin: 0 0 10px 0; + /*min-height: 287px;*/ min-height:130px; float:left; + /* width: 100%; width:268px;*/ width: 248px; color: #FFFFFF; +} +.shortcuts h1{ + color: #FFFFFF; + font-family: 'PTSansBold'; + font-size: 15px; + font-weight: normal; + /*margin: 10px 25px 20px;*/ margin: 10px 15px 10px 15px; + text-shadow: 0 1px 0 #000000; + text-transform: uppercase; + text-align: left; +} + +.cssmenu h1 { + color: #FFFFFF; + font-family: 'PTSansBold'; + font-size: 15px; + font-weight: normal; + margin: 10px 25px 7px 25px; + text-shadow: 0 1px 0 #000000; + text-transform: uppercase; + text-align: left; +} + +.short-text-ctrl { margin: 0 2px 10px 5px; padding:0; float:left; } + +.shortcuts a { color: #69BBE0; text-decoration: none; text-shadow: 0 1px 0 #000000; } +.shortcuts a:hover { color:#69BBE0; } +.shortcuts ul { + /* margin: 0 0 0 20px; */ margin: 0 0 0 10px; +} +.shortcuts ul li { + float: left; + list-style: none outside none; + /*margin: 0 8px 10px 0; margin: 0 11px 10px 0; margin: 0 8px 10px 0;*/ margin: 0 11px 10px 0; +} +.shortcuts ul li a { + background: none repeat scroll 0 0 #272727; + border-bottom: 1px solid #616161; + border-radius: 5px 5px 5px 5px; + box-shadow: 0 0 5px 5px #222222 inset; + cursor: pointer; + display: block; + height: 46px; + width: 46px; +} +.shortcuts ul li a img { + border-radius: 3px 3px 3px 3px; + margin: 7px 6px 6px 7px; +} +.copytxt { + color: #FFFFFF; + font-family: 'PTSansRegular'; + font-size: 13px; + /* margin: 0 auto; padding: 10px 0; */ + /* margin: 6px 3px 0 20px; width: 220px; */ + padding:0; margin:-66px auto 0 auto; + position: relative; width:100%; + float:left; +} + +.copytxt a { + color: #69BBE0 !important; + text-decoration: none !important; + text-shadow: 0 1px 0 #000000; +} + +.copy-center { margin:0 auto; text-align:center;} +.copy_left{ padding-right:15px;} +.copy_right{ padding-left:15px;} +/*.msg-height { line-height:20px; }*/ +.bgwhite { background-color: #ffffff; } +.fltleft { float: left; } +.fltright { float: right !important; } +.fullwidth { width: 100% !important ;} +.width120 { width:120px !important; } +.width134 { width:134px !important;} +.width140 { width:140px !important;} +.width400 { width: 400px !important; } +.width450 { width: 450px !important; } +.mrgetop { margin-top:0 !important; } +.mrgetop2 { margin-top: 2px !important; } +.mrgetop5 { margin-top: 5px !important; } +.mrgetop10 { margin-top: 10px !important; } +.mrgetop18 { margin-top: 18px !important; } +.mrgetop20 { margin-top: 20px !important; } +.mrgetop25 { margin-top: 25px !important; } +.mrgetop30 { margin-top: 30px !important; } +.mrgetop60 { margin-top: 60px !important; } +.mrgeleft15 { margin-left: 15px; } +.mrgeright9 { margin-right: 9px !important; } +.mrgeright15 { margin-right:15px; } +/*.clearb { clear:both !important; width: 100% !important;} by satish */ +.clearall { clear: both !important; } +.padding10 { padding: 10px; } +.mrgebtm { margin-bottom: 0 !important; } +.mrgebtm3 { margin-bottom: 3px !important; } +.mrgebtm5 { margin-bottom: 5px !important; } +.mrgebtm10 { margin-bottom: 10px !important; } +.mrgebtm20 { margin-bottom: 20px !important; } +.paddingtop5 { padding-top:5px !important; } +.paddingtop10 { padding-top:10px !important; } +.paddingbtm15 { padding-bottom:15px !important; } +.no-border { border: 0 !important; } +.no-bg { background: none !important; } +.bg-white { background-color: #ffffff !important; } +.position_rel { position: relative; clear: both; width: 100%; float:left; } +.textareaheight { height: 90px !important; } +.textareaheight-1 { height: 142px !important; } +.org-logo-height { height: 170px !important; } +.logo-width-org { width:270px !important; } +.inputheight { height: 90px !important; } +.inputheight-1 { height: 40px !important; } +.inputheight-2 { height: 54px !important; } +.inputheight-3 { height: 52px !important; } +.inputheight-4 { height: 80px !important; } +#dialog-confirm .height32 { height: 50px !important; } +.height200 { min-height: 200px !important; } +.footerdivbg { + background: url("../images/black-pattren-bg.png") repeat scroll 0 0 transparent; + border: 1px solid #000000; + border-top-left-radius: 5px; + border-top-right-radius: 5px; + box-shadow: 0 1px 0 0 #686868 inset; + height: 33px; + margin: 0 auto; + /*width: 99%;*/ width:99.5%; min-width:980px; +} +.content_inners{ + margin: 0 auto; + position: relative; + width: 99%; + /*min-width: 991px !important;*/ min-width:984px !important; +} +.settings { + background: none repeat scroll 0 0 #2F2F2F; + border-bottom: 1px solid #6F6F6F; + border-radius: 3px 3px 3px 3px; + box-shadow: 0 0 2px 2px #222222 inset; + cursor: pointer; + float: left; + margin: 4px 3px 3px 5px; + padding: 3px 6px; +} + +.recentviewd { + float: right; + margin: 0; + position: relative; +} +.recentviewd label { + color: #FFFFFF; + float: left; + font-family: 'PTSansBold'; + margin: 6px 10px 0 0; + text-shadow: 0 1px 0 #000000; + text-transform: uppercase; +} +.recentviewd ul { + float: left; + margin: 4px 5px 0 0; + padding: 0; +} +.recentviewd ul li { + background: none repeat scroll 0 0 #2F2F2F; + border-bottom: 1px solid #6F6F6F; + border-radius: 3px 3px 3px 3px; + box-shadow: 0 0 2px 2px #222222 inset; + color: #FFFFFF; + float: left; + font-family: 'PTSansRegular'; + font-size: 13px; + font-weight: normal; + list-style: none outside none; + margin: 0 5px; + padding: 2px 10px 3px; + text-shadow: 0 1px 0 #000000; + +} + +.recentviewd ul li span { + background: url("../images/arrow_right.png") no-repeat scroll left 5px transparent; + float: left; + padding-left: 15px; cursor: pointer; + /*max-width:110px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; for text text trinket in Recently Viewed */ +} +.recentviewd ul li a { + background: url("../images/close_rv.png") no-repeat scroll 0 0 transparent; + cursor: pointer; + display: block; + float: right; + height: 9px; + margin: 6px 0 0 10px; + width: 8px; +} +/* sapplica code ends */ + +#header .links { + + /* width:336px; + float:right; + height:34px; + modified by sapplica */ + color: #FFFFFF; + float: right; + font-family: 'PTSansRegular'; + font-weight: normal; + margin: 8px 10px 0 0; + text-shadow: 0 1px 0 #165674; position: relative; +} +#header p{ + margin:0; + font-family: 'PTSansRegular',sans-serif; /*Added By Sapplica */ + font-size:14px; + padding-top:10px; + color:#8a8887; + padding-left:15px; + padding-right:5px; + /*float:right;*/ float:left; + margin-right:20px;} + + #header span{ + /*margin:0;*/ + font-family: 'PTSansRegular',sans-serif; /*Added By Sapplica */ + font-size:14px; + /*padding-top:10px;*/ + color:#000000; + /*padding-left:10px;*/} + + #header span a{ + font-family: 'PTSansRegular',sans-serif; /*Added By Sapplica */ + font-size:14px; + padding-top:10px; + color:#FFF; + /* padding-left:10px; + text-decoration:none; + padding-right:10px; */} + + #header span a:hover{ + color:#8a8887;} + + +#main-nav { + + height: 95px; + text-align: left; +} +#footer { + /*clear: both; + font-family:Arial; + height:50px; + background: url(../images/footer_bg.png) repeat-x; + font-size: 12px; + color:#FFF; + border-top: 1px solid #efefef; + padding: 12px 20px;*/ + bottom: 0; + height: 33px; + position: fixed; + width: 100%; min-width:980px; + /*z-index:11;*/ z-index: 101; + +} + +#content { + /* background: #ffffff; + min-height: 425px; + float: left; + width: 100%; + margin: 10px 0px 10px 0px; commented by sapplica*/ + /*margin: 15px 0;*/ margin:0 0 15px 0; + position: relative; + width: 100%; +} + +form label.required:after { + color: red; + content: " *"; font-family:Arial, Helvetica, sans-serif; + } + +/* Scrollable tabs css */ +/*scrollable tabs css*/ +.ui-scrollable-tabs { overflow:hidden; position:relative; width:100%; } + +.ui-scrollable-tabs .ui-tabs-nav { + width:1000000px; + padding:1px 0 0 1px; + border-left:none; + border-right:none; + padding-top:1px; + position:relative; +} + +.ui-scrollable-tabs .ui-tabs .ui-tabs-closable li a { + padding-right:5px; +} + +.ui-scrollable-tabs .ui-tabs-nav-arrows { + left: 0; + margin: 0; + margin:0 6px; + padding: 0; + position: absolute; + right: 0; + top: 5px; +} + +/*IE7 fix*/ +*:first-child+html .ui-scrollable-tabs .ui-tabs-nav-arrows { + z-index:1; +} + +.ui-scrollable-tabs .ui-tabs .ui-tabs-nav li { + /*margin:0 1px 0;*/ +} + +.ui-tabs-nav li .ui-tabs-close { + float:left; + margin-top:8px; + margin-right:4px; + border:none; + cursor:pointer; +} + +.ui-scrollable-tabs .ui-tabs-nav-arrows .ui-tabs-arrow-next { float:right; } + +.ui-scrollable-tabs .ui-tabs-nav-arrows .ui-tabs-arrow-previous { float:left; } + +.ui-scrollable-tabs .ui-tabs-nav-arrows li { + list-style:none; + position:relative; + cursor:pointer; + margin:0; + padding:0; + display:none; + z-index:1; +} + +.ui-scrollable-tabs .ui-tabs-nav-arrows li a { + display: block; +} +/* css for timepicker */ +.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; } +.ui-timepicker-div dl { text-align: left; } +.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; +color: #545454;} +.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; color: #545454;} +.ui-timepicker-div td { font-size: 90%; } +.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; } + +/* for giving z-index to date picker*/ +.ui-datepicker +{ + /*z-index: 1003 !important; */ z-index: 1003 !important; + +} + +.hasDatepicker +{ + /*width: 150px !important; */ + cursor: text; +} + +#messageData +{ + /*color: red; */ + font-family: 'PTSansRegular',sans-serif; + /*font-size: 12px;*/ + font-weight: normal; + height: auto; + /*padding: 3px 0px 5px 0px;*/ + } + +.download{ + color: #04408C; + font-size: 12px; + text-decoration: none; + float: left; + background-color: #E0F0FF; +} +#tooltip{ + position:absolute; + /* border:1px solid #99BCE8; + background:#E0ECF8; */ + border: 1px solid #8ecdeb; + background: #208bbd; + padding:2px 5px; + /*color:#04408C;*/ color: #ffffff; + display:none; + font-family: 'PTSansRegular',sans-serif; font-size:13px; +} + +#mainForm label .tooltip +{ + vertical-align:middle; margin-bottom: 4px; +} + +.logoutdiv{ + /*background-color: #FFFFFF; + height: 50px !important; + width: 157px; + min-width:110px; + height:35px; */ + background-color: #ffffff; + min-height: 121px; + width: 160px; + position: absolute; + right: 0; + text-align: center; + top: 37px; + -webkit-border-radius: 0 0 5px 5px; + border-radius: 0 0 5px 5px; + -webkit-box-shadow: -1px 0px 3px 1px rgba(0, 0, 0, 0.3); + box-shadow: -1px 0px 3px 1px rgba(0, 0, 0, 0.3); + cursor:pointer; + z-index: 99999999; + +} +.arrow-div { background:url(../images/logout-top.png) no-repeat top center; width:160px; height: 9px; position:absolute; top:-9px; display: none;} +.logoutdiv a, .logoutdiv span{ color: #3b3b3b !important; float: left; text-decoration: none; text-shadow: 0 1px 0 #ffffff; width:140px; padding: 7px 0 7px 15px; text-align: left; font-size:13px; } +.logoutdiv a.first:hover{ background-color:#eeeeee; -webkit-border-top-left-radius: 5px; +-webkit-border-top-right-radius: 5px; +-moz-border-radius-topleft: 5px; +-moz-border-radius-topright: 5px; +border-top-left-radius: 5px; +border-top-right-radius: 5px;} +.logoutdiv a:last-child:hover{ background-color:#eeeeee; -webkit-border-bottom-right-radius: 5px; +-webkit-border-bottom-left-radius: 5px; +-moz-border-radius-bottomright: 5px; +-moz-border-radius-bottomleft: 5px; +border-bottom-right-radius: 5px; +border-bottom-left-radius: 5px; } +.logoutdiv a:hover, .logoutdiv span:hover{ background-color:#eeeeee; } + +.grid_addbtn{ +text-decoration:none; +float: right; +position: absolute; +right: 14px; +top: 8px; +} + +/* Added by sapplica, for changing the loader*/ +.loading { position: absolute; top: 45%; left: 45%; width: 48px; height: 48px; z-index: 101; padding: 6px; margin: 5px; text-align: center; font-weight: bold; display: none; border-width: 2px !important; +background:url('../images/loader2.gif') no-repeat center;} + +.uparrow-setter { float:right; margin-left:5px; margin-top:6px; } + +.toggle-search { width:99%;position:relative; height:100%; float:left; margin-bottom:10px; } +.toggle-search input.toggle-search { border: 1px solid #c6c6c6; background-color: #ffffff; height:30px; -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); line-height:30px; border-radius: 0px !important; text-align:left; width:80%; float: left; font-family: 'PTSansRegular',sans-serif; font-size: 14px; color: #afafaf; padding:0 2px; } + +.form-header { float:left; clear:both; width:100%; color: #3b3b3b; text-transform: capitalize; font-size:16px; font-family: 'PTSansRegular', sans-serif; text-shadow: 0 1px 0 #ffffff; text-align:left; } +.form-fields-ctrl { margin:0 0 10px 0px; width: 350px; float: left; font-size: 12px; padding:0; } +.form-fields { /*margin:0px 0px 3px 0px; width: 100%; float: left; font-size: 12px; padding:0; min-height: 90px; */ float: left; padding: 0px; width: 50%; color:#3b3b3b; margin:10px 0 0 0; min-height: 50px; min-width:340px; height:80px;} +.form-fields label{ /* color:#3b3b3b; float: left; font-family: 'PTSansRegular', sans-serif; font-size: 13px; font-weight: normal; padding:0; margin:2px 0 8px 0; text-align: left; width: 100%;*/ + font-family: 'PTSansRegular',sans-serif; font-size: 14px; font-weight: normal; height: auto; padding:0; margin:2px 0 8px 0; text-align: left; float :left; width:100%; min-width: 225px; clear: both; } +.form-fields label span { color: #FF0000; font-family: Arial, sans-serif; font-size: 13px; font-weight: normal; padding-left:5px;} +.form-fields-input{/* float: left; padding: 0; text-align: left; width: 100%;*/ float: left; padding: 0; text-align: left; width: 100%; min-width: 295px; } +.form-fields input[type="text"], .form-fields input[type="password"] { +border: 1px solid #c6c6c6; width:273px; float: left; background-color: #ffffff; height:30px; font-family: 'PTSansRegular',sans-serif; font-size: 14px; color: #828282; padding:0 8px; +-webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); line-height:30px; text-align:left; } +.form-fields input[type="submit"], .form-fields input[type="reset"], .form-fields input[type="button"], .form-fields a.button, .form-fields button { +background-color: #208bbd; border:1px solid #006391; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; +height:26px; padding:0 10px 0px 10px; font-size: 14px; text-transform:uppercase; text-shadow: 0 1px 0 #006391; font-family: 'PTSansRegular', sans-serif; color:#ffffff; -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); cursor: pointer; float:left; margin-right:15px;} + +/*#tabContainer-frag-1 { width:96%; margin:0 auto; padding:2%; }*/ + + + +.page-not-404 { clear: both; height: 404px; margin: 6% auto 0; position: relative; text-align: center; width: 100%; } +.page-text { color: #208bbd; font-size:26px; font-family: 'PTSansRegular'; text-shadow: 0 1px 0 #ffffff; width:100%; clear:both; float:left; text-align:center; font-weight:normal; margin-bottom:10px; } +.sry-text { color: #000000; font-size:16px; font-family: 'PTSansRegular'; text-shadow: 0 1px 0 #ffffff; width:100%; clear:both; float:left; text-align:center; font-weight:normal; line-height: 25px; } + +.div404{ background:url(../images/404.png) no-repeat center; /*height: 283px; margin: 0 auto; width: 475px;*/ margin:0 auto; width:300px; height: 179px;} +.div503{ background:url(../images/503.png) no-repeat center; /*width: 451px; height: 213px;*/ width:300px; height:142px; margin: 0 auto; /* margin:0 124px 30px 125px; float:left; */} +.page-not-authorized { clear: both; height: 404px; margin: 6% auto 0; position: relative; text-align: center; width: 380px; } +.div-authorized{ background:url(../images/not-authorized.png) no-repeat center top; height: 80px; margin: 0 auto; width: 63px;} + +.settingserror{ color:red; clear: both; width: 100%; float: left; /*margin-bottom: 11px; margin-top: 32px;*/ margin:5px 0 0 0; text-align: left; } +/*#error-set { float:left; width: 100%; clear:both; }*/ +.settingssuccess{ color:green; } +.uploaderror { clear: both; float: left; margin-top: 0;text-align: left; width: 100%; display:none; color:#ff0000;} +.uploaderror_profile { clear: both; float: left; margin-top: 0;text-align: center; width: 100%; display:none; color:#ff0000;} +.uploaderror_excel { clear: both; float: left; margin-top: 0;text-align: center; width: 100%; display:none; color:#ff0000;} +.uploadsuccess_excel { clear: both; float: left; margin-top: 0;text-align: center; width: 100%; display:none; color:rgb(192, 223, 147);} +.profile-icon { background:url(../images/profile-icon.png) no-repeat center; } +.view-profile { background-position: center -45px; width:100%; height:31px; display: block; } +.view-profile-hover, .view-profile:hover , .profile-tabs-left ul li a:hover .view-profile{ background-position: center 0; width:100%; height:31px; display: block; } +.view-settings { background-position: center -95px; width:100%; height:34px; display: block; } +.view-settings-hover, .view-settings:hover , .profile-tabs-left ul li a:hover .view-settings { background-position: center -145px; width:100%; height:34px; display: block; } +.view-password { background-position: center -199px; width:100%; height:33px; display: block; } +.view-password-hover, .view-password:hover , .profile-tabs-left ul li a:hover .view-password { background-position: center -245px; width:100%; height:33px; display: block; } +.view-emailsettings { background-position: center -282px; width:100%; height:33px; display: block; } +.view-emailsettings-hover, .view-emailsettings:hover , .profile-tabs-left ul li a:hover .view-emailsettings { background-position: center -316px; width:100%; height:33px; display: block; } + +.profile-tabs { float:left; width:100%;} +.profile-tabs-left { float:left; width:150px; position:relative; } +.profile-tabs-left ul { float:left; width:150px;} +.profile-tabs-left ul li{ float:left; width:150px; list-style: none; min-height:65px; padding: 19px 0 9px 0; position:relative; } +.profile-tabs-left ul li.now{ border: 1px solid #cfcfcf; border-right: 0 none; background-color: #ffffff; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px;-moz-border-radius-topleft: 5px; +-moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; min-height:65px; padding: 18px 0 8px 0; width:149px; position:relative; } +.profile-tabs-left ul li p{ float:left; width:100%; list-style: none; text-align:center; margin-top:8px;} +.profile-tabs-left ul li a { color: #777777; font-size:13px; font-family: 'PTSansRegular'; text-shadow: 0 1px 0 #ffffff; display: block; width:100%; float: left; text-decoration: none; } +.profile-tabs-left ul li a:hover, .profile-tabs-left ul li.now { color: #208bbd; text-shadow: 0 1px 0 #ffffff; /* min-height:65px; padding: 13px 0 15px 0;*/ font-size:13px; } + +.absolute-div { position: absolute; width:2px; background-color: #ffffff; height: 91px; right:-1px; top:0px; } + +.profile-tabs-right { float:left; width:74%; border: 1px solid #cfcfcf; -webkit-border-radius: 5px; background-color: #ffffff; min-height:370px; -webkit-border-top-left-radius: 0; -moz-border-radius: 5px; -moz-border-radius-topleft: 0; border-radius: 5px; border-top-left-radius: 0; } +.profile-tabs-right-settings { float:left; width:74%; border: 1px solid #cfcfcf; background-color: #ffffff; min-height:315px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } +.profile-tabs-right-password { float:left; width:74%; border: 1px solid #cfcfcf; background-color: #ffffff; min-height:370px; -webkit-border-radius: 5px; -webkit-border-bottom-left-radius: 0; -moz-border-radius: 5px; +-moz-border-radius-bottomleft: 0; border-radius: 5px; border-bottom-left-radius: 0; } +.profile-tabs-right-inside { float:left; width:96%; margin:20px 2%; } +.profile-tabs-right-1 { float:left; width: 60%; border-right: 1px solid #cfcfcf; min-height: 260px; } +.profile-tabs-right-1 ul{ float:left; width:96%; list-style: none; /* line-height: 35px; */ margin:0; } +.profile-tabs-right-1 ul li{ border-bottom: 1px dotted #cfcfcf; float:left; width:100%; font-size:14px; font-family: 'PTSansRegular'; text-shadow: 0 1px 0 #ffffff; margin-bottom:8px; padding-bottom:8px;} +.profile-tabs-right-1 ul li label{float:left; width:33%; color: #3b3b3b; padding-left:5px; text-align: left; } +.profile-tabs-right-1 ul li span{ float:left; width:33%; color: #727272; text-align: left; } +.profile-tabs-right-1 ul li a {float:left; width:30%; color: #208bbd; font-size:13px; text-decoration: none; text-align:right; } +.profile-tabs-right-1 ul li a:hover {color: #777777; } +.profile-tabs-right-1 ul li:last-child { border-bottom: 0 none; } +.profile-tabs-right-2 { float:right; width: 39%; } +.change-profile-pic-div { margin:0 auto; width:132px; } +.change-profile-pic-div img{ margin:0 0 10px 0; float:left; width:144px; height: 144px; /*background:url(../images/default-profile-pic.jpg) no-repeat center;*/ } +.chg-img { margin:0; float:left; width:132px; height: 132px; background:url(../images/default-profile-pic.jpg) no-repeat center; } +.chg-img img { width: 130px; height: 130px; border: 1px solid #CFCFCF; } +.org-img { margin:0; float:left; width:265px; height: 40px; /* background:url(../images/logo_default-size.jpg) no-repeat center; */ position: relative; } +.org-img img { width: 265px; height: 40px; border: 1px solid #CFCFCF; +-webkit-border-top-left-radius: 5px; +-webkit-border-top-right-radius: 5px; +-moz-border-radius-topleft: 5px; +-moz-border-radius-topright: 5px; +border-top-left-radius: 5px; +border-top-right-radius: 5px;} +.change-profile-pic-div span#upload_custom_div { float:left; /*width:100%;*/ text-align:center; color: #208bbd; text-decoration: none; cursor: pointer !important; } +.change-profile-pic-div span.upload_custom_div { float:left; /*width:100%;*/ text-align:center; color: #208bbd; text-decoration: none; cursor: pointer !important; } +.change-profile-pic-div span:hover {color: #208BBD; cursor: pointer; } + +.chg-img-1 { /*margin:0; float:left; width:132px; height: 132px; background:url(../images/default-profile-pic.jpg) no-repeat center; */} +.chg-img-1 img { /* width: 130px; height: 130px; border: 1px solid #CFCFCF; */ } + + + +.upload_set {margin-top:14px !important} +/*@-moz-document url-prefix() { + .upload_set {margin-top:14px!important} +}*/ +@media screen and (-webkit-min-device-pixel-ratio:0) { + .upload_set {margin-top:13px!important} +} +.upload_set_login { margin-top:18px!important;} + + +.drag-text { margin:0; padding:0 0 0 25px; background:url(../images/drag.png) no-repeat left top; color:#5d5d5d; font-size:13px; font-family: 'PTSansRegular'; text-align:left; line-height:34px; float: left; } +.settings-div { margin:0 auto; width:173px; padding:0; position: relative; } +.widgets-div { margin:0; float:left; width: 86px; background-color: #a2a2a2; color: #ffffff; font-size:13px; font-family: 'PTSansRegular'; text-align:center; line-height:19px; padding: 7px 0; cursor: pointer; +-webkit-border-top-left-radius: 5px; +-webkit-border-bottom-left-radius: 5px; +-moz-border-radius-topleft: 5px; +-moz-border-radius-bottomleft: 5px; +border-top-left-radius: 5px; +border-bottom-left-radius: 5px; } +.shortcuts-div { margin:0; float:right; width: 86px; background-color: #a2a2a2; color: #ffffff; font-size:13px; font-family: 'PTSansRegular'; text-align:center; line-height:19px; padding: 7px 0; cursor: pointer; +-webkit-border-top-right-radius: 5px; +-webkit-border-bottom-right-radius: 5px; +-moz-border-radius-topright: 5px; +-moz-border-radius-bottomright: 5px; +border-top-right-radius: 5px; +border-bottom-right-radius: 5px; } +.actvier { background-color: #208bbd !important; cursor: default !important; } + +.settings-block { margin:0 0 10px 0; padding:1%; float:left; width:98%; background-color: #FFFFFF; border: 1px dashed #a2a2a2; height:200px; } +.setting-div { margin:2px 10px 3px 0; float:left; min-width:100px; } +.setting-div input { float:left; margin:3px 8px 0 0; } +.setting-div img { float:left; margin:0px 8px 0 0; height:23px; width:23px; } +.setting-div label { float:left; color: #3b3b3b; font-family: 'PTSansRegular'; font-size:14px; text-shadow: 0 1px 0 #ffffff; min-width:50px; line-height:23px; } +.setting-div a { float:left; margin-top: 5px; margin-left: 3px; } + +.setting-div-1 { margin:2px 10px 3px 0; float:left; /*min-width:100px;*/ } +.setting-div-1 input { float:left; margin:3px 8px 0 0; } +.setting-div-1 label { float:left; color: #3b3b3b; font-family: 'PTSansRegular'; font-size:14px; text-shadow: 0 1px 0 #ffffff; min-width:50px; margin-top: 2px; } +.setting-div-1 a { float:left; margin-top: 5px; margin-left: 3px; } + +.close-1 { background:url(../images/close-1.png) no-repeat center; width: 16px; height: 16px; } +.save-div { margin:10px 0; float:left; /*width:350px; clear:both;*/ } +.cancel-div { margin:10px 0; float:left; /*width:350px; clear:both;*/ } + +.viewlabel{font-family: 'latobold'; width:150px; font-size: 13px;} +.viewvalue{ width:auto;} +.viewvalue{ width:375px; word-wrap: break-word; font-size: 13px;} +.view_emp_table .viewvalue{ width:280px; word-wrap: break-word;} +.upload_div{height:58px; width:310px; } +.upload_fb_div{margin-bottom:7px; width:100%;} +.left_div{float:left; width:132px; height:50px; position:relative;} +.upload_input{filter: alpha(opacity=0); opacity:0; width:80px; width:180px\9; height:33px; position:relative; top:-37px; float:left; left:0px;cursor:pointer;} +.upload_button{font-family:'frutiger_lt_std_47_light_cnBd'; font-size:15px; text-align:left; border: 1px solid #cccccc; padding:12px +10px 8px 10px;background:url(../images/input_field_bg.jpg) repeat-x left top #f5f5f5; text-shadow:0px 1px 0px #fff; display:block; float:left; +border-radius: 5px; +-moz-border-radius: 5px; +-ms-border-radius: 5px; +-o-border-radius: 5px; +-webkit-border-radius: 5px; } +/*.uploadbut{background:url(../images/uploadbutton_new.png) no-repeat; display:block;} +.uploadbutsel{background-position:1px 0; width:181px; height:42px; cursor:pointer; display:block;} */ + +.uploadbut { color: #208bbd; font-family: 'PTSansRegular'; font-size:14px; text-shadow: 0 1px 0 #ffffff; border: 1px solid #cfcfcf; border-top:0 none; height:20px; text-align: center; padding:4px 0; width:130px; +-webkit-border-bottom-right-radius: 5px; +-webkit-border-bottom-left-radius: 5px; +-moz-border-radius-bottomright: 5px; +-moz-border-radius-bottomleft: 5px; +border-bottom-right-radius: 5px; +border-bottom-left-radius: 5px; +background: #ffffff; +background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); +background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%); +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); +background: -webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); +background: -o-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); +background: -ms-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); +background: linear-gradient(to bottom, #ffffff 0%,#e9e9e9 100%); +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); } + +.uploadbut-org { color: #208bbd; font-family: 'PTSansRegular'; font-size:14px; text-shadow: 0 1px 0 #ffffff; height:19px; text-align: center; padding:4px 0; position:relative; /* top:1px; left:0px; */ + width: 265px; float:left; text-align: center; /*background-color: #c7c6c6;*/ +-webkit-border-bottom-right-radius: 5px; +-webkit-border-bottom-left-radius: 5px; +-moz-border-radius-bottomright: 5px; +-moz-border-radius-bottomleft: 5px; +border-bottom-right-radius: 5px; +border-bottom-left-radius: 5px; +/* width: 200px;*/ +border: 1px solid #cfcfcf; /*border-top:0;*/ +box-shadow: 0px 0 1px 0px rgba(0, 0, 0, 0.1); +background: #ffffff; +background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); +background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%); +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); +background: -webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); +background: -o-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); +background: -ms-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); +background: linear-gradient(to bottom, #ffffff 0%,#e9e9e9 100%); +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); +} + +.uploadbut-resume { color: #208bbd; font-family: 'PTSansRegular'; font-size:14px; text-shadow: 0 1px 0 #ffffff; border: 1px solid #cfcfcf; height:20px; text-align: center; padding:4px 0; width:130px; float:left; +-moz-border-radius:5px; +-webkit-border-radius:5px; +border-radius:5px; +background: #ffffff; +background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); +background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%); +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); +background: -webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); +background: -o-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); +background: -ms-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); +background: linear-gradient(to bottom, #ffffff 0%,#e9e9e9 100%); +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); } + +.upload-attachment { color: #208bbd; font-family: 'PTSansRegular'; font-size:14px; text-shadow: 0 1px 0 #ffffff; border: 1px solid #cfcfcf; height:20px; text-align: left; padding:4px 10px; width:150px; cursor: pointer !important; +-webkit-border-radius: 5px; +-moz-border-radius: 5px; +border-radius: 5px; +background: #ffffff; +background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); +background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%); +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); +background: -webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); +background: -o-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); +background: -ms-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); +background: linear-gradient(to bottom, #ffffff 0%,#e9e9e9 100%); +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); } + + + +#upload-file { width:150px !important; } + + +/*.uploadbutsel:hover{background-position:0px 0px; width:181px; height:42px; cursor:pointer; display:block;}*/ +.uploadbutnor{background-position:0px 0px; width:181px; height:42px; cursor:pointer; display:block;} +.photo_cover{border:solid #eee 4px; float:right; width:50px; height:50px; overflow:hidden; position:absolute; left: 674px; border-radius: 5px;} +.imgbrdr{ background-color:#208BBD;margin-right:20px;} +#tabContainer { width: 100% !important; margin: 5px 0 !important; padding: 0; border: 0 !important; overflow:visible !important; /*overflow: hidden;*/ } +#tabContainer ul.ui-widget-header{ border-left: none !important; } +#loader {/*float: left; margin-right: 6px;margin-top: 6px; */ position: absolute; /*left: 301px;*/ left: 202px; top: 5px;} +#loader-recent {/*float: left; margin-right: 6px;margin-top: 6px; */ position: absolute; left: -31px; top: 5px;} +#loader-shortcut { position:absolute; left:-30px; top: -1px; } +#orgloaderimg { position: absolute; right: -34px; text-align: center; top: 20px; width: 26px; } +#loaderimg { clear:both; margin:0 auto; width:50px; position: absolute; left:145px; top:5px; } +#loaderimgprofile { clear:both; margin:0 auto; width:126px; position: absolute; top:33px; } +#loader-report { left: 40%; position: absolute; top: 250px; } +.loaderimg { clear:both; margin:0 auto; width:50px; position: absolute; left:145px; top:5px; } +.loaderimg-candidate { clear:both; margin:0 auto; width:50px; position: absolute; left:133px; top:5px; } +/*#loader-1 {position: absolute; left: 294px; top: 42px;}*/ + +/*Alerts Messages CSS Start */ +/*.dashboard_msg .ml-alert-1-success:first-child, .dashboard_msg .ml-alert-1-error:first-child, .dashboard_msg .ml-alert-1-info:first-child { margin-top: 0px;} */ + +.dashboard_msg .ml-alert-1-success, .dashboard_msg .ml-alert-1-error, .dashboard_msg .ml-alert-1-info, +.dashboard_msg.ml-alert-1-warning { margin-bottom: 10px; float: left;} + + +.newframe-div .ml-alert-1-success, .newframe-div .ml-alert-1-error , .newframe-div .ml-alert-1-warning , .newframe-div .ml-alert-1-info{ width: 745px; } +.hierarchypopup .ml-alert-1-info{ width: 313px; } +.ml-alert-1-success { + /*General*/ + display: block; + text-decoration: none; + margin: 0 0 22px 0; width: 100%; /* margin:0 auto 20px auto; width:80%;*/ + + /*Text*/ + font-family:"PTSansRegular"; + font-size:13px; + font-weight:normal; + line-height:300%; + color:rgb(144,176,94); + text-align:left; + text-shadow:0px 1px 0px rgba(255,255,255,0.25); + -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1; + filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true); + + /*Background*/ + background-image:-moz-linear-gradient(50% 0% -90deg,rgb(241,250,227) 0%,rgb(237,248,218) 100%); + background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(241,250,227)),color-stop(1, rgb(237,248,218))); + background-image:-webkit-linear-gradient(-90deg,rgb(241,250,227) 0%,rgb(237,248,218) 100%); + background-image:-o-linear-gradient(-90deg,rgb(241,250,227) 0%,rgb(237,248,218) 100%); + background-image:-ms-linear-gradient(-90deg,rgb(241,250,227) 0%,rgb(237,248,218) 100%); + background-image:linear-gradient(-90deg,rgb(241,250,227) 0%,rgb(237,248,218) 100%); + /*width:300px; */ min-width:250px; /*padding-right: 10px;*/ + height:39px; + border-color:rgb(192,223,147); + border-width:1px; + -moz-border-radius:6px; + -webkit-border-radius:6px; + border-radius:6px; + border-style:solid; + -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff1fae3,endColorstr=#ffedf8da,GradientType=0)"; + filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff1fae3,endColorstr=#ffedf8da,GradientType=0); + + /* For jurks set */ + /* position:absolute; left: 40%; top:-44px; */ z-index: 10; text-shadow: 0 1px 0 #ffffff; + -webkit-transition:all 0.3s linear; + -moz-transition:all 0.3s linear; + -o-transition:all 0.3s linear; + transition:all 0.3s linear; +} + + + +.ml-alert-1-error { + /*General*/ + display: block; + text-decoration: none; + margin: 0 0 22px 0; width: 100%; + + /*Text*/ + font-family:"PTSansRegular"; + font-size:13px; + font-weight:normal; + line-height:300%; + color:rgb(166,101,108); + text-align:left; + text-shadow:0px 1px 0px rgba(255,255,255,0.25); + -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1; + filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true); + + /*Background*/ + background-image:-moz-linear-gradient(13% 0% -90deg,rgb(255,241,241) 0%,rgb(255,232,232) 100%); + background-image:-webkit-gradient(linear,13% 0%,13% 90%,color-stop(0, rgb(255,241,241)),color-stop(1, rgb(255,232,232))); + background-image:-webkit-linear-gradient(-90deg,rgb(255,241,241) 0%,rgb(255,232,232) 100%); + background-image:-o-linear-gradient(-90deg,rgb(255,241,241) 0%,rgb(255,232,232) 100%); + background-image:-ms-linear-gradient(-90deg,rgb(255,241,241) 0%,rgb(255,232,232) 100%); + background-image:linear-gradient(-90deg,rgb(255,241,241) 0%,rgb(255,232,232) 100%); + min-width:300px; + height:39px; + border-color:rgb(243,173,179); + border-width:1px; + -moz-border-radius:4px; + -webkit-border-radius:4px; + border-radius:4px; + border-style:solid; + -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffff1f1,endColorstr=#ffffe8e8,GradientType=0)"; + filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffff1f1,endColorstr=#ffffe8e8,GradientType=0); + + + /* For jurks set */ + /*position:absolute; left: 40%; top:-44px;*/ z-index: 10; text-shadow: 0 1px 0 #ffffff; /*padding-right:10px;*/ + -o-transition: all 1s ease-in-out; + -moz-transition: all 1s ease-in-out; + -webkit-transition: all 1s ease-in-out; + transition: all 1s ease-in-out; + +} + +.ml-alert-1-warning { + /*General*/ + display: block; + text-decoration: none; + margin: 0 0 22px 0; width: 100%; + + /*Text*/ + font-family:"PTSansRegular"; + font-size:13px; + font-weight:normal; + line-height:300%; + color:rgb(151,145,97); + text-align:left; + text-shadow:0px 1px 0px rgba(255,255,255,0.25); + -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1; + filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true); + + /*Background*/ + background-image:-moz-linear-gradient(13% 0% -90deg,rgb(255,253,241) 0%,rgb(255,252,222) 100%); + background-image:-webkit-gradient(linear,13% 0%,13% 90%,color-stop(0, rgb(255,253,241)),color-stop(1, rgb(255,252,222))); + background-image:-webkit-linear-gradient(-90deg,rgb(255,253,241) 0%,rgb(255,252,222) 100%); + background-image:-o-linear-gradient(-90deg,rgb(255,253,241) 0%,rgb(255,252,222) 100%); + background-image:-ms-linear-gradient(-90deg,rgb(255,253,241) 0%,rgb(255,252,222) 100%); + background-image:linear-gradient(-90deg,rgb(255,253,241) 0%,rgb(255,252,222) 100%); + width:300px; + height:39px; + border-color:rgb(206,200,153); + border-width:1px; + -moz-border-radius:6px; + -webkit-border-radius:6px; + border-radius:6px; + border-style:solid; + -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffffdf1,endColorstr=#fffffcde,GradientType=0)"; + filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffffdf1,endColorstr=#fffffcde,GradientType=0); + + /* For jurks set */ + position: absolute; left: 40%; top:-44px; z-index: 10; text-shadow: 0 1px 0 #ffffff; } + +.ml-alert-1-info { + /*General*/ + display: block; + text-decoration: none; + margin: 0 0 22px 0; width: 100%; + + /*Text*/ + font-family:"PTSansRegular"; + font-size:13px; + font-weight:normal; + line-height:300%; + color:#538da1; + text-align:left; + text-shadow:0px 1px 0px rgba(255,255,255,0.25); + -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1; + filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true); + + /*Background*/ + background-image:-moz-linear-gradient(50% 0% -90deg,rgb(229,243,249) 0%,rgb(209,244,255) 100%); + background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(229,243,249)),color-stop(1, rgb(209,244,255))); + background-image:-webkit-linear-gradient(-90deg,rgb(229,243,249) 0%,rgb(209,244,255) 100%); + background-image:-o-linear-gradient(-90deg,rgb(229,243,249) 0%,rgb(209,244,255) 100%); + background-image:-ms-linear-gradient(-90deg,rgb(229,243,249) 0%,rgb(209,244,255) 100%); + background-image:linear-gradient(-90deg,rgb(229,243,249) 0%,rgb(209,244,255) 100%); + /*width:300px;*/ + height:39px; + border-color:rgb(178,220,235); + border-width:1px; + -moz-border-radius:6px; + -webkit-border-radius:6px; + border-radius:6px; + border-style:solid; + -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe5f3f9,endColorstr=#ffd1f4ff,GradientType=0)"; + filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe5f3f9,endColorstr=#ffd1f4ff,GradientType=0); + + /* For jurks set */ + /*position:absolute; left: 40%; top:-40px;*/ z-index: 10; text-shadow: 0 1px 0 #ffffff; /* padding-right: 10px; top:50px; position:relative; width:300px;*/ width:90%; clear:both; +} +.blank_text .ml-alert-1-info { width:100%;} + +/*.m1-info-set, .m1-info-set-1, .m1-info-set-2, .m1-info-set-3 { left:auto !important; top: 50px !important; position:relative !important; margin: 0 auto 20px auto !important; padding-right: 12px; }*/ +/*.m1-info-set-1 { left:26% !important; top: -43px !important; width:550px !important; margin: 0 auto !important; padding-right: 12px; } +.m1-info-set-2 { left:auto !important; top: 50px !important; position:relative !important; width:auto !important; margin: 0 auto 20px auto !important; padding-right: 12px; } +.m1-info-set-3 { left:auto !important; top:0px !important; position:relative !important; width:auto !important; margin: 0 auto 20px auto !important; padding-right: 12px; } */ +.sch-info-set { /*width:420px !important; */ margin: 0 auto 20px auto !important; padding-right: 12px; } +.set-error-popup { top: 74px !important; left: 20% !important; padding-right:15px !important; } +/*.info-set-roles { width:370px !important; margin: 0 auto 20px auto !important; padding-right: 0px; top: -44px; }*/ +.ml-alert-1-info a { color: #3b3b3b; text-decoration: none; cursor: pointer; } +/*.emp-info-set { width:510px !important; margin: 0 auto 20px auto !important; padding-right: 12px; top:50px; position: relative; left:0; }*/ +.m1-success-set { top: 7px !important; } +.alert-info-set { height:50px;} +.alert-info-set i { font-style: normal; float: left; line-height: 20px; margin-top: 6px; width: 90%; } +#popupmessage .ml-alert-1-error{position:static !important;} +.style-1-icon, .style-1-close { width: 20px; height: 20px; background: url(../images/style-1-sprite.png) no-repeat; float: left; margin: 9px 12px;} +.style-1-close { background: url(../images/style-1-close-sprite.png) no-repeat; float: right; cursor: pointer;} +.success { background-position: 0px; } +.error { background-position: -20px; } +.warning { background-position: -40px; } +.info { background-position: -60px; } +.validemailicon { background: url(../images/status.png) no-repeat 4px 4px; padding:4px 4px 4px 22px; height:18px;} + +/*Alerts Messages CSS Ends */ + + +#loaderdragimg { position:absolute; right: -34px; top: 6px; } + +/*Browser CSS*/ +.logo_medium{ margin:45px 0 70px 0; text-align:center;} +.white_bg_brs{ background-color:#ffffff; -webkit-box-shadow: 0px 0px 15px 0px #bfbfbf; box-shadow: 0px 0px 15px 0px #bfbfbf; min-height:390px; width:788px; margin:0 auto; -webkit-border-radius: 5px; +-moz-border-radius: 5px; border-radius: 5px; border:1px solid #d8d8d8;} +.white_bg_brs p{ padding:50px 20px 50px 20px; font-family: 'frutiger_lt_std_47_light_cnBd'; font-size: 18px; font-weight: normal; line-height:30px; text-align:center;} +.brows{ background:url(../images/browsers_button.png) no-repeat; display:block;} +.ie{ background-position:0px 0px; width:137px; height:160px; cursor:pointer; display:block; } +.firebox{background-position:-148px 0px; width:137px; height:160px; cursor:pointer; display:block; } +.safari{background-position:-296px 0px; width:137px; height:160px; cursor:pointer; display:block; } +.chrome{background-position:-445px 0px; width:137px; height:160px; cursor:pointer; display:block; } +.opera{background-position:-593px 0px; width:137px; height:160px; cursor:pointer; display:block; } +.browsdiv{ margin:0 0 0 30px; padding:0 0 0 0;} +.browsdiv li{ list-style:none; margin:0 10px 0 0; float:left;} + +.attachments-popup { background-color: #FFFFFF; float: left; margin: 0; padding: 0; width: 100%; } +#AttachmentContainer .heading{ display:none;} +.new-close-tag { cursor: pointer; float: right; margin-top: 4px; } +.button-reset { border:0 !important; background: transparent !important; } +.button-reset span.ui-icon { top:0 !important; left: 0 !important; } +.dashboard-grid { float:left; width:100%; margin:0 0 20px 0; padding:0; clear: both; } + +#AttachmentContainer iframe { font-family:'PTSansRegular'; height:460px !important; width:100% !important; border: solid #FFFF00 0px; } +.newtr{ background: #e2e1e1; border: 1px dashed #333333; +-o-transition: all 1s ease-in-out; +-moz-transition: all 1s ease-in-out; +-webkit-transition: all 1s ease-in-out; +transition: all 1s ease-in-out; } + +body#new-iframe { background: #ffffff !important; } +.newframe-div { float: left; margin: 10px 16px; clear:both;position: relative; /*width:96% !important; width:748px !important;*/ } +.newpop-div { float: left; margin: 10px 16px; clear:both;position: relative; width:745px;} + + +.frame-titlebar { + border-top:1px solid #bbbbbb; +-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); +-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); +box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); +height: 29px; +line-height: 23px; +padding: 0.4em 1em; +background: #ffffff; /* Old browsers */ +/* IE9 SVG, needs conditional override of 'filter' to 'none' */ +background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); +background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */ +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */ +background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */ +background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera 11.10+ */ +background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */ +background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%); /* W3C */ +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */ +} + +.frame-titlebar span { float: left; + margin: 5px 16px .1em 0; + color: #3b3b3b; + font-family: 'PTSansRegular'; + font-size: 18px; + font-weight: normal; + text-shadow: 0 1px 0 #ffffff; + } + + + +#new-iframe .ui-scrollable-tabs{ border: 0 none !important; } +#new-iframe .ui-widget-header { box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important ; } +#new-iframe .ui-tabs-nav { padding-top: 0; } +#new-iframe .ui-tabs-nav li a { border: 1px solid #ffffff; width: 183px; } +#new-iframe .ui-tabs-nav li a:active, #new-iframe .ui-tabs-nav li.ui-state-active a, #new-iframe .ui-tabs-nav li.ui-state-active a:hover { +border: 1px solid #BBBBBB ; background-color: #ffffff; border-right:0; width: 185px;} +#new-iframe .ui-tabs-panel { float: right; width: 329px; } + +/* New Form Css */ +.total-form-controller { float: left; margin: 0 0 10px; padding: 0; width: 100%; } +.total-iframe-controller { float: left; margin: 0; padding: 0; width: 99.7%; } + +/*.new-form-ui{ float: left; padding: 0px; width: 50%; color:#3b3b3b; margin:0; min-height: 55px; min-width:300px; height:85px; position: relative;}*/ + +.new-form-ui{ float: left; padding: 0px; width: 210px; color:#3b3b3b; margin:0 15px 0px 0px; /*height:135px; height:125px;*/ height:90px; position: relative;} +.new-form-ui label, .grpnamecls label { font-family: 'PTSansRegular',sans-serif; color: #3b3b3b; font-size: 13px; font-weight: normal; height: auto; padding:0; margin:0px 0 2px 0; text-align: left; float :left; clear: both; min-height:20px;} +.new-form-ui label input[type="radio"] { float:left; } +.new-form-ui label .tooltip { top:2px; position: relative; } +.new-form-ui label.required:after, .imp-text { color: red; content: " *"; font-family:Arial, Helvetica, sans-serif; font-size:12px; } +.new-form-ui .division { float: left; padding: 0; text-align: left; width: 100%; /* min-width: 295px; */ position: relative; } +.new-form-ui .division .add-coloum { float:left; width:auto; clear: both; font-family: 'PTSansRegular',sans-serif; color: #208BBD; font-size: 12px; font-weight: normal; text-align: left; margin-top:2px; cursor: pointer; } +.new-form-ui input[type="text"], .new-form-ui input[type="password"], .grpnamecls input[type="text"]{ border: 1px solid #c6c6c6; width:184px; float: left; background-color: #ffffff; height:27px; font-family: 'PTSansRegular',sans-serif; font-size: 13px; +color: #828282; padding:0 8px; -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); text-align:left;outline:none; +-moz-border-radius:5px; +-webkit-border-radius:5px; +border-radius:5px; } +@media screen and (-webkit-min-device-pixel-ratio:0) { +::i-block-chrome, .new-form-ui input[type="text"], .new-form-ui input[type="password"]{ color:#333;} +} +.new-form-ui-submit { float: left; padding: 0px; width: 100%; color:#3b3b3b; margin:0; clear: both; } +.new-form-ui-submit input[type="submit"], .new-form-ui-submit input[type="button"], .cancel-set .new-form-ui-submit input[type="submit"], .cancel-set .new-form-ui-submit input[type="button"], .create_new_group { background-color: #208bbd; border:1px solid #006391; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; +height:26px; padding:3px 10px 4px 10px; font-size: 14px; text-shadow: 0 1px 0 #006391; font-family: 'PTSansRegular', sans-serif; color:#ffffff; -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); +box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); cursor: pointer; float:left; margin-right:10px; text-transform: uppercase; outline: 0; line-height: 20px; } +.disabled-input input[type="text"]{ background-color: #F4F4F4; cursor: default; } + +.new-form-ui-submit button#subbutton, .new-form-ui-submit button#submitbuttons ,.new-form-ui-submit button#pdf , .new-form-ui-submit button#previewreport, .new-form-ui-submit button#submit, .new-form-ui-submit #idbtn_discard { background-color: #208bbd; border:1px solid #006391; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; +height:26px; padding:3px 10px 4px 10px; font-size: 14px; text-shadow: 0 1px 0 #006391; font-family: 'PTSansRegular', sans-serif; color:#ffffff; -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); +cursor: pointer; float:left; margin-right:10px; text-transform: uppercase; outline: 0; line-height: 20px; margin-top: 0 !important; } + +.new-form-ui-submit button { background: none transparent; border: 0 none; box-shadow: none; color: #353535; font-family: 'PTSansRegular',sans-serif; font-size: 14px; margin: 11px 0 0 0; padding: 0; text-shadow: none; float: left; text-transform: capitalize; cursor: pointer; line-height: 19px; } +.new-form-ui-multi button.inputclear,.new-form-ui button.inputclear, .new-form-ui-report button.inputclear{ background: none transparent; border: 0 none; box-shadow: none; color: #208BBD; text-decoration: underline; font-family: 'PTSansRegular',sans-serif; font-size: 14px; margin: 0px 0px 0 10px; padding: 0; text-shadow: none; float: left; text-transform: capitalize; cursor: pointer; line-height: 19px; } +.new-form-ui button.inputclear:hover { text-decoration:none; } +.new-form-ui .division .textarea-data-show { padding: 0; text-align: left; width: 183px; float:left; color:#828282; font-family: 'PTSansRegular',sans-serif; font-size: 13px; word-wrap:break-word; } + +.new-form-ui textarea, .appri_textarea { border: 1px solid #c6c6c6; width:184px; float: left; background-color: #ffffff; height:40px; font-family: 'PTSansRegular',sans-serif; font-size: 13px; color: #828282; /*padding:6px 8px;*/ +padding: 3px 8px; resize:none; line-height: 20px; outline:none; overflow-y: auto; margin:0; +-webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); +-moz-border-radius:5px; +-webkit-border-radius:5px; +border-radius:5px; } +.employee_appraisal-table textarea.appri_textarea{ background:#fff; cursor:auto; width: 87%;} +.new-form-ui .division .version-display { border: 1px solid #c6c6c6; width:184px; float: left; background-color: #F4F4F4; height:22px; font-family: 'PTSansRegular',sans-serif; font-size: 13px; +color: #828282; padding:5px 8px 0 8px; -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); text-align:left;outline:none; +-moz-border-radius:5px;-webkit-border-radius:5px; border-radius:5px; } + + +.manditory { color:#ff0000; font-weight: normal; font-size: 12px; font-family: Arial, Helvetica, sans-serif; } +.new-form-ui .division label { float: left; margin:0 10px 0 0; clear: right !important; } + +.new-form-ui-1{ float: left; padding: 0px; width: 210px; color:#3b3b3b; margin:0 15px 10px 0px; /*height:135px; */ min-height:125px; position: relative;} +.new-form-ui-1 label { font-family: 'PTSansRegular',sans-serif; color: #3b3b3b; font-size: 13px; font-weight: normal; height: auto; padding:0; margin:0px 0 2px 0; text-align: left; float :left; clear: both; min-height:20px;} +.new-form-ui-1 .division { float: left; padding: 0; text-align: left; width: 100%; /* min-width: 295px; */ position: relative; } + + +#uploaded-file-name-span { float:left; /* width: 100%; clear: both; */ margin-top:4px; color: #828282; font-size:13px; margin-left:15px; } +#uploaded-file-name-span a,.upload-file-display a{ color: #208BBD; text-decoration: none; } +#delete-resume { float:left; margin-left:10px; margin-top:4px; cursor: pointer; } + +/*.new-form-ui-multi{ float: left; padding: 0px; width: 50%; color:#3b3b3b; margin:0 0 24px 0; min-width:300px; min-height:55px; position: relative;}*/ +.new-form-ui-multi{ float: left; padding: 0px; width: 210px; color:#3b3b3b; margin:0 15px 0px 0px; min-height:125px; position: relative; height:auto;} +.new-form-ui-multi label { font-family: 'PTSansRegular',sans-serif; color: #3b3b3b; font-size: 14px; font-weight: normal; height: auto; padding:0; margin:0px 0 8px 0; text-align: left; float :left; /*width:100%; min-width: 225px;*/ clear: both;} +.new-form-ui-multi label .tooltip { top:2px; position: relative; } +.new-form-ui-multi label.required:after { color: red; content: " *"; } +.new-form-ui-multi .division { float: left; padding: 0; text-align: left; width: 100%; position: relative; } +.new-form-ui-multi .division .add-coloum { float:left; /* width:100%; */ clear: both; font-family: 'PTSansRegular',sans-serif; color: #208BBD; font-size: 12px; font-weight: normal; text-align: left; margin-top:2px; cursor: pointer; } +.new-form-ui-multi input[type="text"]{ border: 1px solid #c6c6c6; width:273px; float: left; background-color: #ffffff; height:26px; font-family: 'PTSansRegular',sans-serif; font-size: 14px; color: #828282; + padding:0 8px; -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); line-height:26px; text-align:left; outline:none; +-moz-border-radius:5px; +-webkit-border-radius:5px; +border-radius:5px; } + +.id-text label { color: #208BBD !important; text-transform: capitalize; margin-right: 30px !important;} +.id-text label input[type="checkbox"]{ margin: 0 6px 0 0; padding: 0; position: relative; top: 2px; } + +/*.new-form-ui-multi-1{ float: left; padding: 0px; width: 50%; color:#3b3b3b; margin:0; min-width:300px; min-height:55px; position: relative;} +.new-form-ui-multi-1{ float: left; padding: 0px; width: 200px; color:#3b3b3b; margin:0 20px 0px 0px; min-height:110px; position: relative;} +.new-form-ui-multi-1 label { font-family: 'PTSansRegular',sans-serif; color: #3b3b3b; font-size: 14px; font-weight: normal; height: auto; padding:0; margin:0px 0 8px 0; text-align: left; float :left; clear: both;} +.new-form-ui-multi-1 label .tooltip { top:2px; position: relative; } +.new-form-ui-multi-1 label.required:after { color: red; content: " *"; } +.new-form-ui-multi-1 .division { float: left; padding: 0; text-align: left; width: 100%; position: relative; } +.new-form-ui-multi-1 input[type="text"]{border: 1px solid #c6c6c6; width:273px; float: left; background-color: #ffffff; height:26px; font-family: 'PTSansRegular',sans-serif; font-size: 13px; color: #828282; +padding:0 8px; -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); line-height:26px; text-align:left; outline:none; +-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }*/ + + +/*.cancel-set .new-form-ui-submit button { background-color: #208bbd; border:1px solid #006391; +-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; height:26px; padding:3px 10px 4px 10px; font-size: 14px; text-shadow: 0 1px 0 #006391; font-family: 'PTSansRegular', sans-serif; color:#ffffff; -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); cursor: pointer; float:left; margin-right:10px; text-transform: uppercase; outline: 0; line-height: 19px; } */ + +.action-to-page { position: absolute; right:83px; top:24px; } +.action-to-page a { color: #208BBD; text-decoration: none; } +.back-to-page { position: absolute; right:0; top:16px; } +.back-to-page input[type="submit"], .back-to-page input[type="button"]{ background-color: #208bbd; border:1px solid #006391; +-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; height:26px; padding:3px 10px 4px 10px; font-size: 14px; text-shadow: 0 1px 0 #006391; font-family: 'PTSansRegular', sans-serif; color:#ffffff; -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); cursor: pointer; float:right; margin-right:10px; text-transform: uppercase; outline: 0; line-height: 20px; } +.action-to-page-1 { position: absolute; right:0px; top:24px; } +.action-to-page-1 a { color: #208BBD; text-decoration: none; } + +.data-view-details { clear:both; } +.form-ui, .short-ui{ margin:0; width:50%; min-width:339px; padding:10px 0px; float: left; border-bottom: 1px solid #cccccc; min-height:19px; } +.form-ui label, .short-ui label { float:left; width:160px; padding-left:10px; text-align: left; color: #000000; font-size: 14px; font-family: 'PTSansRegular',sans-serif; clear: none; margin: 0 10px 0 0; } +.form-ui label b, .short-ui label b{ float:right; font-weight:normal; } +.form-ui .division, .short-ui .division { float:left; /* width:155px; */ width:175px; text-align: left; color: #3b3b3b; font-size: 14px; font-family: 'PTSansRegular',sans-serif; word-wrap: break-word; height:20px; overflow: hidden; } +.bg-form { background-color: #f4f4f4; } +.form-ui:last-child, .short-ui:last-child { border-bottom: 0 none; } +/*.form-ui .division { float: left; padding: 0; text-align: left; width: 100%; min-width: 295px; position: relative; }*/ +.form-ui .division .date-input input[type="text"]{border: 1px solid #c6c6c6; width:155px; float: left; background-color: #ffffff; height:32px; font-family: 'PTSansRegular',sans-serif; font-size: 14px; color: #828282; padding:0 8px; -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); line-height:30px; text-align:left; outline:none; } +.short-ui a{ color: #1F8ABC; text-decoration: none; } + +.pop-ui{ margin:0; width:364px; padding:10px 0px; float: left; border-bottom: 1px solid #cccccc; min-height:19px; } +.pop-ui label { float:left; /* width:143px; */ width:140px; padding-left:5px; text-align: left; color: #000000; font-size: 14px; font-family: 'PTSansRegular',sans-serif; clear: none; margin: 0 10px 0 0; word-wrap: break-word;} +.pop-ui label b{ float:right; font-weight:normal; } +.pop-ui .division { float:left; /* width:199px; */ width:202px; text-align: left; color: #3b3b3b; font-size: 14px; font-family: 'PTSansRegular',sans-serif; word-wrap: break-word; } +.pop-ui a{ color: #208BBD; text-decoration: none; } + +.pop-ui-1{ margin:0; width:100%; padding:10px 0px; float: left; border-bottom: 1px solid #cccccc; min-height:19px; word-wrap: break-word; } +.pop-ui-1 label { float:left; width:18%; padding-left:10px; text-align: left; color: #000000; font-size: 14px; font-family: 'PTSansRegular',sans-serif; clear: none; margin: 0 10px 0 0; word-wrap: break-word; } +.pop-ui-1 label b{ float:right; font-weight:normal; } +.pop-ui-1 .division { float:left; width:75%; text-align: left; color: #3b3b3b; font-size: 14px; font-family: 'PTSansRegular',sans-serif; word-wrap: break-word; } +.pop-ui-1 a{ color: #208BBD; text-decoration: none; } + + + + +.form-ui-full, .short-ui-full{ margin:0; width:100%; padding:10px 0px; float: left; border-bottom: 1px solid #cccccc; } +.form-ui-full label, .short-ui-full label { float:left; width:10%; min-width:160px; padding-left:5px; text-align: left; color: #000000; font-size: 14px; font-family: 'PTSansRegular',sans-serif; + margin: 0 15px 0 0; } +.form-ui-full label b, .short-ui-full label b{ float:right; font-weight:normal; } +.form-ui-full .division, .short-ui-full .division { float:left; width:89%; text-align: left; color: #3b3b3b; font-size: 14px; font-family: 'PTSansRegular',sans-serif; word-wrap: break-word; } +.form-ui-full:last-child, .short-ui-full:last-child { border-bottom: 0 none; } + +.short-ui-full-1{ margin:0; width:100%; padding:10px 0px; float: left; border-bottom: 1px solid #cccccc; } +.short-ui-full-1 label { float:left; min-width:10% !important; min-width:160px; padding-left:5px; text-align: left; color: #000000; font-size: 14px; font-family: 'PTSansRegular',sans-serif; margin: 0 15px 0 0; } +.short-ui-full-1 label b{ float:right; font-weight:normal; } +.short-ui-full-1 .division1 { float:left; min-width:57% !important; text-align: left; color: #3b3b3b; font-size: 14px; font-family: 'PTSansRegular',sans-serif; word-wrap: break-word; } +.short-ui-full-1:last-child { border-bottom: 0 none; } + + + +.requ-action { color: #208BBD; cursor: pointer; } + +/*.company-info { margin:0; width:100%; padding:10px 0px; float: left; border-bottom: 1px solid #e9e9e9; } +.company-info label { float:left; width:40%; text-align: left; color: #000000; font-size: 14px; font-family: 'PTSansRegular',sans-serif; padding-left:10px; } +.company-info label b{ float:right; font-weight:normal; } +.company-info span { float:right; width:53%; text-align: left; color: #3b3b3b; font-size: 14px; font-family: 'PTSansRegular',sans-serif; } +*/ + + + +.exp-textarea { border: 1px solid #c6c6c6; width:273px; float: left; background-color: #ffffff; height:35px; font-family: 'PTSansRegular',sans-serif; font-size: 14px; color: #828282; padding:5px 8px; +-webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); resize:none; line-height: 20px; outline:none; overflow-y: auto; } +.employee_appraisal-table .exp-textarea { width:82%;} +.separetor-heading { margin:0 0 10px 0; padding:0; clear:both; width:100%; float:left; font-family: 'PTSansCaptionBold',sans-serif; font-size: 15px; color: #333333; text-shadow: 0 1px 0 #ffffff; text-align: left; + /*border-bottom: 1px dashed #898989;*/ text-transform:uppercase; } +.separetor-heading span.required:after { color: #ff0000; content: " *"; } +.separetor-heading_radio { margin:10px 0 20px 0; padding:0 0 5px 0; clear:both; width:100%; float:left;font-family: 'PTSansRegular',sans-serif; font-size: 16px; color: #3b3b3b; text-shadow: 0 1px 0 #ffffff; text-align: left; border-bottom: 1px dashed #898989; } +.separetor-heading-pop { margin:0; padding:0 0 10px 0; clear:both; width:100%; float:left; font-family: 'PTSansCaptionBold',sans-serif; font-size: 15px; color: #333333; text-shadow: 0 1px 0 #ffffff; text-align: left; +text-transform:uppercase; background-color: #ffffff; } +.separetor-heading-pop-1 { margin:0; padding:0; clear:both; width:100%; float:left; font-family: 'PTSansCaptionBold',sans-serif; font-size: 15px; color: #333333; text-shadow: 0 1px 0 #ffffff; text-align: left; +text-transform:uppercase; background-color: #ffffff; } +.separetor-heading-candidate { margin:0 0 1px 0; padding:0; clear:both; width:100%; float:left; font-family: 'PTSansCaptionBold',sans-serif; font-size: 15px; color: #333333; +text-shadow: 0 1px 0 #ffffff; text-align: left; text-transform:uppercase; } + + +.new-form-ui-line { float: left; padding: 0px; width: 100%; color:#3b3b3b; margin:0 0 20px 0; min-width:340px; position: relative; text-align: left; clear:both; } + +.add-more-form { cursor:pointer;margin:10px 0; padding:0; clear:both; width:100%; float:left; font-family: 'PTSansRegular',sans-serif; font-size: 14px; color: #248fc1; text-shadow: 0 1px 0 #ffffff; text-align: right; } +.add-more-form-1 { cursor:pointer; margin:0; padding:0; clear:both; float:right; font-family: 'PTSansRegular',sans-serif; font-size: 14px; color: #248fc1; text-shadow: 0 1px 0 #ffffff; text-align: right; } +.employee-pic { float:left; width:130px; height: 130px; /*margin-bottom: 20px; */} +.employee-pic img { border:1px solid #CFCFCF; width:128px; height: 128px; float: left; } +.employee-pic-emp { float:left; width:130px; /* height: 130px; margin-bottom: 20px; */} +.employee-pic-emp img { border:1px solid #CFCFCF; width:128px; height: 128px; float: left; } + +.employee-pic-height { height: 150px !important; } +.top-border { border-top:1px dashed #898989; padding-top:10px;} +.employee-pic-popup-frame { float:left; width: 100%; overflow-y:auto; overflow-x:hidden; height: 335px; } +.employee-pic-popup-ctrl { width:104px; float:left; /* margin-right:15px; margin-bottom:15px; */ } +.employee-pic-popup { float:left; width:90px; min-height:140px; } +.employee-pic-popup img { border:1px solid #CFCFCF; width:88px; height: 88px; float: left; } +.employee-pic-popup span { font-family: 'PTSansRegular',sans-serif; font-size: 13px; color: #3b3b3b; } +.emp-position-set { float:left; width:100%; clear:both; margin-bottom:10px; margin-top:-10px; } +.emp-position-set b.emp-te { font-family: 'PTSansRegular',sans-serif; font-size: 13px; color: #3b3b3b; float:left; margin-top: 5px; font-weight: normal; margin-right:10px; } +/* New Css 01-08-2013 */ + +.full-page { background:#EEEEEE; border-radius: 5px 5px 5px 5px; float: right; margin: 0 0 50px; min-height: 950px; position: relative; width: 100%;} +.upload-link { float:left; width:100%; clear:both; text-align: left; color: #3b3b3b; text-shadow: 0 1px 0 #FFFFFF; } +.upload-link a { color: #208BBD; text-decoration: none; font-family: 'PTSansCaptionBold',sans-serif; font-size: 15px; text-transform:uppercase; } +.upload-link a.act , .upload-link a:hover { color: #333333; } +.upload-link a.act { color: #333333; cursor: default; } + +/* company-info Css */ + +.company-info input[type="text"]{border: 1px solid #c6c6c6; width:273px; float: left; background-color: #ffffff; height:32px; font-family: 'PTSansRegular',sans-serif; font-size: 14px; color: #afafaf; padding:0 8px; +-webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); line-height:30px; text-align:left; outline:none; } +.company-info textarea { border: 1px solid #c6c6c6; width:273px; float: left; background-color: #ffffff; height:80px; font-family: 'PTSansRegular',sans-serif; font-size: 14px; color: #afafaf; padding:10px 8px; +-webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); resize:none; line-height: 20px; outline:none; overflow-y: auto; } +.edit-btn { margin:0 0 10px 0; clear:both; float:right; width:100%; border-bottom: 1px dotted #d8d8d8; padding-bottom: 5px; } +.edit-btn a{ background-color: #208bbd; border:1px solid #006391; text-decoration: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; +height:24px; padding:0px 10px 0px 10px; font-size: 14px; text-shadow: 0 1px 0 #006391; font-family: 'PTSansRegular', sans-serif; color:#ffffff; -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); cursor: pointer; float:right;text-transform: uppercase; outline: 0; line-height: 24px; } +.company-heading { margin:20px 0 15px 0; width:100%; padding:0 0 10px 0; float:left; text-align: left; color: #3b3b3b; font-size: 16px; font-family: 'PTSansRegular',sans-serif; clear: both; text-transform:uppercase; border-bottom: 1px solid #989898; text-shadow: 0 1px 0 #ffffff; } +.company-decription { margin:10px 0 0 0; width:100%; padding:0 0 10px 0; float: left; } +.company-decription label { float:left; text-align: left; color: #3b3b3b; font-size: 14px; font-family: 'PTSansRegular',sans-serif; clear: both; width:100%; margin-bottom:10px; } +.company-decription span{ float:left; text-align: left; color: #727272; font-size: 14px; font-family: 'PTSansRegular',sans-serif; clear: both; width:100%; } +.company-decription textarea { border: 1px solid #c6c6c6; width:98%; min-width: 651px; float: left; background-color: #ffffff; height:80px; font-family: 'PTSansRegular',sans-serif; font-size: 14px; color: #afafaf; padding:10px 8px; -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); resize:none; line-height: 20px; outline:none; overflow-y: auto; } + + +.company-info-block .total-form-controller .company-info { border-bottom: 0; } + +.company-info-block, .requisitions-block { margin:0; clear: both; padding:1%; float:left; width:98%; border: 1px solid #cfcfcf; background-color: #ffffff; /* min-height:315px; */ -webkit-border-radius: 5px; +-moz-border-radius: 5px; border-radius: 5px;} +.heading-name { font-family: 'PTSansbold',sans-serif; font-size: 16px; color:#000000; text-align: left; border-bottom: 1px dotted #d8d8d8; padding-bottom: 10px; float:left; width: 100%; clear: both; margin-bottom: 15px; } +.heading-name-1 { font-family: 'PTSansbold',sans-serif; font-size: 15px; color: #000000; text-align: left; border-bottom: 1px dotted #d8d8d8; padding-bottom: 10px; float:left; width: 100%; clear: both; margin-bottom: 15px; text-transform: uppercase; text-shadow: 0 1px 0 #FFFFFF } +.edit-text { margin:0 0 10px 0; clear:both; float:right; width:100%; text-align:right; position: absolute; top: -34px; } +.edit-text a { color: #208bbd; text-decoration: none;} + +.organisation-info-block { float:left; width: 100%; clear:both; margin-bottom: 20px;} +.organisation-logo { float:left; width: 20%; min-width: 280px; max-width: 290px; /*text-align:left; background: url(../images/org-logo.jpg) no-repeat center top;*/ +height:80px; max-height: 150px; margin-top:10px; overflow: hidden; text-align: left; } +.organisation-logo img { text-align: left; margin:15px auto 0 auto; /*width:130px; height: 75px; */} +.organisation-text { text-align:left; font-size: 14px; color: #3b3b3b; line-height:26px; /*float:right; width: 84%; min-width: 475px; */} +.organisation-text a{ color: #208bbd; clear: both; /* float:right; width: 100%;*/ text-align:right; text-decoration: none; padding-left: 7px; font-weight: normal; font-size: 13px; } +.more-icon { width:6px; height: 8px; background: url(../images/more.png) no-repeat center center; padding:1px 5px 3px 5px; } +.less-icon { width:6px; height: 8px; background: url(../images/less.png) no-repeat center center; padding:1px 5px 3px 5px; } +.domain-more { color: #208bbd; clear: both; text-align:right; text-decoration: none; padding-left: 7px; font-weight: normal; font-size: 13px; } +.more-org { color: #208bbd; clear: both; float:right; width: 100%; text-align:right; } +.more-org a { color: #208bbd; text-decoration: none; } +.organisation-text b#so_on { font-weight: normal; } +.org-address-block { float:left; width: 100%; clear:both; margin-bottom: 20px;} +.td-1 { background-color:#f6f6f6; width:40%; min-width:360px; padding: 0;} +.td-2 { background-color:#eeeeee; width:60%; min-width: 310px; padding: 0; display: table-cell; vertical-align:top; } +.company-info { margin:0; width:100%; padding:10px 0px; float: left; border-bottom: 1px solid #e9e9e9; } +.company-info label { float:left; width:40%; text-align: left; color: #000000; font-size: 14px; font-family: 'PTSansRegular',sans-serif; padding-left:10px; } +.company-info label b{ float:right; font-weight:normal; } +.company-info span { float:right; width:52%; word-wrap: break-word; text-align: left; color: #3b3b3b; font-size: 14px; font-family: 'PTSansRegular',sans-serif; padding-right:10px; } +.company-info span a{ color: #208bbd; text-decoration: none; text-align: left; } + +.manage-info { margin:0; width:98%; padding:10px 1%; float: left; border-bottom: 1px solid #e9e9e9; background-color: #f6f6f6; text-align: left; line-height: 24px; } +.manage-info label { float:left; width:20%; text-align: left; color: #000000; font-size: 14px; font-family: 'PTSansRegular',sans-serif; padding-left: 10px; } +.manage-info label b{ float:right; font-weight:normal; } +.manage-info span { float:right; width:75%; text-align: left; color: #3b3b3b; font-size: 14px; font-family: 'PTSansRegular',sans-serif; padding-left:10px; padding-right:10px; } +.manage-info u{font-weight:normal; font-family: 'PTSansbold',sans-serif; font-size:15px; text-shadow: 0 1px 0 #FFFFFF; color: #333333; text-decoration: none;} +.manage-info a { color: #208bbd; clear: both; /* float:right; width: 100%; */text-align:right; text-decoration: none; padding-left: 7px; } +.manage-info b { font-weight: normal; } + +.alter-div{ background-color: #fdfdfd; } +.address-map-total { position: relative; width:100%; clear:both; height: 100%; float:left; overflow: hidden; } +.address-hide-show { position:absolute; top:8px; right:2px; cursor: pointer; z-index:9; } +.address-hide-show span{ background-color: #ffffff; padding:3px 10px; box-shadow: 0 0 2px 0px #999999; margin:0px; color: #666666; font-size: 14px; font-family: 'PTSansRegular',sans-serif;} +.address-hide-show span:hover{background-color: #f5f5f5; color: #000000; } +.add-main{ color: #000000 !important;} +.org-address-control { position: relative; width:100%; clear:both; z-index:8; float:left; } +.address-text { float:left; width: 98%; margin-left: 2%; clear: both; color: #000000; font-size: 14px; font-family: 'PTSansRegular',sans-serif; margin-top: 12px; } +.address-block {float:left; width: 98%; clear:both; border-bottom: 1px dotted #cfcfcf; color: #3b3b3b; font-size: 14px; font-family: 'PTSansRegular',sans-serif; padding-bottom: 10px; +margin:10px 1% 0 1%; line-height: 24px; } +.address-block div { padding-left: 20px; } +.address-block:last-child { border-bottom: 0 none; } + +#mapDiv { /*background:url(../images/mapview.jpg) no-repeat left top;*/ background-size:cover; width:100%; min-height:479px; padding:0 !important; margin:0 !important; } + +#menu_accordion .ui-icon { top:20px !important; /*margin-top: 0 !important; */} +#menu_accordion .child_level { margin-top: -16px !important; margin-left: -24px !important; } + +#formid { float:left; width: 100%; clear: both; line-height: normal; position: relative; } +#formid ul li { list-style: none; /*line-height: normal; padding-top: 8px; padding-bottom: 8px;*/ } + + +#accordion { width: 100%; clear: both; } +#menu_accordion { width: 100%; clear: both; background-color: #f7f7f7; float:left; margin-bottom: 10px; } +#menu_accordion .ui-widget-content { background-color: transparent !important; border: 0 none !important;} +.right-block-data #menu_accordion { background-color: transparent !important; } +.header_class{ clear: both; float: left; padding-bottom: 11px !important; padding-top: 9px !important; /* width: 100%; */ min-width: 200px; background-color: transparent !important; border: 0 none !important;} +.header_class_one { clear: both; float: left; padding-bottom: 11px !important; /* width: 100%; */ min-width: 200px; background-color: transparent !important; border: 0 none !important;} +.header_classnone { clear: both; float: left; padding-bottom: 11px !important; padding-top: 9px !important; /* width: 100%;*/ min-width: 200px; } +.menu_heading1 { float:left; /* width: 250px; */ margin-left: 25px; /* margin-top: 11px; */ color: #1f8abc;} +.menu_heading2 { float:left; /* width: 250px; */ } +.menu_heading3 { float:left; /* width: 250px; */ } +.menu_heading4 { float:left; /* width: 250px; */ margin-left: 0px; margin-top: 0px; } +.menu_heading5 { float:left; /* width: 250px; */ margin-left: 25px; margin-top: 0px; } +.cls_checkboxes { float:left; margin-top: 2px; } +.cls_menuname { float: left; font-size: 13px; font-family: 'PTSansRegular',sans-serif; overflow: hidden; text-align: left; /* width: 200px; */ margin-left: 3px;} +.contentdiv { float:left; width: 100%; clear: both; } +.cls_radiobuttons_div { float:left; /*width: 100%; clear: both; */ } +.configure-site-div { text-align: left; } +/*.rad_block_one { float:left; width: 158px; border-right:1px solid #c3c3c3; margin-right: 10px; } +.rad_block_two { float:left; width: 160px; }*/ +.permission_div { float:left; margin:0 10px 0 0; /*clear:both; width:160px;*/ width:145px; } +.permission_radio_div {float:left; margin:0px 5px; /* clear: both; */ } +.cls_radiobuttons_rd { float:left; margin:6px 2px; padding: 0; } +.permission_div_brdr { border-right:1px solid #c3c3c3; } + +.header_class_onenone { float:left; width: 90%; clear: both; margin-bottom: 10px; } + +.chlist_one { float:left; width: 90% !important; clear: both; margin-left: 55px !important; } +.tree_level_ui { float:left; clear: both; width: 90%; margin-left: 25px; } +.tree_level_ui li { float:left; clear: both; margin-left: 5px; margin-bottom: 11px; list-style:none; line-height:16px; } + +.cls_radiobuttons_div { background-color:#fdfdfd; border: 1px dotted #898989; float:left; clear:both; padding:10px; margin: 10px 0 10px 23px; position: relative;/* width:341px;*/ width:312px; +/* -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; */} +.arrow_img_cls { background:url(../images/arrow_img_cls.png) no-repeat left top; width:16px; height: 12px; position: absolute; top:-12px; } +.header_class .cls_radiobuttons_div{ margin-left: 55px !important;} +.header_class_one .cls_radiobuttons_div{ margin-left: 23px !important;} +.header_classnone .cls_radiobuttons_div{ margin-left: 50px !important;} + +.radio_titles , .radio_value_name { font-size: 13px; font-family: 'PTSansRegular',sans-serif; float:left; margin-top:4px; font-size: 13px; color: #228dbf;} + + + +/* +.confige-sprite { background:url(../images/configure-site-sprite.png); } +.site-config-icon { background-position: 0 0; background-repeat:no-repeat; float:left; height:29px; padding: 2px 15px 0 35px; margin-left: 10px; margin-top: 4px;} +.site-config-icon:hover, .site-config-icon-selected { background-position: 0 -33px; background-repeat:no-repeat; float:left; height:29px; padding: 2px 15px 0 35px; margin-left: 10px; margin-top: 4px;} + +.manage-icon { background-position: 0 -68px; background-repeat:no-repeat; float:left; height:29px; padding: 2px 15px 0 35px; margin-top: 4px;} +a:hover.man-hover, .manage-icon:hover, .manage-icon-selected{ background-position: 0 -101px; background-repeat:no-repeat; float:left; height:29px; padding: 2px 15px 0 35px; margin-top: 4px;} + +.prefi-icon { background-position: 0 -137px; background-repeat:no-repeat; float:left; height:29px; padding: 2px 15px 0 35px; margin-left: 10px; margin-top: 4px;} +a:hover.prefi-icon, .prefi-icon:hover, .prefi-icon-selected { background-position: 0 -173px; background-repeat:no-repeat; float:left; height:29px; padding: 2px 15px 0 35px; margin-left: 10px; margin-top: 4px; } + +*/ + +.confige-sprite { background:url(../images/configure-site-sprite.png); } +.site-config-icon { background-position: center 0; background-repeat:no-repeat; float:left; height:33px; width: 100%;} +.site-config-icon:hover, .site-config-icon-selected, .confi-menu ul li a:hover .site-config-icon { background-position: center -45px; background-repeat:no-repeat; float:left; height:33px; width: 100%;} + +.manage-icon { background-position:center -89px; background-repeat:no-repeat; float:left; height:33px; width: 100%;} +a:hover.man-hover, .manage-icon:hover, .manage-icon-selected , .confi-menu ul li a:hover .manage-icon{ background-position: center -134px; background-repeat:no-repeat; float:left; height:33px; width: 100%; } + +.prefi-icon { background-position: center -180px; background-repeat:no-repeat; float:left; height:33px; width: 100%;} +a:hover.prefi-icon, .prefi-icon:hover, .prefi-icon-selected, .confi-menu ul li a:hover .prefi-icon { background-position: center -228px; background-repeat:no-repeat; float:left; height:33px; width: 100%; } + + +.confi-menu { float: left; width: 100%; clear:both; margin:0; } +.confi-menu ul { float: left; width: 100%; clear:both; margin:0; } +.confi-menu ul li { float:left; margin:0 2px 0 0; padding:0; list-style: none; font-family: 'PTSansRegular', sans-serif; font-size: 15px; position: relative; height: 72px; z-index:10; } +.confi-menu ul li p{ float:left; width:100%; list-style: none; text-align:center; margin:0px;} +.confi-menu ul li a { color: #727171; text-decoration: none; text-shadow: 0 1px 0 #ffffff; float:left; padding:9px 20px; border: 1px solid #EEEEEE; border-bottom:0; } +.confi-menu ul li a:hover { border: 1px solid #EEEEEE; border-bottom:0; color: #208bbd; text-shadow: 0 1px 0 #ffffff; text-decoration: none;} +.confi-menu ul li a.selected{ border: 1px solid #BBBBBB; border-bottom:0; color: #208bbd; text-shadow: 0 1px 0 #ffffff; text-decoration: none; background-color: #ffffff; -webkit-border-top-left-radius: 5px; +-webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; } + +.confi-block-1 { float:left; width: 100%; background-color: #ffffff; border: 1px solid #BBBBBB; position: relative; z-index:0; +-webkit-border-radius: 5px; -webkit-border-top-left-radius: 0; -moz-border-radius: 5px; -moz-border-radius-topleft: 0; border-radius: 5px; border-top-left-radius: 0; padding: 10px 0; } +.confi-block-2{ float:left; width: 100%; background-color: #ffffff; border: 1px solid #BBBBBB; position: relative; z-index:0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 10px 0; } +.confi-total-detail { width: 98%; margin:0 auto; clear:both; } + +.confi-body { float:left; width:100%; margin:10px 0; padding:0; } +.config-form { float:right; width:80%; margin:0 0 0 10px; padding: 0 0 0 10px; border-left:1px solid #c4c4c4; min-width: 600px; min-height: 450px; } +.form-body { margin:0; padding:0; width: 100%; float:left; clear: both; } +.form-body-header { float:left; clear:both; width:100%; color: #3b3b3b; font-size:15px; font-family: 'PTSansRegular', sans-serif; text-shadow: 0 1px 0 #ffffff; text-align:left; margin-bottom: 10px; } +.form-content { float:left; clear:both; width:100%; color: #3b3b3b; font-size:14px; font-family: 'PTSansRegular', sans-serif; } +.privileges-note { float: left; width:100%; clear: both; font-size:13px; font-family: 'PTSansRegular', sans-serif; text-align:left; color: #909090; /* color: #538da1; */ } +.agency-note { float: left; width:100%; clear: both; font-size:13px; font-family: 'PTSansRegular', sans-serif; text-align:left; color: #909090; margin: 10px 0; } +/* Accordine menu Css*/ +#acdnmenu ul.acdnTop li:last-child { /*border-bottom: 1px solid #000000; */ border-bottom: 1px solid #dddddd; } +#acdnmenu ul.acdnTop ul.acdnSub li:last-child { border-bottom: 0 none !important; } +ul.acdnSub li:last-child a{ border-bottom: 0 none !important; } + +#acdnmenu {width: 300px; margin: 0px; padding:0; float:left; } +#acdnmenu ul.acdnTop {display: block;/*border: 1px solid #D8E2F3;*/background: none repeat scroll 0 0 #FFFFFF;padding-left: 0;} +#acdnmenu div.acdnHeading, #acdnmenu a.acdnLink { +/* background: url(../images/wild_oliva.png) repeat scroll 0 0 transparent; border: 1px solid #000000; border-bottom: 0; box-shadow: 0 1px 0 0 #686868 inset; height: 13px; margin: 0 auto; +color: #ffffff; font-family: 'PTSansRegular', sans-serif; font-size: 14px; text-shadow: 0 1px 0 #000000; outline: medium none; padding: 10px; text-align: left; text-decoration: none; */ +border: 1px solid #dddddd; +background: rgb(255,255,255); /* Old browsers */ +background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,240,240,1) 99%); /* FF3.6+ */ +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(99%,rgba(241,240,240,1))); /* Chrome,Safari4+ */ +background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,240,240,1) 99%); /* Chrome10+,Safari5.1+ */ +background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,240,240,1) 99%); /* Opera 11.10+ */ +background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,240,240,1) 99%); /* IE10+ */ +background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,240,240,1) 99%); /* W3C */ +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f0f0',GradientType=0 ); /* IE6-9 */ + +height: 13px; margin: 0 auto; border-bottom: 0; +color: #4e4e4e; font-family: PTSansRegular, sans-serif; font-size: 14px; text-shadow: 0 1px 0 #ffffff; outline: medium none; padding: 10px; text-align: left; text-decoration: none; } +#acdnmenu div.acdnCurrent, #acdnmenu div:hover{ /* color: #ffffff; */ color: #171616; font-weight: normal; text-decoration: none; } +#acdnmenu ul.acdnSub a.acdnLink:hover, #acdnmenu div.acdnCurrent a.acdnLink { background-color: #edecec !important; color: #3b3b3b !important; text-decoration: none; } +#acdnmenu a.acdnCurrent, #acdnmenu a.acdnCurrent:hover { color: #336699; text-decoration: none; } +#acdnmenu div.acdnArrowImage { background-image: url(../images/arrows.png); /* background-position: 0 0; */ background-position: 0 -48px; background-repeat: no-repeat; height: 12px; right: 10px; top: 13px; width: 8px; } +#acdnmenu div.acdnCurrent div.acdnArrowImage { /* background-position: 0 -16px; */ background-position: 0 -65px;} +#acdnmenu li.acdnSeparator { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; font-size: 0px; } +#acdnmenu ul.acdnSub { /*padding-left: 14px; */ } +#acdnmenu ul.acdnSub div.acdnHeading { background: none repeat scroll 0 0 transparent; color: #000000; font: 12px Arial; padding: 5px 5px 5px 20px; text-align: left; } +#acdnmenu ul.acdnSub div.acdnHeading a { color: #000000; } +#acdnmenu ul.acdnSub div.acdnCurrent { background: none repeat scroll 0 0 transparent; color: #000000; } +#acdnmenu ul.acdnSub a.acdnLink { background: none repeat scroll 0 0 transparent; border-bottom: 1px solid #ebebeb !important; border:0; box-shadow: 0 0px 0 0 #686868 inset; +color: #808181; text-shadow: 0 0px 0 #000000 !important; padding: 10px 20px; text-decoration: none; } +#acdnmenu ul.acdnSub a.acdnLink:hover, #acdnmenu ul.acdnSub a.acdnCurrent, #acdnmenu ul.acdnSub div.acdnHeading a:hover, #acdnmenu ul.acdnSub div.acdnHeading a.acdnCurrent { +background: none repeat scroll 0 0 transparent; color: #000000; } +#acdnmenu ul li a:hover.acdnLink { /* color: #ffffff !important; */ color: #171616 !important; } +/* #acdnmenu ul.acdnSub div.acdnArrowImage { background-image: url("arrows.gif"); background-position: 0 -24px; height: 12px; left: 4px; top: 6px; width: 12px; } +#acdnmenu ul.acdnSub div.acdnCurrent div.acdnArrowImage { background-position: 0 -36px; } */ +#acdnmenu, #acdnmenu ul { display: block; font-size: 0; line-height: 0; } +#acdnmenu li { font-size: 12px; line-height: 16px; } +#acdnmenu:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; } +#acdnmenu ul { list-style-type: none; margin: 0px; overflow: hidden; padding: 0px; position: relative; top: 0px; display: none; } +#acdnmenu li { margin: 0px; padding: 0px; } +#acdnmenu div.acdnHeading{ cursor: pointer; position: relative; } +#acdnmenu div.acdnCurrent { cursor: pointer; position: relative; border-bottom: 1px solid #dddddd; } +#acdnmenu div.acdnArrowImage { overflow: hidden; position: absolute; } +#acdnmenu ul.acdnSub li.active a.acdnLink{ background: #e5e5e5 url(../images/arrows-active.png) no-repeat 96% center !important; color: #000000 !important; text-decoration: none; } + +.managemenu-list { float:left; width: 49%; min-width: 450px; margin:0; border-bottom: 1px dotted #d8d8d8; margin: 10px 1% 0px 0; padding-bottom: 10px; } +.managemenu-list p{ float:left; font-family: 'PTSansRegular', sans-serif; font-size: 14px; color: #3b3b3b; text-shadow: 0 1px 0 #ffffff; margin:0; padding:0; } +.managemenu-list span { float:right; } +.managemenu-list span a { margin-right: 10px; } +.active-data-now { background-position:0 -280px; float:left; width:20px; height:16px; } +.active-data{ background-position:0 -306px; float:left; width:20px; height:16px; } +.deactive-data-now { background-position:0 -332px; float:left; width:20px; height:16px; } +.deactive-data { background-position:0 -358px; float:left; width:20px; height:16px; } +.loca_state_div .select2-container-multi, .loca_state_div .select2-container.selectoption{float:left; margin-right: 10px;} + +#grayout { width:99.5% !important; clear:both; margin:0; padding:0; background: #ffffff !important; border: 1px solid #cfcfcf; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; +overflow-y: auto; overflow:auto;} +#DepartmentContainer .heading{ display: none; } +.container_left .division .select2-container{float: left; margin-right: 6px;} +/*.roles-div-control { margin:0; float:left; width:100%;} +.group_disp_div { margin:0; float:left; width: 20%; min-width:230px; } +.group_disp_div ul.group_disp_ul li{ float:left; background-color: #A2A2A2; color: #ffffff; font-size:13px; font-family: 'PTSansRegular'; text-align:center; padding: 2px 13px; border-right:1px solid #fff; height: 26px; line-height: 25px !important; cursor:pointer; } +.group_disp_div ul.group_disp_ul li:last-child{ border-right:none; -webkit-border-top-right-radius: 5px;-webkit-border-bottom-right-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; } +.group_disp_div ul.group_disp_ul li#idgroup1{-webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px;} +.group_disp_div ul.group_disp_ul{ float: left; height: 30px; margin-bottom: 13px;} +.group_disp_div ul.group_disp_ul li.group_selected_cls{ background-color: #208BBD !important; cursor:cursor;} */ +#helptext.helptext{float: left; margin-left: 7px; margin-top: 3px; font-size: 12px; color: #909090;} +.password_hint{float: left;text-align: left;/* margin-left: 307px; margin-top: -56px; width: 506px; */ width:100%; margin-bottom: 10px; /*margin-top: -15px;*/ color: #909090; font-size: 13px; line-height: 18px;} +.hint-new{float: left;text-align: justify; /* margin-left: 307px; margin-top: -56px; width: 506px; */ width:100%; color: #909090; font-size: 13px; line-height: 18px;} +.managemenus_wrapper{ min-height:100%;} +.managemenus_wrapper .ui-accordion .ui-accordion-header{ float:left; width:auto;} +.business_units_iframe #helptext.helptext{margin-top: -4px; margin-left: 0px; height: 15px;} +.business_units_iframe .new-form-ui{ /*height: 94px;*/} +#grid_holidaydates{margin-top: 20px;} +.company-info .password_hint_view{font-size: 12px; color: #909090; line-height: 16px; margin-top: 11px;} +.company-info-block .nodatatext{ color: #585858; display: block; float: left; font-size: 15px; margin-top: 40px; text-align: center; width: 100% } + +.address-show { float:left; margin:0 20px 20px 0; font-size:14px; font-family: 'PTSansRegular'; color:#3b3b3b; width: 40%;} +.address-show span { float:left; clear: both; width: 100%; margin:0 0 0px 0; text-align: left; line-height: 24px; } +.address-show span b { padding-right: 10px; font-weight: normal; } +#compDetailsDiv { float:left; width: 100%; clear:both; margin:0; } +.all-bg-ctrl { float:left; width: 96%; padding:2%; border: 1px solid #cfcfcf; background-color: #ffffff; margin:0px 0 20px 0; position: relative; +-webkit-border-radius: 5px; +-moz-border-radius: 5px; +border-radius: 5px; } +.emp-screen-view { float:left; width: 100%; clear:both; } +.number-add input[type=button]{ background:url(../images/add-contact.png) no-repeat left center; border: 0 none; box-shadow: none; color: #208BBD; font-family: 'PTSansRegular',sans-serif; +font-size: 14px; margin-top: 4px; padding: 0 0 0 12px; text-shadow: none; float: left; text-transform: capitalize; cursor: pointer; } +/*.number-add input[type=submit]:hover { color: #3b3b3b; }*/ + +.number-edit input[type=button]{ background:url(../images/edit-contact.png) no-repeat left center; border: 0 none; box-shadow: none; color: #208BBD; font-family: 'PTSansRegular',sans-serif; +font-size: 14px; margin-top: 4px; padding: 0 0 0 15px; text-shadow: none; float: left; text-transform: capitalize; cursor: pointer; } +/*.number-edit input[type=submit]:hover { color: #3b3b3b; }*/ + +.display-img-div { float:left; min-width: 150px; position: relative; width:10%; } +#personalDetailsDiv { float:left; width:89%; min-width:400px; } +#personalDetailsDiv p { float:left; width: 100%; clear:both; margin:0 0 6px 0; padding-bottom:7px; border-bottom: 1px dashed #b1b1b1; } +#personalDetailsDiv p:last-child { border-bottom: 0 none !important; padding-bottom: 0; margin-bottom: 0; } +#personalDetailsDiv b { float:left; min-width:140px; margin:0 0 0px 10px; text-align: left; line-height: 24px; font-weight: normal; font-size: 14px; font-family: 'PTSansRegular',sans-serif; +text-shadow: 0 1px 0 #FFFFFF; color: #000000; width:10%; } +#personalDetailsDiv b i{ float:right; font-style: normal; } +#personalDetailsDiv span { float:left; margin:0 0 0px 15px; text-align: left; color: #3b3b3b; line-height: 24px; font-size: 14px; text-shadow: 0 1px 0 #FFFFFF; } +#personalDetailsDiv span.bold-text { font-family:'PTSansCaptionBold' ,sans-serif; } +#personalDetailsDiv span input#act_inact{ margin:7px 0 0 0; } +#personalDetailsDiv span u{ float:left; margin:0 5px 0px 0; text-align: left; color: #3b3b3b; line-height: 24px; font-size: 14px; text-shadow: 0 1px 0 #FFFFFF; text-decoration: none; } +#personalDetailsDiv span a{ color: #208BBD; text-decoration: none; text-align: left; } +.org-head-icon { float:left; margin-left: 0px; } +#personalDetailsDiv span.org-head-div{margin-right: 58px; margin-left: 0px;} +.change_orgn_head{float: left; margin-top: 2px; margin-left: 11px; color: #208bbd; text-align: left; text-decoration: none;} +.emp-name-span { font-weight: normal; text-transform:capitalize; width: 27%; word-wrap: break-word; } +.background-check-div { float:left; width: 100%; clear:both; margin:5px 0 0px 0; } +.check-div-inputs { float:left; width: 100%; clear:both;/* margin-bottom: 15px; */} +.check-div-inputs label { float:left; margin-right: 30px; text-transform: capitalize; color: #208bbd; margin-bottom:6px; text-align: left; font-family: 'PTSansRegular',sans-serif; font-size:13px; } +.check-div-inputs label input[type="checkbox"] { margin:0 6px 0 0; padding:0; position: relative; top: 2px; } +.emp-check-div-inputs { float:left; width: 100%; clear:both;/* margin-bottom: 15px; */} +.emp-check-div-inputs label { float:left; margin-right: 5px; text-transform: capitalize; color: #208bbd; margin-bottom:10px; min-width:220px; text-align: left; width: 15%; font-family: 'PTSansRegular',sans-serif; font-size:13px; } +.emp-check-div-inputs label input[type="checkbox"] { margin:0 6px 0 0; padding:0; position: relative; top: 2px; } +.agency-selecters { float:left; width:100%; clear: both; margin: 10px 0; } +.left-block-ui-data { float:left; text-align:left;} +.agency-ui { float:left; width:100%; } +.agency-ui ul { float:left; width:100%; } +.agency-ui ul li{ float:left; width:209px; clear: both; text-align: left;line-height:25px; /* padding: 10px;*/ padding: 7px 10px; color: #3b3b3b; font-family: 'PTSansRegular',sans-serif; font-size:14px; position: relative; list-style: none; border: 1px solid #eeeeee; border-right:0; word-wrap: break-word; } +.requisitions-block .poc-ui-data-control .agency-ui ul li{ border: 1px solid #ffffff; border-right:0;} +.agency-ui ul li:hover { color: #1F8ABC; cursor: pointer;} +.agency-ui ul li a{ color: #3b3b3b; text-decoration: none;} +.agency-ui ul li a:hover{ color: #1F8ABC; text-decoration: none;} +.agency-ui ul li.active, .group_selected_cls { background-color: #ffffff; color: #1F8ABC !important; border: 1px solid #cfcfcf !important; border-right:0px none !important; cursor: default; width:210px !important; + -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } +.agency-ui ul li.active a { color: #1F8ABC !important; } +.agency-ui ul li.active:hover { cursor: default; } +.agency-ui ul.new-agency-li li:hover { cursor: default; color: #3b3b3b; } +.agency-ui ul.new-agency-li li span:hover{ color: #1F8ABC; cursor: pointer; } +.right-block-data { float:left; border:1px solid #cfcfcf; padding: 10px 15px; background-color: #ffffff; /* min-height: 500px;*/ min-height: 347px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } +#tabs .right-block-data { /*min-height: 435px; */ min-height:350px; } +.popup-agency-selecters .right-block-data { min-height: 270px; } +#mydetails-height .right-block-data { /*min-height: 636px; min-height:552px; min-height: 634px; */ min-height: 675px; } +#hr-employee-height .right-block-data { /*min-height: 1012px; min-height:880px; */ min-height: 962px; } + +.agency-ui ul.group_disp_ul li:hover { color: #3b3b3b; cursor: default; } +.agency-ui-over ul.group_disp_ul li:hover { color: #1F8ABC; cursor: pointer; } + +.right-over-border { -webkit-border-top-left-radius: 0 !important; -moz-border-radius-topleft: 0 !important; border-top-left-radius: 0 !important; } +.right-over-bottom-border { border-bottom-left-radius: 0 !important; -moz-border-radius-bottomleft: 0 !important; -webkit-border-bottom-left-radius: 0 !important; } +.primaryset { float:left; width:100%; clear: both; margin: 0px; text-align: left; color: #171717; font-size: 15px; } +.primaryset input[type="radio"]{ margin:0 5px 0 0; padding:0; top: 2px; position: relative; } +.contactset { float:left; width:100%; clear: both; margin: 0 0 10px 0; text-align: left; border-bottom: 1px dashed #989898; padding: 0 0 10px 0; color: #3b3b3b; font-size: 15px; } +.contactset:last-child { border-bottom: 0px none; } +.contactset span { float:left; clear: both; width: 90%; margin:0 0 0px 24px; text-align: left; line-height: 24px; color: #3b3b3b; font-size:14px; word-wrap: break-word; } +.contactset span a { text-decoration: none; color: #208bbd; } +.popup-agency-selecters { float:left; width:100%; clear: both; /*margin: 15px 0 0 0;*/ margin: 2px 0;} +.popup-agency-selecters .left-block-ui-data { float:left; width:223px !important; min-width: 220px; } +.popup-agency-selecters .right-block-data { float:left; width: 493px !important; min-width: 415px; } +.popup-agency-selecters .agency-ui ul li.active { /*background-color: #eeeeee;*/ color: #1F8ABC; border: 1px solid #cfcfcf; border-right:0px none; /*padding: 10px 3px 10px 10px;*/ padding: 7px 3px 7px 10px; width:210px; + -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } +.popup-agency-selecters .agency-ui ul li{ border: 1px solid #ffffff; border-right:0; width: 202px; word-wrap: break-word; } + + +.fltleft-set { float:left; width: 220px; } +.fltright-set { float:left; width:50%; } +.clear-mail { float:left; width:100%; clear:both; } +.clear-mail span { float:left; clear: none; margin:0 0 0px 10px; text-align: left; line-height: 24px; color: #3b3b3b; font-size:14px; word-wrap: break-word; width: auto !important; } +.clear-mail b { float:left; clear: none; margin:0 0 0px 24px; text-align: left; line-height: 24px; color: #3b3b3b; font-size:14px; word-wrap: break-word; font-weight: normal; } + + +.site-info { margin:0; width:100%; padding:10px 0px; float: left; border-bottom: 1px solid #e9e9e9; } +.site-info label { float:left; width:15%; min-width: 150px; text-align: left; color: #000000; font-size: 14px; font-family: 'PTSansRegular',sans-serif; padding-left:10px; } +.site-info label b{ float:right; font-weight:normal; } +.site-info span { float:left; width:74%; min-width: 480px; text-align: left; color: #3b3b3b; font-size: 14px; font-family: 'PTSansRegular',sans-serif; padding-left:2%; } +.site-info a { color: #208BBD; text-decoration: none;} +.password_hint_view { clear: both; color: #777575; font-size:13px; } + +.emp-info { margin:0; width:50%; padding:10px 0px; float: left; border-bottom: 1px solid #e9e9e9; min-height:20px; } +.emp-info label { float:left; width:30%; min-width: 250px; text-align: left; color: #000000; font-size: 14px; font-family: 'PTSansRegular',sans-serif; padding-left:10px; } +.emp-info label b{ float:right; font-weight:normal; } +.emp-info span { float:left; width:10%; min-width: 60px; text-align: left; color: #3b3b3b; font-size: 14px; font-family: 'PTSansRegular',sans-serif; padding-left:2%; } + +.btm-brdr-hide { border-bottom: 0 none !important; } +.submit-setup { position:absolute; top:39px; left: 314px; } +.submit-setup-1 { position:absolute; top:31px; left: 230px; /* left: 314px; */} +.comments-submit-setup { position:absolute; top:104px; left: 230px; /* left: 314px; */} +.empedit-submit-setup { position:absolute; top:31px; left: 230px; width:150px !important; } +.sche-submit-setup { position:absolute; top:63px; left: 450px; width:150px !important; } + +.commentsdiv { position: relative; margin:-23px 0 0 0; float:right; text-align:right; } +.commentsdiv span { color: #228DBF; font-size: 14px; font-family: 'PTSansRegular',sans-serif; } +.view-bg-data { float:left; /*width: 100%;*/ width:746px; background:url(../images/view-bg-data.jpg) repeat-y left top; } +.left-bg-data { float:left; width: 364px; } +.right-bg-data { float:right; width: 362px;} +.upload-file-display { float:left; width:100%; background-color: #ffffff; padding:0 0 10px 0; color: #909090; text-align: left; +font-size: 13px; font-style: normal; font-family: 'PTSansRegular',sans-serif; font-weight: normal; word-wrap:break-word; } + +#commentsArea { position: relative; margin:0; width: 100%; float:left; background-color: #f4f4f4; } +.onediv { position: relative; margin:0; width: 343px; padding:10px; float:left; color: #3b3b3b; border-bottom: 1px dotted #d2d2d2; /* background-color: #f2f1f1; +-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; */} +.twodiv { position: relative; margin:0; width: 343px; padding:10px; float:left; color: #3b3b3b; border-bottom: 1px dotted #d2d2d2; /*background-color: #e5e4e4; +-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; */} +.onediv b, .twodiv b { color: #3b3b3b; font-size: 14px; font-family: 'PTSansbold',sans-serif; font-weight: normal; text-transform:capitalize; float:left; text-shadow: 0 1px 0 #FFFFFF; text-transform: uppercase; } +.onediv i, .twodiv i { color: #908f8f; font-size: 13px; font-style: normal; font-family: 'PTSansRegular',sans-serif; font-weight: normal; float:right; text-shadow: 0 1px 0 #FFFFFF; } +.onediv span, .twodiv span { color: #3b3b3b; font-size: 13px; font-family: 'PTSansRegular',sans-serif; clear:both; width:100%; float:left; word-wrap:break-word; margin-top:5px; line-height:22px; } +.onediv:last-child, .twodiv:last-child { border-bottom: 0 none; } + +.note { float:right; width: 50%; color: #208BBD; font-size:12px; margin: 0 0 10px 0; text-align: right; } +.note-1 { float:right; width: 50%; color: #208BBD; font-size:12px; margin: 10px 0 10px 0; text-align: right; } +.roles-note { float:right; width: 50%; color: #228DBF; font-size:12px; margin: 0 0 10px 0; text-align: right; font-size:13px; } +.new-details-ui{ float: left; padding: 0px; width: 50%; color:#3b3b3b; margin:0; min-width:340px; position: relative; margin-bottom: 10px;} +.new-details-ui label { font-family: 'PTSansRegular',sans-serif; color: #3b3b3b; font-size: 14px; font-weight: normal; height: auto; padding:0; margin:1px 10px 8px 0; text-align: left; float :left;} +.new-details-ui .textshow { float: left; padding: 0; text-align: left; position: relative; font-family: 'PTSansbold',sans-serif; color: #3b3b3b; font-size: 16px; text-transform: capitalize; } +.new-form-ui-setter { clear:none !important; width: 40% !important; } +#chooseagency, .poc-ui-data-control {width : 100%; float:left;} +.notconfigure { margin:10px 0; padding:0; width: 100%; clear:both; font-family: 'PTSansRegular',sans-serif; color: #3b3b3b; font-size: 14px; font-weight: normal; } +.notconfigure a { color: #208bbd; text-decoration: none; } +#upload-comments-file { background-color: #ffffff; float:left; width:100%; min-height:53px; } +#postcommentdiv { width: 100%; height: 130px; position: relative; /*margin-top: 20px; */ background-color: #ffffff; float:left; } +#postcommentdiv .division { height: 80px; float:left;} +#postcommentdiv textarea { width:344px !important; height: 46px !important; /*margin-bottom: 10px;*/ +border: 1px solid #c6c6c6; float: left; background-color: #ffffff; font-family: 'PTSansRegular',sans-serif; font-size: 14px; color: #828282; padding:6px 8px; +-webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); resize:none; line-height: 20px; outline:none; overflow-y: auto; } +.no-comments-view { background-color: #ffffff; float:left; width:364px; height: 289px; /* padding-top: 30px;*/ text-align: left; font-family: 'PTSansRegular',sans-serif; font-size: 14px; color: #909090;} +@media screen and (-webkit-min-device-pixel-ratio:0) { +.no-comments-view { height: 291px; } +} +.no-comments-edit { background-color: #ffffff; float:left; width:364px; height:83px; /* height: 141px; padding-top: 30px;*/ text-align: left; font-family: 'PTSansRegular',sans-serif; font-size: 14px; color: #3b3b3b;} +.files-note { text-align: left; color: #909090; font-weight: normal; font-size:12px; width: 100%; clear:both; float:left; background-color: #ffffff; padding-bottom:10px; } +#resppdiv { left: 70px; top: -69px !important } +.work-address { float:left; text-align: left; width: 100%; clear:both; margin-bottom:10px; } + +.greendata { color: green; } +.reddata { color: red; } +.greendataClass { color: green; font-family: 'PTSansbold',sans-serif; font-size:14px; } + +.ui-dialog iframe{ height:480px; width:100%; } +.norecords { height: 23px; padding: 5px 10px; font-family: 'PTSansRegular',sans-serif; font-size: 14px; color: #847c3c; text-shadow: 0 1px 0 #FFFFFF; border: 1px solid #CEC899; background-color:#FFFCDE; width:50%; min-width:500px; margin:5px auto; text-align: center; clear: both; line-height: 22px; } +#personaldatadiv { float:left;width:100%; } + +.s-ico { float: left; margin-left: 3px; margin-top: 7px; position:absolute; } +/*.ui-icon { background-image: url(../images/use-order.png); } +.ui-icon-asc { height: 12px; margin-top: 3px; } +.ui-icon-triangle-1-n { background-position: -8px -328px; } +.ui-icon-desc { height: 12px; margin-top: 9px; } +.ui-icon-triangle-1-s { background-position: 5px -326px; } */ + +.switch { float:left; width: 119px; } +.employee-pic-emp .switch { float:left; width: 119px; margin:2px 0 0 6px; } +.disblemode { background-color: #f4f4f4; width:116px !important; height:28px; border:1px solid #dedede; +-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; } +.disblemode label span{ color: #999999; } +.disblemode .cb-enable, .disblemode .cb-disable, .disblemode .cb-enable span, .disblemode .cb-disable span{ background: none transparent; } +.disblemode .cb-enable span, .disblemode .cb-disable span{ background: none transparent; padding: 1px 9px; } +.disblemode .cb-enable span, .disblemode .cb-disable span{ line-height: 25px; } +.cb-enable, .cb-disable, .cb-enable span, .cb-disable span { background: url(../images/switch.gif) repeat-x; display: block; float: left; } +.cb-enable span, .cb-disable span { /*line-height: 30px;*/ line-height: 28px; display: block; background-repeat: no-repeat; font-family: 'PTSansRegular',sans-serif; font-size: 13px; cursor: pointer; } +.cb-enable span { background-position: left -90px; padding: 1px 10px; } +.cb-disable span { background-position: right -180px;padding: 1px 10px; } +.cb-disable.selected { background-position: 0 -30px; } +.cb-disable.selected span { background-position: right -210px; color: #fff; } +.cb-enable.selected { background-position: 0 -60px; } +.cb-enable.selected span { background-position: left -150px; color: #fff; cursor: default; } +.switch label { cursor: pointer; } +.switch input { display: none; } + +.manage-menu-circuit { /* width:519px; */ width:528px; height:519px; margin:100px auto 0 auto; position:relative; background:url(../images/manage-menu/menu-main-circle.png) no-repeat center center; +/*width: 518px; +height: 518px; +-webkit-border-radius: 518px; +-moz-border-radius: 518px; +border-radius: 518px; +background-color: #dddddd; +border: 1px solid #ffffff; +-webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.1); +box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.1); width: 521px; height:520px; background: url(../images/manage-menu/menu-main-circle.png) no-repeat left center; position: relative;*/ +} +/*.manage-menu-level-1 { margin:14px; position:relative; +width: 489px; +height: 489px; +-webkit-border-radius: 489px; +-moz-border-radius: 489px; +border-radius: 489px; +background-color: #fcfcfc; +border: 1px solid #bfbfbf; +} +.manage-menu-level-2 { margin:125px; position:relative; +width: 240px; +height: 240px; +-webkit-border-radius: 240px; +-moz-border-radius: 240px; +border-radius: 240px; +background-color: #e1e1e1; +border: 1px solid #ffffff; +-webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.1); box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.1); +}*/ +.manage-menu-level-3 { margin:17px; width: 205px; height: 205px; +/*-webkit-border-radius: 205px; +-moz-border-radius: 205px; +border-radius: 205px; +background-color: #eeeeee; border: 1px solid #bfbfbf;*/ +} + + +.hrms-text { position: absolute; font-family: 'PTSansRegular',sans-serif; font-size: 18px; top: 248px; width: 100%; color: #2f2f2f; } +.compli-menu { height: 40px; position: absolute; right: 38px; top: 49px; width: 50px; display:block; cursor: pointer; z-index:9; } +.reports-menu {height: 40px; position: absolute; right:46px; top: 39px; width: 50px; display:block; cursor: pointer; z-index:8; } +.time-menu { height: 40px; position: absolute; right:41px; top: 94px; width: 50px; display:block; cursor: pointer; z-index:7; } +.benefits-menu { height: 40px; position: absolute; right:38px; top: 66px; width: 50px; display:block; cursor: pointer; z-index:6; } +.pa-menu { height: 40px; position: absolute; left:37px; top: 70px; width: 50px; display:block; cursor: pointer; z-index:5; } +.resource-menu {height: 40px; position: absolute; left:43px; top: 88px; width: 50px; display:block; cursor: pointer; z-index:4; } +.bgchk-menu { height: 40px; position: absolute; left:46px; top: 36px; width: 50px; display:block; cursor: pointer; z-index:3; } +.staffing-menu { height: 40px; position: absolute; left:38px; top: 48px; width: 50px; display:block; cursor: pointer; z-index:2; } + +/* .compli-active { position:absolute; width:172px; height:162px; left:84px; bottom: 17px; background: url(../images/manage-menu/compli-active.png) no-repeat left center; } +.compli-inactive { position:absolute; width:172px; height:162px; left:84px; bottom: 17px; background: url(../images/manage-menu/compli-inactive.png) no-repeat left center; } +.reports-active { position:absolute; width:161px; height:174px; left:14px; bottom: 90px; background: url(../images/manage-menu/reports-active.png) no-repeat left center; } +.reports-inactive { position:absolute; width:161px; height:174px; left:14px; bottom: 90px; background: url(../images/manage-menu/reports-inactive.png) no-repeat left center; } +.time-active { position:absolute; width:161px; height:175px; left:14px; top: 84px; background: url(../images/manage-menu/time-active.png) no-repeat left center; } +.time-inactive { position:absolute; width:161px; height:175px; left:14px; top: 84px; background: url(../images/manage-menu/time-inactive.png) no-repeat left center; } +.benefits-active { position:absolute; width:173px; height:162px; left:85px; top: 15px; background: url(../images/manage-menu/benefits-active.png) no-repeat left center; } +.benefits-inactive { position:absolute; width:173px; height:162px; left:85px; top: 15px; background: url(../images/manage-menu/benefits-inactive.png) no-repeat left center; } +.pa-active { position:absolute; width:174px; height:161px; right:88px; top: 15px; background: url(../images/manage-menu/pa-active.png) no-repeat left center; } +.pa-inactive { position:absolute;width:174px; height:161px; right:88px; top: 15px; background: url(../images/manage-menu/pa-inactive.png) no-repeat left center; } +.resource-active { position:absolute; width:162px; height:177px; right:15px; top: 85px; background: url(../images/manage-menu/resource-active.png) no-repeat left center; } +.resource-inactive { position:absolute; width:162px; height:177px; right:15px; top: 85px; background: url(../images/manage-menu/resource-inactive.png) no-repeat left center; } +.bgchk-active { position:absolute; width:162px; height:175px; right:16px; bottom: 86px; background: url(../images/manage-menu/bg-chk-active.png) no-repeat left center; } +.bgchk-inactive { position:absolute; width:162px; height:175px; right:16px; bottom: 86px; background: url(../images/manage-menu/bg-chk-inactive.png) no-repeat left center; } +.staffing-active { position:absolute; width:175px; height:160px; right:90px; bottom: 16px; background: url(../images/manage-menu/staffing-active.png) no-repeat left center; } +.staffing-inactive { position:absolute; width:175px; height:160px; right:90px; bottom: 16px; background: url(../images/manage-menu/staffing-inactive.png) no-repeat left center; } */ + + +.compli-active { width:172px; height:162px; position:absolute; top: 342px; left: 86px; background: url(../images/manage-menu/compli-active.png) no-repeat left center; } +.compli-inactive { width:172px; height:162px; position:absolute; top: 342px; left: 86px; background: url(../images/manage-menu/compli-inactive.png) no-repeat left center; } +.compli-disable { width:172px; height:162px; position:absolute; top: 342px; left: 86px; background: url(../images/manage-menu/compli-disable.png) no-repeat left center; } +.reports-active { width:161px; height:174px; position:absolute; top: 257px; left: 15px; background: url(../images/manage-menu/reports-active.png) no-repeat left center; } +.reports-inactive { width:161px; height:174px; position:absolute; top: 257px; left: 15px; background: url(../images/manage-menu/reports-inactive.png) no-repeat left center; } +.reports-disable { width:161px; height:174px; position:absolute; top: 257px; left: 15px; background: url(../images/manage-menu/reports-disable.png) no-repeat left center; } +.time-active { width:161px; height:175px; position:absolute;top: 85px; left: 15px; background: url(../images/manage-menu/time-active.png) no-repeat left center; } +.time-inactive {width:161px; height:175px; position:absolute;top: 85px; left: 15px; background: url(../images/manage-menu/time-inactive.png) no-repeat left center; } +.time-disable {width:161px; height:175px; position:absolute;top: 85px; left: 15px; background: url(../images/manage-menu/time-disable.png) no-repeat left center; } +.benefits-active {width:173px; height:162px; position:absolute; left: 86px; top: 14px; background: url(../images/manage-menu/benefits-active.png) no-repeat left center; } +.benefits-inactive { width:173px; height:162px; position:absolute; left: 86px; top: 14px; background: url(../images/manage-menu/benefits-inactive.png) no-repeat left center; } +.benefits-disable { width:173px; height:162px; position:absolute; left: 86px; top: 14px; background: url(../images/manage-menu/benefits-disable.png) no-repeat left center; } +.pa-active { width:174px; height:161px; position:absolute; left: 260px; top: 14px; background: url(../images/manage-menu/pa-active.png) no-repeat left center; } +.pa-inactive { width:174px; height:161px; position:absolute; left: 260px; top: 14px; background: url(../images/manage-menu/pa-inactive.png) no-repeat left center; } +.pa-disable { width:174px; height:161px; position:absolute; left: 260px; top: 14px; background: url(../images/manage-menu/pa-disable.png) no-repeat left center; } +.resource-active { width:162px; height:177px; position:absolute; left: 345px; top: 85px; background: url(../images/manage-menu/resource-active.png) no-repeat left center; } +.resource-inactive { width:162px; height:177px; position:absolute; left: 344px; top: 85px; background: url(../images/manage-menu/resource-inactive.png) no-repeat left center; } +.resource-disable { width:162px; height:177px; position:absolute; left: 344px; top: 85px; background: url(../images/manage-menu/resource-disable.png) no-repeat left center; } +.bgchk-active { width:162px; height:175px; position:absolute; top: 259px; left: 345px; background: url(../images/manage-menu/bg-chk-active.png) no-repeat left center; } +.bgchk-inactive { width:162px; height:175px; position:absolute; top: 259px; left: 345px; background: url(../images/manage-menu/bg-chk-inactive.png) no-repeat left center; } +.bgchk-disable { width:162px; height:175px; position:absolute; top: 259px; left: 345px; background: url(../images/manage-menu/bg-chk-disable.png) no-repeat left center; } +.staffing-active { width:175px; height:160px; position:absolute; top: 345px; left: 258px; background: url(../images/manage-menu/staffing-active.png) no-repeat left center; } +.staffing-inactive { width:175px; height:160px; position:absolute; top: 345px; left: 258px; background: url(../images/manage-menu/staffing-inactive.png) no-repeat left center; } +.staffing-disable { width:175px; height:160px; position:absolute; top: 345px; left: 258px; background: url(../images/manage-menu/staffing-disable.png) no-repeat left center; } + +.service-request-active { width:213px; height:186px; position:absolute; top: 317px; left: 54px; background: url(../images/manage-module/sr-active.png) no-repeat left center; } +.service-request-inactive { width:213px; height:186px; position:absolute; top: 317px; left: 54px; background: url(../images/manage-module/sr-inactive.png) no-repeat left center; } +.service-request-disable { width:213px; height:186px; position:absolute; top: 317px; left: 54px; background: url(../images/manage-module/sr-disable.png) no-repeat left center; } +.report-active { width:144px; height:248px; position:absolute; top: 132px; left: 20px; background: url(../images/manage-module/report-active.png) no-repeat left center; } +.report-inactive { width:144px; height:248px; position:absolute; top: 132px; left: 20px; background: url(../images/manage-module/report-inactive.png) no-repeat left center; } +.report-disable { width:144px; height:248px; position:absolute; top: 132px; left: 20px; background: url(../images/manage-module/report-disable.png) no-repeat left center; } +.times-active { width:211px; height:248px; position:absolute; top:-19px; left: 57px; background: url(../images/manage-module/tm-active.png) no-repeat left center; } +.times-inactive { width:211px; height:248px; position:absolute; top:-19px; left: 57px; background: url(../images/manage-module/tm-inactive.png) no-repeat left center; } +.times-disable { width:211px; height:248px; position:absolute; top:-19px; left: 57px; background: url(../images/manage-module/tm-disable.png) no-repeat left center; } +.performance-active { width:213px; height:185px; position:absolute; top:13px; left: 268px; background: url(../images/manage-module/pa-active.png) no-repeat left center; } +.performance-inactive { width:213px; height:185px; position:absolute; top:13px; left: 268px; background: url(../images/manage-module/pa-inactive.png) no-repeat left center; } +.performance-disable { width:213px; height:185px; position:absolute; top:13px; left: 268px; background: url(../images/manage-module/pa-disable.png) no-repeat left center; } +.resources-active { width:141px; height:247px; position:absolute; top:134px; left: 370px; background: url(../images/manage-module/rr-active.png) no-repeat left center; } +.resources-inactive { width:141px; height:247px; position:absolute; top:134px; left: 370px; background: url(../images/manage-module/rr-inactive.png) no-repeat left center; } +.resources-disable { width:141px; height:247px; position:absolute; top:134px; left: 370px; background: url(../images/manage-module/rr-disable.png) no-repeat left center; } +.bc-active { width:235px; height:205px; position:absolute; top:319px; left: 267px; background: url(../images/manage-module/bc-active.png) no-repeat left center; } +.bc-inactive { width:235px; height:205px; position:absolute; top:319px; left: 267px; background: url(../images/manage-module/bc-inactive.png) no-repeat left center; } +.bc-disable { width:235px; height:205px; position:absolute; top:319px; left: 267px; background: url(../images/manage-module/bc-disable.png) no-repeat left center; } + +.service-request-menu { height: 40px; position: absolute; right: 62px; top: 63px; width: 50px; display:block; cursor: pointer; z-index:9; } +.reports-menu {height: 40px; position: absolute; right:35px; top: 104px; width: 50px; display:block; cursor: pointer; z-index:8; } +.times-active-menu { height: 40px; position: absolute; right:62px; top: 112px; width: 50px; display:block; cursor: pointer; z-index:7; } +.performance-active-menu { height: 40px; position: absolute; left:53px; top: 75px; width: 50px; display:block; cursor: pointer; z-index:6; } +.resources-active-menu { height: 40px; position: absolute; left:37px; top: 97px; width: 50px; display:block; cursor: pointer; z-index:5; } +.bc-active-menu {height: 40px; position: absolute; left:56px; top: 75px; width: 50px; display:block; cursor: pointer; z-index:4; } + + + +.submit-explain-data { margin:25px auto 20px auto; width:115px; } + +.menu-explain-data { margin:0 auto 20px auto; width:100%; float:left; } +.menu-text { margin:0 auto 8px auto; text-align:center; width: 100%; color: #2f2f2f; font-family: 'PTSansRegular',sans-serif; font-size: 16px; } +.diagram-details { display: inline-block; border: 1px solid #ffffff; clear:both; height: 22px; /* float:left;*/ padding:7px 15px; margin:0 0 0px 20px; +-webkit-border-radius: 5px; +-moz-border-radius: 5px; +border-radius: 5px; +background: url(../images/diagram-details.png) repeat-x left center; } +.active-label { padding-right:20px; display: inline-block; } +.active-label b{ background-color: #208bbd; float:left; width:20px; height: 20px; margin-right:10px; +-webkit-border-radius: 5px; +-moz-border-radius: 5px; +border-radius: 5px; } +.active-label span { color: #2f2f2f; font-family: 'PTSansRegular',sans-serif; font-size: 14px; text-align:left; float:left; } + +.inactive-label { padding-right:20px; display: inline-block; } +.inactive-label b{ background-color: #ffffff; float:left; width:20px; height: 20px; margin-right:10px; +-webkit-border-radius: 5px; +-moz-border-radius: 5px; +border-radius: 5px;} +.inactive-label span { color: #2f2f2f; font-family: 'PTSansRegular',sans-serif; font-size: 14px; text-align:left; float:left; } + +.disable-label { display: inline-block;} +.disable-label b{ background-color: #b6b4b4; float:left; width:20px; height: 20px; margin-right:10px; +-webkit-border-radius: 5px; +-moz-border-radius: 5px; +border-radius: 5px;} +.disable-label span { color: #2f2f2f; font-family: 'PTSansRegular',sans-serif; font-size: 14px; text-align:left; float:left; } + + +.requisition-table {margin:0; padding:0; width:100%; clear:both; } +.requisition-table tr td { padding:10px 5px; color: #3B3B3B; font-size:14px; font-family: 'PTSansRegular',sans-serif; } +.requisition-table tr td b{ float:right;} +.requisition-table tr.req-bg-form td{text-align:left; border-bottom: 1px solid #CCCCCC; background-color: #F4F4F4; } +.requisition-table tr.no-border td{ border: 0 !important; } +.requisition-table tr.req-no-form td{text-align:left; border-bottom: 1px solid #CCCCCC; background:#fff;} +.requisition-table.view-table-data{ border-left:1px solid #cccccc; border-top:1px solid #cccccc !important; border-bottom:none !important; width:100% !important;} +.requisition-table.view-table-data tr td{border-right:1px solid #cccccc;} +.requisition-table.view-table-data tr td .head_txt{ color:#000;} +.next-pop { float:right; /*min-width:176px;*/ clear: both; margin-bottom:10px; } +.next-pop span { color: #208BBD; font-family: 'PTSansRegular'; font-size: 13px; cursor: pointer; } +.next-pop span:hover { color: #3B3B3B; font-family: 'PTSansRegular'; font-size: 13px; } +.previous { background-position: 0 -365px !important; width:9px; height: 10px; float:left; margin:4px 2px 4px 0; display: block; /* border:1px solid #cccccc; */ } +.previous:hover { background-position: -13px -365px !important; } +.next { background-position: 0 -345px !important; width:9px; height: 10px; float:left; margin:4px 0px 4px 2px; display: block; /*border:1px solid #cccccc;*/} +.next:hover { background-position: -13px -345px !important; } +.pageLabel { float:left; color: #3B3B3B; font-family: 'PTSansRegular'; font-size: 13px; margin:0 10px 0 0; } + + +#pageshortcutdiv { position:absolute; right:2%; color: #ffffff; font-family: 'PTSansRegular'; font-size: 14px; cursor: pointer; top:10px; } +/*.activeshortcut { background-position: 0 -409px !important; background-repeat: no-repeat; width:105px; height: 17px; float:left; padding-left: 22px; text-align: right; } +.inactiveshortcut { background-position: 0-384px !important; width:90px; height: 17px; float:left; padding-left: 22px; text-align: right; } */ +.activeshortcut { float:left; background-color: #208bbd; padding:5px 10px; +-webkit-border-radius: 5px; +-moz-border-radius: 5px; +border-radius: 5px; } +.inactiveshortcut { float:left; background-color: #ea7c2e; padding:5px 10px; +-webkit-border-radius: 5px; +-moz-border-radius: 5px; +border-radius: 5px; } +/*.add-multi-resume { width: 100%; clear: both; text-align: right; float:left; margin:0 0 10px 0; }*/ +.add-multi-resume { text-align: right; float:left; margin:0 0 10px 0; position: absolute; top:7px; right:138px; z-index: 10; } +.add-multi-resume a { color: #208BBD; text-decoration: none; font-family: 'PTSansRegular'; font-size: 14px; } +.add-multi-resume a:hover { color: #3b3b3b; text-decoration: none; } +.remove-entry { cursor: pointer; margin-top:5px; } + +.add-fields { float:left; width:100%; clear:both; text-align: left; color: #3b3b3b; text-shadow: 0 1px 0 #FFFFFF; } +#add-candidate {/*width: 100%; */ clear: both; text-align: left; float:left; margin:0; /* color: #208BBD; font-family: 'PTSansRegular'; font-size: 13px; cursor: pointer; */ } +.add-fields b { text-align: left; color: #909090; font-weight: normal; font-size:12px; width: 100%; clear:both; float:left; } + +.candi-form-ui{ float: left; padding: 0px; min-width: 1px; color:#3b3b3b; margin:0px 1px 0 0; /*height:135px; */ height:125px; position: relative;} +.candi-form-ui label { font-family: 'PTSansRegular',sans-serif; color: #3b3b3b; font-size: 13px; font-weight: normal; height: auto; padding:0; margin:0px 0 8px 0; text-align: left; float :left; clear: both; min-height:20px;} +.candi-form-ui .division { float: left; padding:4px 0 0 0; text-align: left; width: 100%; /* min-width: 295px; */ position: relative; } +#editdialogbox, #addlist { float: left; width:348px !important; /*height:265px !important;*/ } +#addlist { height:265px !important; } +.hire-edit-btn { margin:0 0 10px 0; clear:both; float:right; width:100%; } +.hire-edit-btn input[type="button"]{ background-color: #208bbd; border:1px solid #006391; text-decoration: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; +height:24px; padding:0px 10px 0px 10px; font-size: 14px; text-shadow: 0 1px 0 #006391; font-family: 'PTSansRegular', sans-serif; color:#ffffff; -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); cursor: pointer; float:right;text-transform: uppercase; outline: 0; line-height: 24px; } + +/* Reports page css */ + +.left-config-ctrl{ margin:0; float:left; padding:10px 15px; float:left; width:202px; float:left; border: 1px solid #cfcfcf; background-color: #ffffff; /* min-height:315px; */ -webkit-border-radius: 5px; +-moz-border-radius: 5px; border-radius: 5px;} +.left-config-ctrl .new-form-ui { margin: 0; height: 90px; width:202px;} +.right-config-ctrl { float:right; width:75%; /* margin-left:15px; */ position: relative; } + +.left-config-ctrl .new-form-ui-multi{ float: left; padding: 0px; width: 202px; color:#3b3b3b; margin:0 0px 15px 0px !important; min-height:83px; position: relative;} +.left-config-ctrl .new-form-ui-multi label { font-family: 'PTSansRegular',sans-serif; color: #3b3b3b; font-size: 14px; font-weight: normal; height: auto; padding:0; margin:0px 0 8px 0; text-align: left; float :left; /*width:100%; min-width: 225px;*/ clear: both;} +.left-config-ctrl .new-form-ui-multi label .tooltip { top:2px; position: relative; } +.left-config-ctrl .new-form-ui-multi label.required:after { color: red; content: " *"; } +.left-config-ctrl .new-form-ui-multi .division { float: left; padding: 0; text-align: left; width: 100%; position: relative; } +.left-config-ctrl .new-form-ui-multi input[type="text"]{ border: 1px solid #c6c6c6; width:273px; float: left; background-color: #ffffff; height:26px; font-family: 'PTSansRegular',sans-serif; font-size: 14px; color: #828282; + padding:0 8px; -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); line-height:26px; text-align:left; outline:none; +-moz-border-radius:5px; +-webkit-border-radius:5px; +border-radius:5px; } + + +.export-links { /* position:absolute; top:-40px; right:0px; */ float:right; width: 100%; clear:both; margin: -10px 0 8px 0; } +.back-to-config { float:right; width:70px; } +.back-to-config button{ background-color: #208bbd; border:1px solid #006391; +-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; height:26px; padding:3px 10px 4px 10px; font-size: 14px; text-shadow: 0 1px 0 #006391; font-family: 'PTSansRegular', sans-serif; +color:#ffffff; -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); cursor: pointer; float:right; +text-transform: uppercase; outline: 0; line-height: 20px; } + + +.config-choose { background:url(../images/config-choose.png) no-repeat left top; } +.config-up { background-position: 0 0px; float:left; width:28px; margin-left: 7px; height: 23px; cursor: pointer; } +.config-down { background-position: 0 -32px; float:left; width:28px; margin-left: 7px; height: 23px; cursor: pointer; } +#multifield { padding: 10px; position: absolute; top:30px; left:7px; +background-color: #ffffff; width:200px; border:1px solid #c6c6c6; z-index: 101; -webkit-box-shadow: -1px 0px 3px -3px rgba(0, 0, 0, 0.3); box-shadow: -1px 0px 3px -3px rgba(0, 0, 0, 0.3); } +#multifield i { color: #3b3b3b; font-family: 'PTSansCaptionBold',sans-serif; font-size: 14px; text-align: left; font-style:normal; } +#multifield p {clear: both; width:100%; margin:2px 0; } +#multifield p input { margin:0 0px 0 10px; } +#multifield b { color: #3b3b3b; font-family: 'PTSansRegular',sans-serif; font-size: 13px; text-align: left; font-weight:normal; padding-left:5px; } + +.overlayreport { background-color: #0A0A0A; height: 100%; left: 0; opacity: 0.5; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); position: absolute; top: 0px; width: 100%; z-index: 100;} + +.columnsdiv { padding: 10px; position: absolute; top:30px; left:7px; +background-color: #ffffff; width:200px; border:1px solid #c6c6c6; z-index: 101; -webkit-box-shadow: -1px 0px 3px -3px rgba(0, 0, 0, 0.3); box-shadow: -1px 0px 3px -3px rgba(0, 0, 0, 0.3); } +.columnsdiv i { color: #3b3b3b; font-family: 'PTSansCaptionBold',sans-serif; font-size: 14px; text-align: left; font-style:normal; } +.columnsdiv p {clear: both; width:100%; margin:2px 0; } +.columnsdiv p input { margin:0 0px 0 10px; } +.columnsdiv b { color: #3b3b3b; font-family: 'PTSansRegular',sans-serif; font-size: 13px; text-align: left; font-weight:normal; padding-left:5px; } + +.columnsdivbig { padding: 10px; position: absolute; top:30px; left:7px; +background-color: #ffffff; width:600px; border:1px solid #c6c6c6; z-index: 101; -webkit-box-shadow: -1px 0px 3px -3px rgba(0, 0, 0, 0.3); box-shadow: -1px 0px 3px -3px rgba(0, 0, 0, 0.3); } +.columnsdivbig i { color: #3b3b3b; font-family: 'PTSansCaptionBold',sans-serif; font-size: 14px; text-align: left; font-style:normal; clear: both; width:100%; float:left; } +.columnsdivbig p { width:200px; margin:2px 0; float:left; } +.columnsdivbig p input { margin:0 0px 0 10px; } +.columnsdivbig b { color: #3b3b3b; font-family: 'PTSansRegular',sans-serif; font-size: 13px; text-align: left; font-weight:normal; padding-left:5px; } + + +.empcolumnsdiv { left:243px; top:-27px; } +.new-form-ui-submit button.previewreport { background-color: #208bbd; border:1px solid #006391; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; +height:26px; padding:3px 10px 4px 10px; font-size: 14px; text-shadow: 0 1px 0 #006391; font-family: 'PTSansRegular', sans-serif; color:#ffffff; -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); +cursor: pointer; float:left; margin-right:10px; text-transform: uppercase; outline: 0; line-height: 20px; margin-top: 0 !important; } + +.reports-block-area { margin:0; clear: both; padding:0 0 1% 0; float:left; width:100%; float:left; border: 1px solid #cfcfcf; background-color: #ffffff; /* min-height:315px; */ -webkit-border-radius: 5px; +-moz-border-radius: 5px; border-radius: 5px; position: relative;} + +.reports-sprite { background:url(../images/reports-sprite.png) no-repeat left top; } +.reports-ctrl { margin:0; padding:1%; width:98%; clear: both; background:url(../images/reports-ctrl-bg-1.png) repeat-x left bottom; float:left; height: 120px; -webkit-border-top-left-radius: 5px; +-webkit-border-top-right-radius: 5px; +-moz-border-radius-topleft: 5px; +-moz-border-radius-topright: 5px; +border-top-left-radius: 5px; +border-top-right-radius: 5px; } +.reports-div { margin:0; padding:0; float:left; width:94px; margin-right: 20px; position: relative; } +.reports-div p { color: #727272; font-family: 'PTSansRegular',sans-serif; font-size: 12px; text-align: center; font-weight:normal; margin: 8px 0 0 0; padding:0; width:100%; line-height: 17px; float: left; cursor: pointer; } +.reports-div p.one-line { margin-top:14px !important; } +.reports-div:hover p, .reports-div p.selected-report { color: #ea7c2e; } +.org-report { background-position: 0 7px; float:left; width:94px; height: 39px; cursor: pointer; } +.org-report:hover, .org-report-selected, #organisation_rpt_div:hover span { background-position: 0 -71px; float:left; width:94px; height: 39px; cursor: pointer; } +.user-report { background-position: 0 -150px; float:left; width:94px; height: 39px; cursor: pointer; } +.user-report:hover, .user-report-selected, #usermanagement_rpt_div:hover span { background-position: 0 -228px; float:left; width:94px; height: 39px; cursor: pointer; } +.emp-report { background-position: 0 -306px; float:left; width:94px; height: 39px; cursor: pointer; } +.emp-report:hover, .emp-report-selected, #employees_rpt_div:hover span { background-position: 0 -384px; float:left; width:94px; height: 39px; cursor: pointer; } +.resource-report { background-position: 0 -462px; float:left; width:94px; height: 39px; cursor: pointer; } +.resource-report:hover, .resource-repor-selected, #requisition_rpt_div:hover span { background-position: 0 -540px; float:left; width:94px; height: 39px; cursor: pointer; } +.leave-report { background-position: 0 -618px; float:left; width:94px; height: 39px; cursor: pointer; } +.leave-report:hover, .leave-report-selected, #leaves_rpt_div:hover span { background-position: 0 -697px; float:left; width:94px; height: 39px; cursor: pointer; } +.holiday-report { background-position: 0 -780px; float:left; width:94px; height: 39px; cursor: pointer; } +.holiday-report:hover, .holiday-report-selected, #holiday_rpt_div:hover span { background-position: 0 -864px; float:left; width:94px; height: 39px; cursor: pointer; } +.background-report { background-position: 0 -944px; float:left; width:94px; height: 39px; cursor: pointer; } +.background-report:hover, .background-report-selected, #background_rpt_div:hover span { background-position: 0 -1022px; float:left; width:94px; height: 39px; cursor: pointer; } +.logs-report { background-position: 0 -1101px; float:left; width:94px; height: 39px; cursor: pointer; } +.logs-report:hover, .logs-report-selected, #logs_rpt_div:hover span { background-position: 0 -1183px; float:left; width:94px; height: 39px; cursor: pointer; } +.servicedesk-report { background-position: 0 -1264px; float:left; width:94px; height: 39px; cursor: pointer; } +.servicedesk-report:hover, .servicedesk-report-selected, #servicedesk_rpt_div:hover span { background-position: 0 -1347px; float:left; width:94px; height: 39px; cursor: pointer; } + +.performance-report { background-position: 0 -1427px; float:left; width:94px; height: 39px; cursor: pointer; } +.performance-report:hover, .performance-report-selected, #performance_rpt_div:hover span { background-position: 0 -1508px; float:left; width:94px; height: 39px; cursor: pointer; } + + +.chart-ctrl { float:left; /* width:96%; margin:0 2%; */ margin:0; width:100%; } +.activity-chart-view { float: left; width: 760px; height: 320px; margin:0 10px 20px 10px; padding:15px; border: 1px solid #d5d5d5; text-align: center; } +.chart-view { float: left; width: 760px; height: 320px; margin:0 10px 20px 10px; padding:15px; border: 1px solid #f8f8f8; text-align: center; /*background:url(../images/demo-report.jpg) no-repeat center center; */} +.chart-view-1 { float: left; width: 354px; height: 320px; margin:0 10px 20px 10px; padding:15px; border: 1px solid #f8f8f8; text-align: center; /*background:url(../images/demo-report.jpg) no-repeat center center; */} +.chart-text { color: #ea7c2e; font-family: 'PTSansRegular',sans-serif; font-size: 15px; text-align: left; font-weight:normal; float:left; width:100%; clear: both; } +.chart-div { float:left; clear:both; } + +.back-page-div { position: absolute; top:-35px; right:140px; /*top: 1%; right: 1%; */ } +.back-page-div-report { position: absolute; top:-40px; right:155px; /*top: 1%; right: 1%; */ } +.reports-grid-ctrl { /* float:left;*/ width: 98%; margin:0; } +.reports-heading { font-family: 'PTSansbold',sans-serif; font-size: 15px; color: #000000; text-align: left; float:left; text-transform: uppercase; text-shadow: 0 1px 0 #FFFFFF; } +.left-config-ctrl .heading-name-1 { font-size:15px; text-transform:capitalize; color: #3B3B3B; } + +.new-form-ui-report{ float: left; padding: 0px; width: 202px; color:#3b3b3b; margin:0 15px 23px 0px; min-height:57px; position: relative;} +.new-form-ui-report label { font-family: 'PTSansRegular',sans-serif; color: #3b3b3b; font-size: 14px; font-weight: normal; height: auto; padding:0; margin:0px 0 8px 0; text-align: left; float :left; /*width:100%; min-width: 225px;*/ clear: both;} +.new-form-ui-report label .tooltip { top:2px; position: relative; } +.new-form-ui-report label.required:after { color: red; content: " *"; } +.new-form-ui-report .division { float: left; padding: 0; text-align: left; width: 100%; position: relative; } +.new-form-ui-report input[type="text"]{ border: 1px solid #c6c6c6; width:273px; float: left; background-color: #ffffff; height:26px; font-family: 'PTSansRegular',sans-serif; font-size: 14px; color: #828282; + padding:0 8px; -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); line-height:26px; text-align:left; outline:none; +-moz-border-radius:5px; +-webkit-border-radius:5px; +border-radius:5px; } + +.del-position { position: absolute; /* right: 7px; */ left:77px; top:12px; } + +#add-candidate { background-color: #208bbd; border:1px solid #006391; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; +height:26px; padding:0px 10px; font-size: 14px; text-shadow: 0 1px 0 #006391; font-family: 'PTSansRegular', sans-serif; color:#ffffff; -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); +box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); cursor: pointer; float:left; text-transform: uppercase; outline: 0; line-height: 20px; } +#menu-hide-show { position: absolute; width: 100%; z-index: 99; } +#mainmenushowhidebutton { /*position: absolute; right:45%; top: -1px; */ height: 23px;/* width:155px;*/ margin:0 auto; padding: 5px 10px 2px 10px; -moz-transition: all 0.3s linear 0s; +background:url(../images/black-pattren-bg.png) repeat; /* background: #4d4d4d; */ opacity:0.9; cursor: pointer; +-webkit-border-bottom-right-radius: 5px; +-webkit-border-bottom-left-radius: 5px; +-moz-border-radius-bottomright: 5px; +-moz-border-radius-bottomleft: 5px; +border-bottom-right-radius: 5px; +border-bottom-left-radius: 5px; +-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.74); +box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.74); +border:1px solid #000000; border-top:0; +display:inline-block; + } + +.dragableBox { z-index: 999999999 !important; } + +.hiddenclass{display: none;} +.radioclass{width: 274px;} + + + +.themes_iconnor { + background: url("../images/themes_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); + color: #fff; + cursor: pointer; + font-family: Arial,Helvetica,sans-serif; + font-size: 12px; + font-weight: normal; + height: 16px; + line-height: 16px; + margin: 10px 0 0; + padding-left: 20px; +} +.themesbg { + background: url("../images/themes_bg.png") repeat scroll left top rgba(0, 0, 0, 0); + display: block; + height: 74px; + left: -10px; + position: absolute; + top: 2px; + width: 177px; + z-index: 999999 !important; +} +.themes_icon { + background: url("../images/themes_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); + color: #646464; + cursor: default; + float: left; + font-family: Arial,Helvetica,sans-serif; + font-size: 12px; + font-weight: bold; + line-height: 16px; + margin: 8px 0 0 8px; + padding-left: 20px; +} +.themes_spritediv { + clear: both; + line-height: 20px; + padding: 20px 0 0 11px; +} +.themes_sprite{background:url(../images/Themes_sprite.png) no-repeat left top; display:block;} +.blue{background-position:0px 0px; width:15px; height:13px; cursor:pointer; float:left; margin-right:8px;} +.brown{background-position:-22px 0px; width:15px; height:13px; cursor:pointer; float:left; margin-right:8px;} +.gray{background-position:-44px 0px; width:15px; height:13px; cursor:pointer; float:left; margin-right:8px;} +.peacock{background-position:-66px 0px; width:15px; height:13px; cursor:pointer; float:left; margin-right:8px;} +.skyblue{background-position:-88px 0px; width:15px; height:13px; cursor:pointer; float:left; margin-right:8px;} +.green{background-position:-110px 0px; width:15px; height:13px; cursor:pointer; float:left; margin-right:8px;} +.orange{background-position:-132px 0px; width:15px; height:13px; cursor:pointer; float:left; margin-right:8px;} +/*.super_cnt{float:right;padding-left: 2px;margin-top:-6px;}*/ +.span_sermenu { float:left; font-style:normal; } +.super_cnt { float:right; /*padding-left: 2px; margin-top:-6px; position:relative; top:-4px; */font-weight: normal; background: #666363; padding:0 10px; line-height:21px; text-align: center; margin-top:4px; +box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 1); -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 1); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } +.side-menu-selected .super_cnt { background: #f4f4f4; text-shadow: none; box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 1); -webkit-box-shadow:2px 2px 0 0 rgba(0, 0, 0, 1); } + +.back-to-page-1 { position: absolute; right:0; top:-36px; } +.back-to-page-1 input[type="submit"], .back-to-page-1 input[type="button"], .back-to-page-1 button{ background-color: #208bbd; border:1px solid #006391; +-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; height:26px; padding:3px 10px 4px 10px; font-size: 14px; text-shadow: 0 1px 0 #006391; +font-family: 'PTSansRegular', sans-serif; color:#ffffff; -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); +cursor: pointer; float:right; text-transform: uppercase; outline: 0; line-height: 20px; } + +.req_view_buttons { float:left; width:100%; clear: both; margin-top:10px; } +.req_view_buttons input[type="submit"], .req_view_buttons input[type="button"], .req_view_buttons button { background-color: #208bbd; border:1px solid #006391; +-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; height:26px; padding:3px 10px 4px 10px; font-size: 14px; text-shadow: 0 1px 0 #006391; +font-family: 'PTSansRegular', sans-serif; color:#ffffff; -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); +cursor: pointer; float:left; text-transform: uppercase; outline: 0; line-height: 20px; margin-right:10px; } + + +.add_request { clear:both; margin:10px 0 0 0; padding:0; width:100%; float:left; } + + +.status-top-buttons { background-color: #208bbd; border:1px solid #006391; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; +height:26px; padding:0px 10px; font-size: 14px; text-shadow: 0 1px 0 #006391; font-family: 'PTSansRegular', sans-serif; color:#ffffff; -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); +box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5); cursor: pointer; float:right; text-transform: uppercase; outline: 0; line-height: 20px; margin-left:10px; } + + +.reg-info-block { margin:0; clear: both; padding:0; float:left; width:100%; border: 1px solid #cfcfcf; background-color: #ffffff; /* min-height:315px; */ -webkit-border-radius: 5px; +-moz-border-radius: 5px; border-radius: 5px;} + +.status-div { float:left; width:48%; padding:1%; min-height:150px; } +.status-info { margin:0; width:100%; padding:10px 0px; float: left; } +.status-info label { float:left; width:40%; text-align: left; color: #3b3b3b; font-size: 13px; font-family: 'PTSansBold',sans-serif; padding-left:10px; font-weight:normal; } +.status-info label.number-text:after { font-family:Arial, Helvetica, sans-serif; content: " #"; } +.status-info label b{ float:right; font-weight:normal; } +.status-info p, .status-info span { float:right; width:52%; word-wrap: break-word; text-align: left; color: #3b3b3b; font-size: 13px; font-family: 'PTSansRegular',sans-serif; padding-right:10px; } +.status-info p .select2-container a span{ margin:0; float:left; } +.status-info p b { font-family: 'PTSansBold',sans-serif; font-weight: normal; } +.status-info p a{ color: #208bbd; text-decoration: none; text-align: left; } +.status-info p textarea { border: 1px solid #c6c6c6; width:184px; float: left; background-color: #ffffff; height:60px; font-family: 'PTSansRegular',sans-serif; font-size: 13px; color: #828282; /*padding:6px 8px;*/ +padding: 3px 8px; resize:none; line-height: 20px; outline:none; overflow-y: auto; margin:0; +-webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); +-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; } +.status-info .maxlength-feedback { float:left; width:100%; color: #999999; margin:0; font-size:11px; margin-top:2px; } + + +.employee-details-div { float:right; width:49%; border-left:1px solid #e7e7e7;} +.raised-by-employee-details { float:left; width:88%; padding:2%; margin:4%; background-color: #f8f6f6; min-height:150px; } +.raised-by-employee-details h2 { width:100%; margin:0; padding:0; float:left; clear: both; font-family: 'PTSansBold',sans-serif; font-size:13px; font-weight: normal; text-shadow: 0 1px 0 #FFFFFF; +text-transform:uppercase; text-align: left; color: #3b3b3b;} +.raised-info { margin:0; width:100%; padding:10px 0px; float: left; } +.raised-info label { float:left; width:40%; text-align: left; color: #3b3b3b; font-size: 13px; font-family: 'PTSansBold',sans-serif; padding-left:10px; font-weight:normal; } +.raised-info label b{ float:right; font-weight:normal; } +.raised-info p { float:right; width:52%; word-wrap: break-word; text-align: left; color: #3b3b3b; font-size: 13px; font-family: 'PTSansRegular',sans-serif; padding-right:10px; } +.raised-info p a{ color: #208bbd; text-decoration: none; text-align: left; } +.raised-info p textarea { border: 1px solid #c6c6c6; width:184px; float: left; background-color: #F4F4F4; height:60px; font-family: 'PTSansRegular',sans-serif; font-size: 13px; color: #3b3b3b; /*padding:6px 8px;*/ +padding: 3px 8px; resize:none; line-height: 20px; outline:none; overflow-y: auto; margin:0; +-webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.10); +-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; } + + +.history-info-div { margin:10px 0 0 0; clear: both; padding:0; float:left; width:100%; } +.history-div { float:left; width:48%; margin:0; clear: both; padding:0; border: 1px solid #cfcfcf; background-color: #ffffff; padding:1%; } +.history-div h2 { width:100%; margin:0 0 15px 0; padding:0; float:left; clear: both; font-family: 'PTSansBold',sans-serif; font-size:13px; font-weight: normal; text-shadow: 0 1px 0 #FFFFFF; +text-transform:uppercase; text-align: left; color: #3b3b3b;} +.history-flow { margin:0 0 10px 0; padding:0 0 10px 0; width:100%; float:left; clear:both; border-bottom:1px solid #cccccc; } +.history-flow:last-child{ border-bottom:0; margin:0; padding:0; } +.history-img { float:left; margin:0 10px 0 0; padding:0; width:30px; height:30px; text-align: center; border:1px solid #9b9999; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } +.history-img img { width:28px; height:28px; padding:1px;} +.history-text { float: left; color: #3b3b3b; width:92%; } +.history-text span { float:left; width:100%; clear:both; text-align: left; font-family: 'PTSansBold',sans-serif; font-size:14px; font-weight: normal; word-wrap: break-word; color: #3b3b3b; margin:0 0 5px 0; } +.history-text p { float:left; width:100%; clear:both; text-align: left; font-family: 'PTSansRegular',sans-serif; font-size:13px; font-weight: normal; word-wrap: break-word; color: #1F8ABC; margin:0 0 5px 0; } +.history-text b { float:left; width:100%; clear:both; text-align: left; font-family: 'PTSansRegular',sans-serif; font-size: 12px; font-weight: normal; color: #888888; } + +.info-show-div { float:left; width:48%; margin-left:1%; } +.single-info-div { margin:0 0 5px 0; float:left; width:100%; text-align: left; color: #000000; font-size: 13px; font-family: 'PTSansRegular',sans-serif; } +.info-show { float:left; min-width:150px; width:15%; } +.single-info-div span { float:left; color: #000000; font-size: 13px; font-family: 'PTSansRegular',sans-serif; width:75%; text-align: left;} + + +.add-btn-div { float:right; background: #ea7c2e; padding:5px 10px; margin: -4px 4px 0 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; cursor: pointer; } +@media screen and (-webkit-min-device-pixel-ratio:0) { +.add-btn-div { margin: -5px 4px 0 0; } +} +.ajax-file-upload-error{color:#ff0000;} + +#successpan { margin:0 0 15px 0; width: 310px; position: relative; top: -25px; float:left; clear: both; } +#successpan span { background:url(../images/download-file.png) no-repeat left center; float:left; padding:3px 0 4px 40px; font-size:16px; font-family: "Lato", georgia, serif; +font-weight: normal; color: #dc6510; text-shadow: 0 1px 0 #ffffff; } +#successpan a{ color: #208bbd; text-decoration: none; } + + + + +@media all and (max-width: 1024px) and (min-width: 0px) { +/*body { overflow-x: hidden; }*/ +.all-bg-ctrl .action-to-page { position: absolute; right:83px; top:160px; } +.back-to-page { position: absolute; right:0; top:150px; } +.new-form-ui,.new-form-ui-multi{ margin:0 4px 0 0; } +.newframe-div .new-form-ui { margin:0 15px 0 0; } +#footer { position: relative; } +.chart-view { margin:0 20px 20px 0; } +.history-text { width:84%; } +} + +@media all and (max-width: 1280px) and (min-width: 1024px) { +.new-form-ui, .new-form-ui-multi{ margin:0 10px 0 0; } +/*.right-block-data .new-form-ui { margin:0 10px 0 0; } */ +.history-text { width:85%; } +} + + +.upload-attachment input[type="file"] { text-indent:-999999px; color : transparent; + text-shadow : 0 0 0 #000; } +.upload-attachment input[type="file"]:focus{ outline:none;} + +.styled-v-bar{ /* sample CSS class for a different vertical scrollbar look */ + background: url(../images/custom-scroll-bar.png) center top no-repeat; + width: 10px; + margin-right: 0; + margin-bottom: 4px; +} + +.styled-v-bar ins{ /* Style for the "ins" inner element, or bottom of the scrollbar */ + display: block; + background: url(../images/custom-scroll-bar.png) center bottom no-repeat; + width: 10px; + height: 4px; + position: absolute; + top: 100%; +} + +/* INVITE FRIENDS */ +.invfrnds_confirm{width:550px; margin:0 auto;/* -webkit-box-shadow: 0px 0px 10px 0px #000; -ms-box-shadow: 0px 0px 10px 0px #000; -moz-box-shadow: 0px 0px 10px 0px #000; -o-box-shadow: 0px 0px 10px 0px #000; box-shadow: 0px 0px 10px 0px #000;*/background-color:#fff; -webkit-border-radius: 12px; border-radius: 12px; /* border: 5px solid #242424;*/} +.popup_header{padding:10px;} +.invte_frnds{display:inline-block; width:100%; clear:both; margin-bottom:25px;} +.invte_frnds ul{padding:0px 25px 0px 23px;} +.invte_frnds ul li{float:left; margin:25px 0px 0px 8px;} +.invte_frnds ul li:first-child{margin-left:0px;} +.margin{margin-left:8px!important;} +.textgreen{font-family:'frutiger_lt_std_57_cnregular'; font-weight:bold; font-size:20px; color:#44d24e;} +.textgreen_2{font-family:'frutiger_lt_std_57_cnregular'; font-weight:bold; font-size:18px; color:#44d24e;} +.width{width:300px!important; height:23px!important; text-align:left!important; padding-left:10px!important; padding-right:10px!important} +.width_2{width:350px!important; height:23px!important; text-align:left!important; padding-left:10px!important; padding-right:10px!important} +.invt_frnds_buttons_2{display: inline-block; float: right; position: relative;} +.filed_msg{display:block; clear:both; padding-top:5px; font-family:'frutiger_lt_std_57_cnregular'; font-size:14px; text-transform:uppercase; color:#b6b6b6;} +.confirm_container{padding:20px 15px;} +.confirm_headers{border:solid red 1px; height:50px;} +.invt_frnds_textarea{min-width:350px; max-width:350px; width:350px; display:block; margin-top:20px; padding:10px; color:#808080; font-weight:normal; min-height:100px; height:100px; +background-image: -moz-linear-gradient(center top , #FFFFFF 40%, #E5E5E5 100%); border: 1px solid #CCCCCC; border-radius: 5px 5px 5px 5px; color: #CCCCCC; font-family: 'frutiger_lt_std_87_extrablkRg'; font-size: 16px; } +.invfrnds_confirm_2{width:418px; margin:0 auto; -webkit-box-shadow: 0px 0px 10px 0px #000; -ms-box-shadow: 0px 0px 10px 0px #000; -moz-box-shadow: 0px 0px 10px 0px #000; -o-box-shadow: 0px 0px 10px 0px #000; box-shadow: 0px 0px 10px 0px #000;background-color:#fff;} +.nomargin_1{margin-top:0px!important} +.topmargin{} + + +/* Overly Background Color */ +.black_overlay{display:none; position:fixed; top:0%;left:0%; width: 100%; height: 100%; background-color: black; z-index:1001; -moz-opacity: 0.65; opacity:.65;filter: alpha(opacity=65); text-align:center;} +.white_content {display:none; position:absolute; top:20%; left:0px; z-index:1002; width:100%;} + + +/* SEARCH MESSAGE BOX */ +.search_msg{display:block; min-width:350px!important; text-align:center; font-family:'frutiger_lt_std_57_cnregular'; font-size:14px; text-transform:uppercase; color:darkred; position:relative; top:90px;} + + +/* Added by mainak for employee mapping */ +.checklist_new_fields #actionButtonsDiv #cancelButtonDiv .raise_button{ background:none!important; color:#4B4B4B !important; text-shadow:none; margin-left: 0; padding-left: 0;} +.checklist_new_fields #actionButtonsDiv #cancelButtonDiv .raise_button:hover{text-decoration:underline; } + +.users_list{width:100%; clear:both; float:left;} +.users_list_left{ margin-bottom: 5px; + + width: 98%; + float: left; + height: 348px;} +.users_list_left .alt-scroll-content, .users_list_right .alt-scroll-content{ width:100%!important;} +.users_list_right{float:left;width:100%; margin-right: -12px; margin-bottom:25px; max-height: 348px;} +.emmp_sel_div{ width:98%; margin:0 auto;} +.users_left_list_div:hover, .users_right_list_div:hover, .no_search_results:hover{background:#cbe0ec;} +.performance_appraisal_rep .users_left_list_div:hover{ background: none repeat scroll 0 0 transparent;} +.performance_appraisal_rep .users_left_list_div{ border:none; margin-top: 4px; width: 220px;} +.users_list_left_title, .users_list_right_title{clear:both; width:100%; text-align:left; margin-bottom:17px; height: 15px; font-family: 'robotoregular'; color:#3b3b3b; font-size: 16px;} +.users_list_left_title .emp_count, .users_list_right_title .emp_count{ color:#248fc0; padding-left:7px;} +.no_right_data_found, .no_left_data_found, .no_search_results{ text-align:center; height: 35px!important; padding-top: 10px!important; width:91%!important} +.no_right_data_found:hover, .no_left_data_found:hover{ background-color:#fff;} +.no_right_data_found .values, .no_left_data_found .values, .no_search_results .values,.no_search_results_right .values{ float:none!important; color:#ff6b6b!important;} +.invfrnds_confirm #saveButtonDiv, .invfrnds_confirm #cancelButtonDiv { float:left;} +.invfrnds_confirm #actionButtonsDiv{ margin: 0 auto; width: 184px;} +.invfrnds_confirm .action_buttons_div{ padding-top: 4px;} + +.users_left_list_div, .users_right_list_div{ height:64px; padding:5px 0 0 6px; border:1px solid #dbdbdb; margin-top:11px; width:187px; margin-right: 13px; float:left; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;} +.added_users_list_div{ height:40px; padding:5px 0 0 6px; border:1px solid #C8C8C8; margin-top:11px; width:111px; margin-right: 13px; float:left; background-color:#e0e0e0;} +.added_users_list_div.no_added_user_found{ height:40px; padding:5px 0 0 6px; border:1px solid #C8C8C8; margin-top:11px; width:373px; margin-right: 13px; float:left; background-color:#e0e0e0;} +.added_users_list_div.no_added_user_found .values{ margin-top: 7px; text-align: center; width: 365px;} +.users_list .values{ float:left; font-family: 'Roboto'; color:#5A5A5A; font-size: 15px; padding-right:10px;} +/*.member_name, .member_type{ font-family: 'Roboto'; color:#2590c2; font-size: 15px; margin-left: 7px; margin-right: 0px; height: 39px; margin-top: 0; overflow: hidden;}*/ +.member_name{ text-align:left; display: block; float: left; width: 113px; font-family: 'robotoregular'; color:#2590c2; font-size: 13px; line-height: 14px; word-wrap: break-word; height:16px; overflow:hidden; } +.member_id{ color:#737373; font-size:13px;/*font-family: 'robotoregular';*/ float: left; width: 120px; display: block; text-align: left; height:19px;} +.member_jname{ color:#333; font-size:13px;/* font-family: 'robotoregular';*/ float: left; width: 120px; display: block; text-align: left;} +.member_type{ float:right;} +.company-new-div { margin:0; width:100%; table-layout:fixed; display:table; border-spacing:10px; } +.company-tabs { margin:0; padding:0; display:table-cell; width:33%;} +.company-tabs h1{ margin:0 0 10px 0; padding:0; clear:both; width:100%; float:left; font-family: 'PTSansRegular',sans-serif; font-size: 14px; color: #333333; text-align: left; text-transform:uppercase; } +.flt_right{ float:right !important;} +.flt_left{float:left !important;} +.uploadbut_exel{ color: #208bbd; font-family: 'PTSansRegular'; font-size:14px; text-shadow: 0 1px 0 #ffffff; border: 1px solid #cfcfcf; height:20px; text-align: center; padding:4px 0; width:130px; +background: #ffffff; +background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); +background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%); +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); +background: -webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); +background: -o-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); +background: -ms-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); +background: linear-gradient(to bottom, #ffffff 0%,#e9e9e9 100%); +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;} +.importformatlink{color: #208bbd; font-family: 'PTSansRegular'; font-size:14px; text-decoration:none; padding:5px 0 0 15px;} +.actions_div{ height:50px;} +.usedleaves{ color: #0b709f;} +.leavenames{ color:#565656;margin-top: 3px; margin-bottom: 10px;font-size: 13px;} +.resumeclass{float: left; margin-top: 26px; margin-left: 27px;} +ul.toggle_ul { clear: both; float: left; margin-bottom: 0; margin-left: 0px;} +ul.toggle_ul li.active { cursor: pointer;} +ul.toggle_ul li { background: none repeat scroll 0 0 #fff; float: left; font-size: 14px; min-height: 145px; list-style: outside none none; width: 33.333%; padding: 5px 0; text-align: center; border-bottom:3px solid #75bf0c; /*border-right:2px solid #eeeeee;*/ position:relative; background:url(../images/border_right.png) right center repeat-y #fff; cursor:pointer;} +ul.toggle_ul li:last-child{ border-right:none; background:none #fff;} +ul.toggle_ul li .step_round{-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; width:86px; height:71px; border:5px solid #ccc; margin-left: 11px; font-family: 'robotoregular'; margin-top: 25px; float:left; font-size:14px; text-align:center; padding-top: 15px; margin-right: 11px;} +ul.toggle_ul li.step_1 .step_round{ border-color:#cfbaaa; color:#cfbaaa;} +ul.toggle_ul li.step_2 .step_round { color:#9ac6e9;} +ul.toggle_ul li.step_2 .step_round {border-color:#9ac6e9;} +ul.toggle_ul li.step_3 .step_round { color:#7ed7b9;} +ul.toggle_ul li.step_3 .step_round {border-color:#7ed7b9;} +ul.toggle_ul li.step_1:hover, ul.toggle_ul li.step_1.active{ background:#cfbaaa;} +ul.toggle_ul li.step_2:hover, ul.toggle_ul li.step_2.active{ background:#9ac6e9;} +ul.toggle_ul li.step_3:hover, ul.toggle_ul li.step_3.active{ background:#7ed7b9;} +ul.toggle_ul li:hover .step_round a, ul.toggle_ul li.active .step_round a, ul.toggle_ul li.active .left_tab_content .tab_txt{ color:#fff;} +ul.toggle_ul li:hover .step_round, ul.toggle_ul li.active .step_round{border-color:#fff; color:#fff;} +.left_tab_content{ text-align:left;} +ul.toggle_ul li .tab_title{ font-size:16px; font-family: 'robotoregular'; color:#333; padding-top: 23px; font-weight:normal;} +ul.toggle_ul li .tab_txt{font-size:13px; font-family: 'robotolight'; color:#8c8c8c; padding-top:10px; display:block; padding-right: 30px; } +ul.toggle_ul li:hover .tab_title, ul.toggle_ul li.active .tab_title{ color:#fff; } +ul.toggle_ul li:hover .tab_txt{color:#fff; } +ul.toggle_ul li.active{color:#fff; } +ul.toggle_ul li.incomplete { border-bottom:3px solid #757473; } +ul.toggle_ul li .step_round .num_txt{ font-size:30px; font-family: 'robotolight'; display:block;} +ul.toggle_ul li .completed_icon{ display:none;} +ul.toggle_ul li.complete .completed_icon{ background:url(../images/tabs_comleted_ico.png) left no-repeat; height: 22px; display:block; position: absolute; right: 0; top: 9px; width: 31px;} +.status_txt{ position: absolute; right: 0px; bottom: -3px; padding:2px 5px 6px; font-family: 'robotolight'; font-size:16px; } +ul.toggle_ul li:last-child .status_txt{right: 0px;} +.status_txt.complete_status{ background: #75bf0c; color:#fff;} +.status_txt.in_progress{ background:#757473; color:#fff; } +ul.toggle_ul li a { color: #cfbaaa; text-decoration: none;} +input, textarea, select, a, button, button:focus { outline: medium none;} +.left-user {float: left; width: 47%; border-right:1px solid #cccccc;} +.left-user.right_left_user{ border:none; padding-left:26px;} +.left-user-full-width{margin-left: 20px; border: medium none; width: 97%;} +.search_emp_by_name_div { margin-top: 10px;padding-right: 8px;width: 230px; float:left; clear:both; position:relative;} +.search_emp_by_name_div input[type="text"]{ width:203px; border:1px solid #a7a7a7; height:30px; -webkit-box-shadow: inset 0 2px 4px -4px rgba(0,0,0,0.53); -moz-box-shadow: inset 0 2px 4px -4px rgba(0,0,0,0.53); box-shadow: inset 0 2px 4px -4px rgba(0,0,0,0.53); padding-right:30px; padding-left:10px; float:left; } +.search_emp_by_name_div input[type="button"]{ border:none; background:url(../images/search_icon.png) center no-repeat #fff; position:absolute; padding:0; right:0px; top:7px; text-indent:-25879px; width:20px; height:20px; cursor:pointer;} +.search_emp_by_name_div input.btn_search_clear[type="button"]{ border:none; background:url(../images/search_clear_icon.png) center no-repeat #fff; position:absolute;} +.cls_headers.acc_odd { background-color: #fff; background-image: none;} +.cls_headers.acc_even { background-color: #f6f6f4; background-image: none;} +.line_manager_grid .ui-accordion-header { + border-bottom: medium none; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; + clear: both; +} +.requisition-table tr td.check_field, .check_field{ text-align:left; } +.question_field, .field_width{ text-align:left;} +.per_steps .requisition-table tr th, .employee_appraisal-table tr th{ padding:10px 5px 10px 30px; background:#efefef; font-family: 'robotomedium'; color:#333; font-weight:normal; font-size:14px;} +.per_steps .requisition-table tr th, .per_steps .requisition-table tr td, .employee_appraisal-table tr th, .employee_appraisal-table tr td{ border-right:1px solid #dadada; padding:10px 5px 10px 30px; vertical-align:middle;} +.check_field{ width:20%;} +.question_field{ width:30%;} +.field_width{ width:50%;} +.per_steps .requisition-table, .employee_appraisal-table{ border-bottom:1px solid #dadada; border-left:1px solid #dadada; border-top:1px solid #7eb3cc; width:97%; min-height:450px;} +.per_steps{ background:#fff; padding-bottom:40px;} +.per_steps .new-form-ui-submit{margin-left: 1.4%; margin-top:20px;} +.per_steps .requisition-table tr:nth-child(odd) td, .employee_appraisal-table tr:nth-child(odd) td { background: #fff;} +.per_steps .requisition-table tr:nth-child(even) td, .employee_appraisal-table tr:nth-child(even) td { background: #f6f6f6;} +.comments_div_fiel{ width:40%; padding-top:10px; padding-bottom:10px; display:inline-block;} +.comments_div_fiel input{ margin-right:7px;} +.cofig_title{ font-size:18px; text-align:left; color:#4b4b4b; font-family: 'robotomedium'; clear:both; padding:20px 0 20px 0; margin-left:1.7%;} +.cofig_title .page_info{ font-size:13px; font-family: 'robotolight'; } +.tabs_all_button { float:left; padding-left:0; margin-left:1.6%; list-style:none; display:inline-block;} +.tabs_all_button li{ /*display:inline;*/ background:#eeeeee; float:left; padding:8px 14px; color:#757473; font-family: 'robotomedium'; cursor:pointer; font-size:16px;} +.tabs_all_button li.divider{ background:url(../images/divider.png) right center no-repeat #eeeeee;} +.tabs_all_button li.active{ color:#208bbd;} +.groupeddiv{ border:1px solid #9ac6e9; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomright: 5px; border-top-left-radius: 5px; border-bottom-right-radius: 5px; float:left; margin:20px 20px 0 0; width:230px; height:80px; position:relative;} +.groupeddiv .grphoverclass{opacity: 0; filter: alpha(opacity=0); /*For IE8 and earlier */ visibility: hidden;} +.groupeddiv:hover .grphoverclass{ opacity: 1; filter: alpha(opacity=100); /* For IE8 and earlier */ visibility: visible; background: url(../images/opp_img.png); height: 80px; position: absolute; top: 0; width: 100%; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomright: 5px; border-top-left-radius: 5px; border-bottom-right-radius: 5px; display: block;} +.groupeddiv .grphoverclass ul{ list-style:none; display:inline-block; margin-top:30px;} +.groupeddiv .grphoverclass ul li{ color:#fff; display:inline-block; font-family: 'robotoregular'; font-size:16px; margin: 0 -1px; padding: 0 10px; cursor:pointer; background:url(../images/divider_2.png) right center no-repeat;} +.groupeddiv .grphoverclass ul li:last-child{ background:none;} +.width_98{ width:97%; margin:0 auto; clear:both;} +.groupnamediv{ border-bottom:1px solid #dcdcdc; height:32px; font-size:16px; color:#4b4b4b; line-height: 30px; background:#f6f6f6; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px;} +.empcountdiv{ font-size:15px; color:#454c51; float:left; width:50%; padding-top:3px; background:url(../images/group_divider.png) right repeat-y;} +.qscountdiv{font-size:15px; color:#454c51; float:left; width:50%; padding-top:3px;} +.groupeddiv .count{ display:block; text-align:center; font-size:18px; font-family: 'robotomedium';} +.empcountdiv .count{ color:#61ae24;} +.qscountdiv .count{ color:#ff6b6b;} +.create_new_group{ clear:both; height:20px; margin-top: 14px;} +.create_group_div{ background:#eeeeee;} +.create_group_div.bg_white{ background:#fff;} +.invfrnds_confirm.create_group_div{ float:left; width:90%!important; min-width:643px; margin-top:20px; margin-left:23px; height:auto !important} +.invfrnds_confirm.create_group_div .users_list{margin: 0px auto; float: none; width: 97%;} +.invfrnds_confirm.create_group_div .users_list .tabs_all_button li{ background-color:#fff;} +.addnewqs{ font-size:16px; color:#ea8035; font-family: 'robotoregular'; float:right; margin-right:1.5%; margin-top:8px; cursor:pointer;} +.invfrnds_confirm.create_group_div .users_left_list_div, .invfrnds_confirm.create_group_div .users_right_list_div{ background:#fff;} +.users_left_list_div .profile_img img, .users_right_list_div .profile_img img{ width:48px; height:48px; margin-top: 5px; margin-left: 5px; border:1px solid #fff; outline:1px solid #a3a3a3;} +.grpnamecls{float: left; clear: both; width: 98%; text-align: left; height:85px; margin-left: 23px; margin-top: 20px;} +.grpnamecls_2{float: left; width: 50%; text-align: left; height:50px; margin-left: 23px; margin-top: 20px;} +.grpnamecls input[type="text"]{ clear:both;} +.fck_editor_height{width: 100%; min-height: 212px; height:auto;} +.fck_editor_height .jqte_editor, .fck_editor_height .jqte_source{ /*resize: none;*/} +.fck_editor_height .jqte{ width:100%;} +.click_view_link_class{position: absolute; top: 5px; left: 177px; color: #2980b9; font-family: "PTSansRegular"; text-decoration:none;} +.dashboard_birthday{ } +.right_dashboard{float:right; width:20%;} +.left_dashboard{ float:left; width:78%;} +.to_daybirth{ background:#b8a5d3; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; min-height:110px;} +.to_daybirth pre.pre_class{ background:url(../images/cake_img.png) center 15px no-repeat; float: left; padding-left: 15px; padding-right: 15px; padding-top: 55px; font-family: 'robotoregular'; color:#fff; font-size:12px;} +.today_birthdayname{ float: right; width: 48%; font-family: 'robotoregular'; color:#fff; font-size:14px; padding-top:40px;} +.upcoming_birth{ clear:both; background:#fff; border-radius: 0px 0px 4px 4px; -moz-border-radius: 0px 0px 4px 4px; -webkit-border-radius: 0px 0px 4px 4px; padding:25px;} +.company_announc{ border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; background:#fff; margin-top:20px; padding:25px; text-align:left;} +h4.dashbord_title{ font-size:14px; color:#4b4b4b; font-family: 'robotomedium'; font-weight:normal; text-align:left;} +.company_announc ul{ list-style:none; margin-top:8px;} +.company_announc ul li{ margin-bottom:10px; padding:20px;} +.company_announc ul li:nth-child(1){ background:#fafbf4;} +.company_announc ul li:nth-child(2){ background:#f0fbff;} +.company_announc ul li:nth-child(3){ background:#f2fbf8;} +.company_announc ul li:nth-child(4){ background:#fff5f5;} +.company_announc ul li .annou_txt{ color:#333333; font-family: 'robotolight'; font-size:14px;} +.company_announc ul li .annou_date{color:#a5a6a5; font-family: 'robotoregular'; font-size:12px;} +.company_announc .view_more_annou{ color:#208bbd; font-size:14px; font-family: 'robotoregular'; float:right; text-decoration:none;} +.company_announc h4.dashbord_title{ border-bottom:1px solid #208bbd; padding-bottom:10px;} +.qstnscrldiv{clear: both; max-height: 450px;} +.per_steps .ui-state-default .ui-icon.ui-icon-triangle-1-e{ background:url(../images/to_open.png) center no-repeat; left: auto; position: absolute; right: 22px;} +.per_steps .ui-state-default .ui-icon.ui-icon-triangle-1-s{ background:url(../images/to_close.png) center no-repeat; padding:5px; left: auto; position: absolute; right: 22px;} +.per_steps .cls_headers.acc_even, .per_steps .cls_headers.acc_odd{ background:#eeeeee; border:none; -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; margin: 0 0 25px; width: 96%;} +.per_steps .acc_emp_list { float:left; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border:1px solid #dbdbdb; margin:10px; background:#f6f6f6;} +.per_steps .acc_emp_list .profile_img{ float:left; padding:8px 6px;} +.per_steps .acc_emp_list .emp_details_li{ background:#fff; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; float:left;} +.per_steps .acc_emp_list .emp_details_li.border-radius{ -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;} +.per_steps .acc_emp_list .emp_details_li .name_disply { color:#2590c2; font-size:13px; float:left; margin-top: 3px; margin-right: 14px; width:111px; overflow:hidden; height:20px; text-align:left;} +.per_steps .ui-accordion .ui-accordion-header .ui-icon{ margin-top:-14px;} +.emp_id, .desg_txt{ display:block; text-align:left;} +.emp_id{ color:#737373; font-size:13px;} +.desg_txt{ color:#333333; font-size:13px;} +.emp_count_txt{ display:block;} +.emp_name_span{ font-size:15px; color:#4b4b4b; padding: 24px 15px 0; float:left;} +.appri_emp_count .emp_name_span{ margin-right:20px;} +.emp_name_span.l1_manager_span{ padding-top:18px;} +.per_steps .ui-accordion .ui-accordion-content{display: block; width: 96%; margin-top: -25px; background: none repeat scroll 0 0 #eeeeee; top: 0px; border: medium none; margin-bottom: 26px;} +.ui-accordion .users_list{ clear: both; float: none; width: 98%;} +.ui-accordion .users_left_list_div, .ui-accordion .users_right_list_div{ background:#fff;} +.ui-accordion .users_list_left{ padding-bottom:20px; max-height: 348px; height: auto;} +.per_steps .total-form-controller{ width:97%; margin:0 auto; float:none; clear:both; padding-top:30px;} +.per_steps .users_list .total-form-controller{ width:100%; padding-top:0px;} +.cofig_button{ display:inline-block; } +.cofig_button ul{ background:#eeeeee; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; display:inline-block; list-style:none; padding:37px 37px 67px; margin: 20px;} +.cofig_button ul li{ background:url(../images/li_img.png) 6px 9px no-repeat; padding-left:40px; width:345px; text-align:left; margin-bottom:25px; color:#4b4b4b; font-size:14px; font-family: 'robotolight';} +.cofig_button ul input[type="button"], .cofig_button ul div.button_div{ background:#208bbd; border:none; color:#fff; font-size:20px; font-family: 'robotoregular'; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin-bottom: -92px; padding: 12px 14px; cursor:pointer; width:375px;} +.per_steps .new-form-ui-submit.cof_manger{ clear: none; float: none; width: 48%;} +.per_steps .alt-scroll-content{ width:100%!important;} +.per_steps #actionButtonsDiv.inner_action_div{float: right; margin-top: 20px; text-align: right; margin-right: 1.6%;} +.per_steps .inner_action_div input, .per_steps .inner_action_div button { float:none;} +.veiw_form_emp .left-user{ width:100%; border:none;} +.appri_emp_count{ } +.appri_emp_count .approvalpending_action_dis{ padding-right: 81px; padding-top: 33px; text-align: right;} +.appri_emp_count .approvalpending_action_dis input{ color:#208bbd; border:none; background:none repeat scroll 0 0 transparent; font-size:14px; font-family: 'robotoregular'; cursor:pointer;} +.appri_emp_count .approvalpending_action_dis input.clsbtn_edit{ background:url(../images/divider.png) right center no-repeat; padding-right:12px;} +.employee_appraisal_view{ background:#faf4f0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border:1px solid #dbdbdb; } +.feed_forward{ background:#fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border:none; } +.employee_appraisal_details_full{background:#fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border-bottom:1px solid #dbdbdb; padding:11px; clear:both;} +.feed_forward .employee_appraisal_details_full{ border:1px solid #dbdbdb;} +.employee_appraisal_view .users_left_list_div, .employee_appraisal_view .users_left_list_div:hover{ background: #f0f0f0; /* Old browsers */ margin-top:0; +background: -moz-linear-gradient(top, #f0f0f0 0%, #e1e1e1 100%); /* FF3.6+ */ +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */ +background: -webkit-linear-gradient(top, #f0f0f0 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */ +background: -o-linear-gradient(top, #f0f0f0 0%,#e1e1e1 100%); /* Opera 11.10+ */ +background: -ms-linear-gradient(top, #f0f0f0 0%,#e1e1e1 100%); /* IE10+ */ +background: linear-gradient(to bottom, #f0f0f0 0%,#e1e1e1 100%); /* W3C */ +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */ +} +#tabs.employee_appraisal_tabs{ clear:both; margin:50px auto 0 auto; width:98%;} +#tabs.employee_appraisal_tabs .ui-widget-content{ clear:both; -webkit-border-radius: 0px ; -moz-border-radius: 0px ; border-radius: 0px; padding:0 ; width:100%; border:none;} +.employee_appraisal_tabs.ui-tabs .ui-tabs-nav li{ clear: none; display: table-cell; float: none; width:auto; } +.employee_appraisal_tabs.ui-tabs .ui-tabs-nav li a{ width:auto !important; padding: 4px 9px !important; +background: #fefefe; /* Old browsers */ +background: -moz-linear-gradient(top, #fefefe 0%, #f8f8f8 100%); /* FF3.6+ */ +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */ +background: -webkit-linear-gradient(top, #fefefe 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */ +background: -o-linear-gradient(top, #fefefe 0%,#f8f8f8 100%); /* Opera 11.10+ */ +background: -ms-linear-gradient(top, #fefefe 0%,#f8f8f8 100%); /* IE10+ */ +background: linear-gradient(to bottom, #fefefe 0%,#f8f8f8 100%); /* W3C */ +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */} +.employee_appraisal_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .employee_appraisal_tabs.ui-tabs .ui-tabs-nav li.ui-state-active a:hover{ +background: #1a7bb0; /* Old browsers */ +background: -moz-linear-gradient(top, #1a7bb0 0%, #2d96c3 100%); /* FF3.6+ */ +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a7bb0), color-stop(100%,#2d96c3)); /* Chrome,Safari4+ */ +background: -webkit-linear-gradient(top, #1a7bb0 0%,#2d96c3 100%); /* Chrome10+,Safari5.1+ */ +background: -o-linear-gradient(top, #1a7bb0 0%,#2d96c3 100%); /* Opera 11.10+ */ +background: -ms-linear-gradient(top, #1a7bb0 0%,#2d96c3 100%); /* IE10+ */ +background: linear-gradient(to bottom, #1a7bb0 0%,#2d96c3 100%); /* W3C */ +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a7bb0', endColorstr='#2d96c3',GradientType=0 ); /* IE6-9 */ +color:#fff!important; +-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } +.employee_appraisal_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-hover a:hover, .employee_appraisal_tabs.ui-tabs .ui-tabs-nav li a:hover{-webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; border-radius: 0px!important;} +.employee_appraisal_tabs.ui-tabs .ui-tabs-nav{ width:auto; display:inline-block; background:url(../images/toggole_bg.png) center !important;padding:5px 7px 6px 6px; margin-bottom:0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;} +.employee_appraisal-table{ width:98%; text-align:left; margin:0 auto; border-right:none; border-left:none; border-bottom:none; margin-bottom: 25px; margin-top: 20px; table-layout:fixed;} +.appraisal_title{ font-size:18px; color:333333; font-family: 'robotoregular'; padding:4px 0; float:right;} +.appraisal_details_type{ color:#333; font-family: 'robotoregular'; font-size:14px; float:left; text-align:left; border-right: 1px solid #e5e5e5; margin-top: 7px; padding-right: 48px; margin-left:15px;} +.employee_appraisal_details .appraisal_details_type:last-child{ border-right:none;} +.appraisal_details_type span{ font-family: 'robotolight'; } +.appraisal_details_type .lis_div{margin-bottom: 11px; word-wrap: break-word;} +.appraisal_due_date{ float:left; color:#333; font-family: 'robotomedium'; font-size:18px; margin-left: 52px; margin-top: 24px;} +.appraisal_due_date span{font-family: 'robotolight'; } +.appraisal_managers_list{ clear:both; padding-bottom: 20px; padding-top: 18px; color:#333; font-family: 'robotoregular'; font-size:14px; text-align:left; float:left;} +.appraisal_managers_div{ float:left; margin-right:50px;} +.appraisal_managers_name{ color:#1a7bb0; padding-top:5px;} +.employee_appraisal_edit input[type="button"]{ float:right; margin-bottom: 4px; margin-top: 8px; margin-right: 0px;} +.final_rating_div{ float:right; text-align:left;} +.final_rating_div #view_comments{ font-size:12px; color:#208bbd; font-family: 'robotolight'; cursor:pointer; margin-top:18px;} +.final_rating_txt{ font-size:16px; color:#6e6e6e; font-family: 'robotolight';} +.final_rating_txt span{ color:#65c3df; font-size:36px; font-family: 'robotoregular';} +.appr_pending{border-radius: 2px 2px 2px 2px; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; border:1px solid #dbdbdb; background:#f1f1f1; text-align:center; padding:3px; margin-top:6px;} +.appr_pending span{ background:#f7c592; font-size:14px; color:#a85e13; font-family: 'robotoregular'; display:block; padding:2px 0 3px;} +.appr_rat{ margin-top:5px;} +.my_team_appraisal.employee_appraisal_view{clear:both; background: none repeat scroll 0 0 transparent; border: medium none} +.my_team_appraisal .employee_appraisal_details_full{ margin-bottom:10px; border:1px solid #dbdbdb; position:relative;} +.appr_rat_num{border-radius: 2px 2px 2px 2px; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; border:1px solid #dbdbdb; background:#f1f1f1; text-align:center; padding:3px; margin-top:6px; width:40px;} +.appr_rat_num span{ background:#75bf0c; font-size:14px; color:#fff; font-family: 'robotoregular'; display:block; padding:2px 0 3px;} +.app_comments{ width:96%; border-radius: 0px 0px 5px 5px; -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; border: 1px solid #dbdbdb; border-top:none; background:#fff; text-align:center; padding:10px 0;} +.line_title{ color:#333333; font-size:16px; font-family: 'robotoregular'; padding:0 0 0px 15px;} +.line_comme_txt{ font-size:14px; color:#4b4b4b; font-family: 'robotoregular'; padding:0 0 10px 15px;} +.app_line_comments{ width:48%; display:inline-block; text-align:left; } +.cofig_man_filds{ float:left; margin-left:3%; width:32%;margin-bottom: 15px;} +.cofig_man_fild_title{ font-size:18px; color:#333333; font-family: 'robotomedium'; font-weight:normal; text-align:left;} +.cofig_man_fild_title_2{margin-top: 13px; float: left; clear: both;} +.line_managers{float: left;} +.line_managers label{float: left; margin-top: 11px;} +.line_managers .users_left_list_div{ clear: both; margin-top: 1px;} +.step_2_acc_box_bg{ background:#eeeeee; width:96%; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; position:relative;} +.up_arrow{background: url(../images/up_arrow.png) no-repeat left top; position:absolute; width: 26px; height: 24px; top: -9px;} +.step_2_acc_box_bg .users_left_list_div, .step_2_acc_box_bg .users_right_list_div{ background:#fff;} +.cofig_man_filds_list_emp{ width:58%;margin-bottom: 23px;} +.cofig_man_filds .new-form-ui{ height:80px;} +.line_mager_list{ clear:both;} +.per_steps .line_mager_list .new-form-ui-submit.cof_manger{ clear:both; float:left;width:100%;} +.ui-accordion .cofig_man_filds .users_list{} +.employee_appraisal_view .history-info-div{ width:98%; margin:0 auto; float:none;} +.employee_appraisal_view .history-info-div .history-div{ border:1px solid #dbdbdb; width:98%; margin-bottom: 20px;} +.employee_appraisal-table .appri_ques{ color:#333333; font-size:16px; font-family: 'robotoregular'; display:block;} +.employee_appraisal-table{color:#333333; font-size:14px; font-family: 'robotolight';} +.employee_appraisal-table .appri_numb{color:#717171; font-size:22px; font-family: 'robotoregular';} +.margin_l_1{margin-left: 1%; margin-bottom: 20px;} +.employee_appraisal_submit{float: right; clear: none; width: auto;} +.no_clear{clear:none;} +.configurewizard{ float:right; } +.configurewizard a{ text-decoration:none; color:#3a3c35; font-size:14px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; height: 31px; margin-right: 8px; margin-top: 12px; padding:0 13px 0 35px; background:url(../images/wizard_icon.png) 10px center #fff no-repeat; line-height:27px; display:block;} +.div_collapse{color: #ea7c2e; float: right; font-family: "robotolight"; font-weight: normal;right: 28px; padding-right:13px; background:url(../images/expand_collapse.png) 50px 8px no-repeat; cursor:pointer;} +.employee_appraisal_details_full .div_collapse{ position: absolute; right: 10px; top: 69px;} +.employee_appraisal_details_full .div_collapse.cls_collapse{ background-position: 55px -7px;} +.docment_row{ width:100%; clear:both; border-bottom:1px dashed #b1b1b1; text-align:left; padding-bottom:14px; margin-bottom:12px; font-family: 'robotoregular'; font-weight:normal;} +.doc_name_div{ float:left; color:#2b2b2b; font-size:14px; padding-right:24px; width: 40%; word-wrap: break-word; } +.attach_count{ /*padding-left:20px; background:url(../images/attachment-icon.png) left center no-repeat;*/ color:#a6a6a6; font-size: 12px;} +.docment_row input[type="button"].edit_doc, .docment_row input[type="button"].delete_doc, .docment_row input[type="button"].download_doc{ border:none; background-color: transparent; color:#4b4b4b; padding-left:20px; font-family: 'robotoregular'; font-weight:normal; cursor:pointer; margin-right:5px;} +.docment_row input[type="button"].edit_doc{ background:url(../images/edit-icon.png) left center no-repeat;} +.docment_row input[type="button"].delete_doc{background:url(../images/delete-icon.png) left center no-repeat;} +.docment_row input[type="button"].download_doc{background:url(../images/download-icon.png) left center no-repeat; padding-left:25px;} +.new_docment_row{clear: both; width: 100%; background: none repeat scroll 0% 0% rgb(243, 243, 243); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding:10px 0; margin-bottom:20px;} +.new_docment_row .new-form-ui-1, .new_docment_row .new-form-ui, .edit_emp_docs_div .new-form-ui-1, .edit_emp_docs_div .new-form-ui{ min-height:auto; height:auto;} +.padd-left10{ padding-left:10px;} +.edit_emp_docs_div{ -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border: 1px solid #cacaca; margin-top: 20px; padding: 10px; max-width: 650px; position:relative;} +.edit_doc_arrow{ background:url(../images/edit_docment_arrow.png) no-repeat center; width:13px; height:11px; position: absolute; right: 13%; margin-top: -21px;} +.docment_row .doc_name_div .click_view_link_class{ position:static;} +.managerresponsediv, .employeeresponsediv, .feedforward_emp_status{ clear:both;} +.manager_feed_div{background:#fff; -webkit-border-radius: 4px; -moz-border-radius: 4px ; border-radius: 4px; float:left; border:1px solid #dbdbdb; padding:5px; margin-right:20px; margin-bottom:20px; width:218px; text-align:left; position:relative;} +.manager_feed_div img{ border:1px solid #fff; outline:1px solid #9e9e9e; float:left; margin:5px 10px 5px 5px;} +.manager_feed_div span{ color:#2590c2; font-size:13px; height: 19px; overflow: hidden; display:block;} +.grphoverclass a{ color:#FFF; font-size:13px; text-decoration:none;} +.grphoverclass{ display:none;} +.manager_feed_div:hover .grphoverclass{ display:block; position: absolute; width: 100%; top: 0px; left: 0px; text-align: center; height: 67px; line-height: 59px; background: url(../images/opp_img.png); -webkit-border-radius: 4px; -moz-border-radius: 4px ; border-radius: 4px;} +.manager_feed_div .status_div, .employee_appraisal_details_full .status_div{ font-size:13px; background:#f7f7f7; border:1px solid #dbdbdb; -webkit-border-radius: 2px; -moz-border-radius: 2px ; border-radius: 2px; float:left; margin-top:5px; padding: 3px;} +.employee_appraisal_details_full .status_div{ margin-top: 20px; padding: 6px 19px;} +.manager_feed_div .status_div.pending, .employee_appraisal_details_full .status_div.pending{ color:#a85e13;} +.manager_feed_div .status_div.completed, .employee_appraisal_details_full .status_div.completed{ color:#75bf0c;} +.managerresponsediv_msg{ padding: 8px 35px 8px 14px; + margin-bottom: 18px; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); + background-color: #fcf8e3; + border: 1px solid #fbeed5; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + margin: 2px auto 18px; text-align:center; + color: #c09853; font-size:16px; width:500px;} +.appraisalinfo{ font-size:16px; font-weight:normal; text-align:left; margin-bottom:20px; color:#4b4b4b; font-family: 'robotomedium';float:right; } +.feedforward_emp_status .appraisalinfo { float:none;} + +.deptinfo{ color:#333333; font-size:15px; font-weight:normal; text-align:left; margin-bottom:25px; float: left; text-transform: capitalize;} +.deptinfo span{color:#2590c2; font-size:15px; padding-left:3px;} +.new-form-ui .division.form_50{ width:105px;} +.new-form-ui .division.form_50 .select2-container{width: 92%;} +.new-form-ui .division.form_50 .select2-container .select2-choice{ width:81%;} +.select2-search input{ width:100% !important;} +.min-height-450{ min-height:450px;} +.margin-left-20{ margin-left:20px;} +.employee_appraisal-table .no_rborder{ border-right:none;} +.manage_feed_forward .users_left_list_div.users_list{ height:auto; background:#fff; clear:none; width:275px; position:relative; margin-right:60px; cursor:pointer;} +.manage_feed_forward .users_left_list_div.users_list:hover{ background:none repeat scroll 0 0 #f6f6f6; border-color:#1f8abc;} +.manage_feed_forward .users_left_list_div .profile_img img{ outline: medium none; border:none medium;} +.manage_feed_forward .member_name{ font-size:16px; color:#333333; font-family: 'robotoregular'; height: 15px; width: 161px;} +.manage_feed_forward ul{ list-style:none; text-align:left; clear:both; font-size:12px; font-family: 'robotolight'; font-weight:normal; color:#4b4b4b; padding-right: 10px; padding-left: 4px; padding-top: 14px; padding-bottom:10px;} +.manage_feed_forward ul li{ padding:3px 0 3px 0; margin-bottom: 1px;} +.manage_feed_forward ul li span.line_txt{ color:#333333; padding-left:15px; width: 86px; display:inline-block;} +.manage_feed_forward ul li span.line_txt_name{ padding-left:8px; display: inline-flex; height: 16px; overflow: hidden; padding-left: 8px; width: 143px;} +.manage_feed_forward ul li:nth-child(odd){ background:#f0f0f0; } +.manage_feed_forward ul li:nth-child(even){background:#f7f7f7;} +.manage_feed_forward .circle_rating{ -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; height:70px; width:70px; background:#666; position:absolute; right: -25px; top: -20px; text-align:center; color:#fff;} +.manage_feed_forward .rating_1{background:#df3f3d;} +.manage_feed_forward .rating_2{background:#ff5f00;} +.manage_feed_forward .rating_3{background:#e5b907;} +.manage_feed_forward .rating_4{background:#7bc242;} +.manage_feed_forward .rating_5{background:#00a650;} +.manage_feed_forward .circle_rating .rat_txt{ display:block; padding-top:10px; font-size:14px; font-family: 'robotolight';} +.manage_feed_forward .circle_rating .rat_num{ display:block; font-family: 'robotoregular'; font-size:24px;} +.comments_view{ text-align:left; padding-left: 0px; padding-bottom: 25px; font-family: 'robotoregular'; font-size:14px; color:#333;} +.left_list_panel{ float:left; position:absolute; width:240px; height:450px; } +.right_list_content{ float:left; padding-left:255px; width:auto; margin-bottom:40px; height:450px;} +#by_ques_right, #by_ques_left, #by_emp_left, #by_emp_right{height:450px !important;} +.left_list_panel .slimScrollDiv, .right_list_content .slimScrollDiv{height:450px !important;} +.right_list_content .employee_list_comme{ padding-right: 10px; width: 485px;} +ul.question_list{ list-style:none; border-right: 1px solid #e3e3e3;} +ul.question_list li{ padding:15px 15px 0 15px; cursor:pointer;} +ul.question_list li:hover{ background:#ccc;} +ul.question_list li.selected_question{ background:#7ed7b9 ;} +.rating_div{ float:left; width:250px; padding-left:5px;} +.lis_div{ clear:both;} +.rating_number{ font-size:46px; color:#e5b907; font-family: 'robotomedium'; margin-top: 21px; margin-bottom: 12px;} +.rating_star_1 .rating_number{ color:#df3a36;} +.rating_star_2 .rating_number{ color:#fd6100;} +.rating_star_3 .rating_number{ color:#e6b906;} +.rating_star_4 .rating_number{ color:#7ac245;} +.rating_star_5 .rating_number{ color:#01a850;} +.rating_number_txt{ display:inline-block;} +.rating_number .rating_txt_txt{font-family: 'robotolight'; font-size:16px; margin-left: -7px; display:inline-block; width:168px;} +.manager_feed_forward_pop .appraisal_details_type{ border-right:none; margin-top:13px; padding-right:0; width:280px;} +ul.question_list span.question_txt{ color:#4b4b4b; font-family: 'robotomedium'; font-size:14px; display:block; padding-bottom:2px;} +ul.question_list span.question_desc{ color:#4b4b4b; font-family: 'robotolight'; font-size:13px; border-bottom: 1px solid #e3e3e3; display:block; padding-bottom:15px;} +ul.question_list li:last-child span.question_desc{border-bottom:none;} +.rating_stars{ float:right;} +.emp_details_comments{ background:#ececec; padding:5px 8px; font-family: 'robotomedium'; font-size:14px; margin-bottom:3px; margin-top:18px;} +.emp_details_comments .emp_name{ color:#4b4b4b; width:293px; display:inline-block;} +.emp_details_comments .emp_id_txt{ color:#737373;} +.employee_list_comme .question_comments{ color:#4b4b4b; font-size:13px; font-family: 'robotolight'; padding-right:20px;} +.right_list_content .employee_list_comme:first-child .emp_details_comments{ margin-top:0;} +.by_employees ul.question_list li.selected_question{ background:none repeat scroll 0 0 transparent;} +.by_employees ul.question_list li:hover{background:none repeat scroll 0 0 transparent;} +.by_employees ul.question_list li:first-child{ padding-top:0;} +.by_employees ul.question_list{ border-right:none;} +.ques_title{ color:#4b4b4b; font-size:14px; font-family: 'robotolight'; padding:10px 0 10px 15px;} +.by_employees .users_left_list_div:hover, .by_employees .users_right_list_div:hover, .no_search_results:hover{background:none repeat scroll 0 0 transparent;} +.by_employees ul.question_list li:hover .users_left_list_div{ background:#CCC;} +.by_employees ul.question_list li.selected_question .users_left_list_div, .by_employees ul.question_list li.selected_question .users_right_list_div{ background:#7ed7b9;} +.by_employees ul.question_list li.selected_question .member_name, .by_employees ul.question_list li.selected_question .member_id, .by_employees ul.question_list li.selected_question .member_jname{ color:#737373;} +.by_employees .users_left_list_div, .by_employees .users_right_list_div{ margin:0; cursor:pointer;} +ul.toggle_button{ float:right; width:auto; display:inline-block; background:url(../images/toggole_bg.png) center !important;padding:5px 7px 6px 6px; margin-bottom:0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; list-style:none; margin-top:-44px; margin-right:20px;} +ul.toggle_button li{ display:table-cell; cursor:pointer; +width:auto !important; padding: 4px 9px !important; +background: #fefefe; /* Old browsers */ +background: -moz-linear-gradient(top, #fefefe 0%, #f8f8f8 100%); /* FF3.6+ */ +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */ +background: -webkit-linear-gradient(top, #fefefe 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */ +background: -o-linear-gradient(top, #fefefe 0%,#f8f8f8 100%); /* Opera 11.10+ */ +background: -ms-linear-gradient(top, #fefefe 0%,#f8f8f8 100%); /* IE10+ */ +background: linear-gradient(to bottom, #fefefe 0%,#f8f8f8 100%); /* W3C */ +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */} +ul.toggle_button li.active_toggle{background: #1a7bb0; /* Old browsers */ +background: -moz-linear-gradient(top, #1a7bb0 0%, #2d96c3 100%); /* FF3.6+ */ +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a7bb0), color-stop(100%,#2d96c3)); /* Chrome,Safari4+ */ +background: -webkit-linear-gradient(top, #1a7bb0 0%,#2d96c3 100%); /* Chrome10+,Safari5.1+ */ +background: -o-linear-gradient(top, #1a7bb0 0%,#2d96c3 100%); /* Opera 11.10+ */ +background: -ms-linear-gradient(top, #1a7bb0 0%,#2d96c3 100%); /* IE10+ */ +background: linear-gradient(to bottom, #1a7bb0 0%,#2d96c3 100%); /* W3C */ +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a7bb0', endColorstr='#2d96c3',GradientType=0 ); /* IE6-9 */ +color:#fff!important; +-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;} +.manager_feed_forward_pop{padding-bottom: 48px;} +.width_16{ width:16%;} +.right-ui-submit{ width:auto; float:right; margin-right:5%;} +.grou_name_lab{ font-family:"robotoregular"; font-size:15px;} +.grou_name{font-family: 'robotolight'; font-size:15px; text-transform:capitalize;} +.ui-dialog-content .total-form-controller{margin: 10px auto; width: 95%; float:none;} +.ui-dialog-content{ margin-bottom:10px;} +.mana_feed_search{margin-top: -34px; margin-left: 6px; position:absolute;} +.left_list_panel .no_search_results_right{ text-align:center;} +.manager_feed_div_block{ clear:both;} +.my_team_app_status{} +.deptinfo .head_txt{ color:#000; padding-left:16px;} +.appdetails{ padding-top:15px; clear:both;} +.appdetails .appraisalinfo{ padding-right:25px;} +.interview_shed_box{ background:#f2f2f2; border:1px solid #d3d3d3; -webkit-border-radius: 5px; -webkit-border-bottom-left-radius: 0; -moz-border-radius: 5px; -moz-border-radius-bottomleft: 0; border-radius: 5px; border-bottom-left-radius: 0; float:left; height:139px;} +.interview_shed_box ul li{ color:#333333; font-family: 'robotolight'; font-size:13px; text-align:left; list-style:none; margin-bottom: 10px; margin-top: 10px; padding-left: 35px; padding-right: 20px;} +.view_all_div{ float: right; margin: 10px 15px 15px 0; text-align: right; width: 100%;} +.interview_shed_block{margin-bottom: 25px;} +.left_block_shed{ float:left; width:230px;} +.dashboard_wid_box{ float:left; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background:#ccc; padding:20px; width:180px; height:140px; margin-right:20px;} +.dashboard_wid_box h4{ color:#fff; font-size:16px; font-family:"robotoregular"; font-weight:normal; text-align:left; } +.single_txt h4{ margin-top:30px; text-align:center;} +.single_txt h4 span{ font-size:48px;} +.dashboard_wid_box h4 .box_count_tol{ font-size:48px; font-family:"robotomedium"; float:left; line-height:20px; padding-right:7px; } +.dashboard_wid_box.emp_total h4 .box_count_tol{line-height:35px; width: 100%;} +.dashboard_wid_box.emp_total .dashboard_wid_box_inner{ float: left; margin-right: 18px; margin-top: 13px; width: 80px;} +.dashboard_wid_box_inner{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background:url(../images/trasparent_white.png) ; display:inline-block; margin-right:2px; width:86px; height:50px; margin-top:49px; font-size:14px; font-family: 'robotolight'; font-weight:normal; padding-top: 7px;} +.dashboard_wid_box_inner .box_count{ font-size:20px; display:block;} +.interview_shed_block h4{ background:#f2f2f2; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border:1px solid #d3d3d3; border-right:none; height:55px; text-align:left; clear:both; float:left; margin-top:15px; position: relative; width: 215px; padding-left:15px;} +.interview_shed_block h4 div{font-family:"robotoregular"; font-size:16px; color:#4b4b4b; font-weight:normal; padding-top:5px; } +.interview_shed_block h4 span{font-family:"robotoregular"; font-size:15px; color:#208bbd; font-weight:normal; } +.interview_shed_block .users_left_list_div{ border:none; outline:none; margin-top: 0px; margin-right: 0px; width:auto; } +.interview_shed_block .users_left_list_div .profile_img img{border:none; outline:none; margin-top: 0px; margin-right: 0px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; width:65px; height:65px;} +.interview_shed_block .member_name{font-family:"robotoregular"; font-size:16px; color:#333333; margin-top: 15px;} +.interview_shed_block .member_jname{ font-family:"robotolight"; font-size:14px; color:#4b4b4b; margin-top:3px;} +.no_of_emp{margin-top: 5px; margin-right: 18px; float:right; background:url(../images/no_of_emp.png) left center no-repeat; padding-left:35px;} +.interview_shed_block{margin-bottom: 20px;} +.emp_lable{font-family:"robotoregular"; font-size:12px; color:#fff; background:#65c3df; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding:2px 7px;} +.me_label{font-family:"robotoregular"; font-size:12px; color:#fff; background:#f8cb00; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding:2px 3px;} +.can_name_lable{ padding-left:8px; color:#333333;} +.txt_lable{ color:#777777; font-size:13px; padding-left: 3px;} +.txt_block{ font-size:13px; color:#333333;} +.emp_resume_link a{ color:#208bbd; text-decoration:none; padding-left:5px;} +.dashboard_bottom_box{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; width:295px; height:225px; background:#fff; float:left; } +.add_manager_response{ float:left; margin-left: 15px; width:306px; text-align:left; margin-top: -8px;} +.l_manager_txt{font-family:"robotomedium"; color:#343434; font-size:13px; } +.manager_links{ float:right; } +.manager_links span{ color: #208bbd; cursor: pointer; font-family: "robotoregular"; font-size: 14px; background:url(../images/divider.png) right center no-repeat; margin-right: 10px; padding-right: 14px;} +.manager_links span.mng_sclear{background:none repeat scroll 0 0 rgba(0, 0, 0, 0); margin-right: 0; padding-right: 0;} +.my_team_apprisal{padding-top: 15px; clear:both;} +.my_team_apprisal .employee_appraisal-table{clear: both; width: 100%; margin-top: 0px;} +.my_team_apprisal #tabs.employee_appraisal_tabs{clear: both; margin-top: 20px;} +.my_team_apprisal .employee_appraisal-table tr th:last-child, .my_team_apprisal .employee_appraisal-table tr td:last-child{ border-right:none;} +.performance_appraisal_rep .users_left_list_div .profile_img img{ border:none; outline:none; margin-top:0;} +.performance_appraisal_rep .member_name{ color:#343434; font-size:16px; font-family:"robotomedium"; width: 157px;} +.performance_appraisal_rep .member_id{margin-top: 3px; height: 16px;} +.performance_appraisal_rep .member_jname{} +.performance_appraisal_rep .employee_appraisal_details_full{ border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px;} +.performance_appraisal_rep{ background:#fdf9f8; margin:0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;} +.performance_appraisal_rep-border{-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border:1px solid #dbdbdb;} +.appraisal_rateyr_list{ float:left; min-width:400px; width:40%;} +.performance_appraisal_rep .chart-view-1{ width:51%;} +.performance_appraisal_rep .jqplot-target{ width:100% !important;} +.year_rating{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background:#fff; border:1px solid #dadada; width:175px; float:left; margin-right:20px; margin-bottom:20px;} +.year_rating .first_row{border-right: 1px solid #dadada; display: inline-block; float: left; height: 21px; padding-bottom: 4px; padding-top: 7px; width: 88px; font-family:"robotolight"; font-size:14px;} +.year_rating .second_row{display: inline-block; float: left; height: 21px; padding-bottom: 4px; padding-top: 7px; width: 84px; color:#4b4b4b; font-size:14px; font-family:"robotomedium"; } +.qe_col{ clear:both; height: 26px; padding-top: 4px; border-bottom: 1px solid #dadada; border-top: 1px solid #dadada; background:#f6f6f6; color:#4b4b4b;} +.qe_col a{ color:#4b4b4b; font-size:15px; font-family:"robotomedium"; text-decoration:none;} +.year_app_detailed{ background:#fff; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;} +.year_app_detail{ text-align:left; padding:20px; padding-bottom:6px;} +.yr_app_title{ color:#218bbd; font-size:15px; font-family:"robotomedium"; } +.yr_app_mana_title{ color:#4b4b4b; font-size:15px; margin-top: 13px; margin-bottom: 5px;} +.yr_app_rate{font-family:"robotolight"; font-size:15px; color:#4b4b4b;} +.yr_app_comm{ padding-top:6px; color:#777777; text-align: justify;} +.year_app_detail #tabs.employee_appraisal_tabs{ width:100%;} +.yr_app_comm span{ color:#323232;} +.yr_app_rate span{font-size:17px; font-family:"robotomedium";} +.my_team_app_search{width: 293px; margin-bottom: 15px;} +.search_emp_by_name_div.my_team_app_search input[type="button"]{right: 60px;} +.my_team_app_search .search_go{background-color: #218bbd; border: 0 none; color: #ffffff; padding-top: 6px; padding-bottom: 6px; margin-top: 3px; margin-left: -7px; cursor:pointer;} +.cls_close_skill{ background: url("../images/sprite.png") no-repeat scroll 0 -54px rgba(0, 0, 0, 0); cursor: pointer; display: block; text-indent: -254778px; width: 15px; height: 16px;} +.colour_1{ background:#f7c592;} +.colour_2{ background:#cfbaaa;} +.colour_3{ background:#9ac6e9;} +.colour_4{ background:#7ed7b9;} +.padding_20px{ padding:0 20px;} +@media only screen and (max-width : 1372px) { +ul.toggle_ul li .tab_title{ font-size:15px;} +} +@media only screen and (max-width : 1345px) { +ul.toggle_ul li .tab_title{ height: 32px;} +ul.toggle_ul li .step_round{ margin: 25px 11px 54px;} +ul.toggle_ul li .tab_txt{ padding-bottom:32px;} +} +@media only screen and (max-width : 1085px) { +ul.toggle_ul li .tab_title{ height: 51px;} +} \ No newline at end of file diff --git a/patches/patches_1.1.7/public/media/js/hrms.js b/patches/patches_1.1.7/public/media/js/hrms.js new file mode 100644 index 000000000..69b6c3785 --- /dev/null +++ b/patches/patches_1.1.7/public/media/js/hrms.js @@ -0,0 +1,5597 @@ +/********************************************************************************* + * This file is part of Sentrifugo. + * Copyright (C) 2014 Sapplica + * + * Sentrifugo 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 3 of the License, or + * (at your option) any later version. + * + * Sentrifugo 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 Sentrifugo. If not, see . + * + * Sentrifugo Support + ********************************************************************************/ + +$(document).ready(function(){ + $('#maincontentdiv').on('click', '[id^=pagination_] a span', function(){ + page_data = $('#pagenotext').val().split(' '); + if(page_data[1] == page_data[3]){ + location.hash = "mainDiv"; + } + }); + + apply_select2(); + /** + * In 'Management Details' add form, when user click on cancel button redirect user to previous page + * In 'Change Organization Head' form -> 'Existing Employee' tab, when user click on cancel button redirect user to previous page + * In 'Change Organization Head' form -> 'New Employee' tab, when user click on cancel button redirect user to employees grid page + */ + $("#btn_cancel").click(function() { + form_action = $(this).attr('name'); + if (form_action == 'add_org_head' || form_action == 'edit_org_head') { + history.go(-1); + } else if (form_action == 'add_new_org_head') { + window.location.href = base_url+"/employee"; + } + }); + +});//end of ready function + +function apply_select2() +{ + $('select:not(.not_appli)').select2() + .on("opening", function() { + $( ".hasDatepicker" ).datepicker("hide"); + }); +} + +var downloadPdf = function(url, formId){ + $.blockUI({ width:'50px',message: $("#spinner").html() }); + $('#generatereport').val('pdf'); + data = $(formId).serialize(); + $.ajax({ + type: "POST", + url: url, + data: data, + success: function(response) { + response = JSON.parse(response); + download_url = base_url + '/reports/downloadreport/file_name/' + response.file_name; + var $preparingFileModal = $("#preparing-file-modal"); + $.fileDownload(download_url, { + successCallback: function(url) { + $.unblockUI(); + }, + failCallback: function(responseHtml, url) { + $.unblockUI(); + jAlert('Download of the report failed'); + } + }); + return false; + } + }); +} +function display_child_reports() +{ + if($('#sub_reports').hasClass("config-up")) + { + $( '#sub_reports').removeClass("config-up"); + $( '#sub_reports').addClass("config-down"); + $('#sub_reports').show(); + $('#sub_reports').slideDown(); + } + else + { + $( '#sub_reports').removeClass("config-down"); + $( '#sub_reports').addClass("config-up"); + $('#sub_reports').hide(); + $('#sub_reports').slideUp(); + } + + var overlay = '
'; +} +function timepicker_onclose(id) +{ + $.blockUI({ width:'50px',message: $("#spinner").html() }); + var val= $('#'+id).val(); + var sel_date = $( "#interview_date" ).val(); + if(val != null && val != '') + { + $.post(base_url+"/index/gettimeformat",{sel_time:val},function(data){ + $('#'+id).val(data.timeformat); + $.unblockUI(); + },'json'); + } + else + { + $.unblockUI(); + } +} + +function disp_requisition(val,disp_id) +{ + $('#'+disp_id).val(''); + if(val != '') + { + $.post(base_url+"/employee/getemprequi",{cand_id:val},function(data){ + $('#'+disp_id).val(data.requi_code); + },'json'); + } +} +function getEmailOfUser(obj,email_id) +{ + var cand_id = $(obj).val(); + var email_obj = $('#'+email_id); + $('#errors-emailaddress').remove(); + if(cand_id !='') + { + $.post(base_url+"/usermanagement/getemailofuser",{cand_id:cand_id},function(data){ + email_obj.val(data.email); + },'json'); + } + else + { + email_obj.val(''); + } +} + function saveDetails(url,dialogMsg,toggleDivId,jsFunction){ + var actionurl = url.split( '/' ); + $("#formid").attr('action',base_url+"/"+url); + $("#formid").attr('method','post'); + $('#formid').ajaxForm({ + beforeSend: function(a,f,o) { + }, + dataType:'json', + success: function(response, status, xhr) { + $("#formid").find('.errors').remove(); + $("#formid").find('.borderclass').removeClass('borderclass'); + $("#formid").find('span[class^="errors_"]').remove(); + elementid = ''; + var i =0; + $.each(response, function(id) { + if(i == 0){ + firstelementid = id; + i++; + } + if(response['result'] != 'saved' ){ + $.each(this, function(k, v) { + if(elementid != id){ + elementid = id; + var formName = $('#formid').attr('name'); + if($("#"+id).length > 0){ + if(formName == 'Changepassword') + $("#"+id).parent().parent().append(getErrorHtml(v, id, '_'+id)); + else{ + $("#"+id).parent().parent().append(getErrorHtml(v, id,'')); + } + }else{ + $("[name="+id+"]").parent().parent().append(getErrorHtml(v, id,'')); + } + } + }); + } + }); + + if($(".errors").length > 0) + { + var varaible = window.location.pathname; + var x = varaible.lastIndexOf('/'); + if(varaible.substring(x+1) == "registration") + eval(jsFunction); + } + + if(response['result'] == 'saved' || response['result'] == 'fbsaved' || response['result'] == 'exception') { + if(toggleDivId.length > 2) + $("#"+toggleDivId).toggle("slow"); + + changepassworddefaultvalues(); + if(dialogMsg.length > 2) + eval(dialogMsg); + else + + eval(jsFunction); + + if(response['controller'] == 'pendingleaves' ) + window.location.href = base_url+'/pendingleaves'; + + if(response['nomessage'] != 'yes') + successmessage(response['message']); + + if(response['page'] == 'changepassword') + successmessagechange(response['message']); + } + + } + }); + } + + function getErrorHtml(formErrors , id, flag ) + { + var o = ''; + o += formErrors; + o += ''; + return o; + } + function changepassworddefaultvalues() + { + $('#password').val(''); + $('#newpassword').val(''); + $('#passwordagain').val(''); + } + + function successmessage(message){ + $("#error_message").css('display','block'); + $("#error_message").html("
"+message+"
"); + setTimeout(function(){ + $('#error_message').fadeOut('slow'); + },3000); + } + function error_message(message){ + $("#error_message").css('display','block'); + $("#error_message").html("
"+message+"
"); + setTimeout(function(){ + $('#error_message').fadeOut('slow'); + },3000); + } + + function successmessage_changestatus(message,flag,controllername) + { + var eleId = 'error_message_'+controllername; + $("#error_message").css('display','block'); + if($("#"+eleId).length == 0) + { + $("#error_message").attr("id","error_message_"+controllername); + $("#error_message_"+controllername).css('display','block'); + } + else + { + $("#error_message_"+controllername).css('display','block'); + } + $("#error_message_"+controllername).html('
'+message+'
'); + setTimeout(function(){ + $('#error_message_'+controllername).fadeOut('slow'); + },3000); + } +function successmessage_requeststatus(message,flag,controllername,url,flag_type) +{ + var eleId = 'error_message_'+controllername; + $("#error_message").css('display','block'); + if($("#"+eleId).length == 0) + { + $("#error_message").attr("id","error_message_"+controllername); + $("#error_message_"+controllername).css('display','block'); + } + else + { + $("#error_message_"+controllername).css('display','block'); + } + $("#error_message_"+controllername).html('
'+message+'
'); +setTimeout(function(){ + $('#error_message_'+controllername).fadeOut('slow',function(){ + if(flag_type != 'dont_redirect') + window.location = url; + }); + + },3000); +} + function redirecttocontroller(controllername) + { + $.blockUI({ width:'50px',message: $("#spinner").html() }); + window.location.href = base_url+'/'+controllername; + } + + function changeeditscreen(controllername,id) + { + $.blockUI({ width:'50px',message: $("#spinner").html() }); + window.location.href = base_url+'/'+controllername+'/edit/id/'+id; + } + + function redirecttoEditscreen(controllerName,actionName) + { + $.blockUI({ width:'50px',message: $("#spinner").html() }); + window.location.href = base_url+'/'+controllerName+'/'+actionName; + } + function changeviewscreen(controllername,id) + { + $.blockUI({ width:'50px',message: $("#spinner").html() }); + window.location.href = base_url+'/'+controllername+'/view/id/'+id; + } + + function changeempeditscreen(controllername,id) + { + $.blockUI({ width:'50px',message: $("#spinner").html() }); + window.location.href = base_url+'/'+controllername+'/edit/userid/'+id; + } + + function changeempviewscreen(controllername,id) + { + $.blockUI({ width:'50px',message: $("#spinner").html() }); + window.location.href = base_url+'/'+controllername+'/view/userid/'+id; + } + + function changemyempviewscreen(controllername,actionname,id) + { + $.blockUI({ width:'50px',message: $("#spinner").html() }); + window.location.href = base_url+'/'+controllername+'/'+actionname+'/userid/'+id; + } + + function changepopupeditscreen(controllername,id,unitid) + { + window.parent.$('#'+controllername+'Container').dialog('close'); + var url = base_url+'/holidaydates/editpopup/id/6/unitId/1/popup/1'; + setTimeout(function(){ + displaydeptform(url,''); + },2000); + } +var configurationsArr = new Array('employmentstatus','eeoccategory','jobtitles','payfrequency','remunerationbasis','positions','bankaccounttype','competencylevel','educationlevelcode','attendancestatuscode','workeligibilitydoctypes','employeeleavetypes','ethniccode','timezone','weekdays','monthslist','gender','maritalstatus','prefix','racecode','nationalitycontextcode','nationality','accountclasstype','licensetype','numberformats','identitycodes','emailcontacts','countries','states','cities','geographygroup','veteranstatus','militaryservice','currency','currencyconverter','language'); +function changestatus(controllername,objid,flag) +{ + var flagAr = flag.split("@#$"); + var i; + var msgdta = ' '; + for(i=0;i"); + $('#footer').append(''); + $.ajax({ + url: base_url+"/"+objname+"/index/format/html", + type : 'POST', + data : dataparam, + success : function(response){ + $('#grid_'+objname).html(response); + } + }); + + } + function getAjaxgridData(objname,dashboardcall) + { + var perpage = $("#perpage_"+objname).val(); + var page = $(".gotopage_input_"+objname).val(); + var sort = $("#sortval_"+objname).val(); + var by = $("#byval_"+objname).val(); + var searchData = $("#"+objname+"_searchdata").val(); + searchData = decodeURIComponent(searchData); + var formGridId = $("#formGridId").val(); + var unitId = '';mname='';mnuid=''; + if(formGridId == '' || formGridId == 'undefined' || typeof(formGridId) === 'undefined') + formGridId = ''; + else + { + unitId = formGridId.split("/"); + mname = unitId[0]; mnuid = unitId[1]; + + } + if(page == '' || page == 'undefined' || typeof(page) === 'undefined') + page = $(".currentpage").val(); + + var dataparam = 'per_page='+ perpage+'&page='+page+'&call=ajaxcall&objname='+objname+'&'+mname+'='+mnuid+'&dashboardcall='+dashboardcall+'&sort='+sort+'&by='+by; + if(searchData!='' && searchData!='undefined') + dataparam = dataparam+'&searchData='+searchData; + if(objname == 'servicerequests') + { + var v_val = $('#service_grid_status').val(); + if(typeof(v_val) == 'undefined') + v_val = ''; + dataparam = dataparam + '&t='+$('#service_grid').val()+ '&v='+v_val; + } + $('#'+objname+'_searchdata').remove(); + $('#footer').append(""); + $('#footer').append(''); + $.ajax({ + url: base_url+"/"+objname+"/index/format/html", + type : 'POST', + data : dataparam, + success : function(response){ + $('#grid_'+objname).html(response); + } + }); + + } + + function moreMenus(con) + { + if(con) + { + $('#moreMenusDiv').show(); + $('#moreLinkDiv').hide(); + } + else{ + $('#moreMenusDiv').hide(); + $('#moreLinkDiv').show(); + } + } + +function redirecttolink(link) +{ + $.blockUI({ width:'50px',message: $("#spinner").html() }); + window.location = base_url+'/'+link; + +} + +function closetab(ele,pagename,pagelink) +{ +var newURL = window.location.protocol + "//" + window.location.host; + + jQuery.ajax({ + url: base_url+'/index/clearsessionarray', + data: 'name='+pagename+'&link='+pagelink, + type: "POST", + dataType: "json", + beforeSend: function () { + $("#recentviewtext").before("
"); + $("#loader-recent").html(""); + }, + success: function(response){ + if(response['result'] == 'success'){ + $(ele).parent('li').remove(); + $("#loader-recent").remove(); + } + if(response['is_empty'] == 'yes') + { + $('#recentviewtext').html(''); + } + if(typeof($('.recentviewd').find('ul li').html()) == 'undefined') + $('#recentviewtext').html(''); + } + },'json'); +} +function removeOptions(ele){ + $(ele+" option").remove(); +} +function destroyandcreateCombobox(ele){ + jQuery(ele).trigger("liszt:updated"); + } + +function paginationndsorting(url){ + var myarr = url.split("/"); + if(url.indexOf('/call/ajaxcall') == -1) + url = url+'/call/ajaxcall'; + var dashboardcall = $("#dashboardcall").val(); + if(url.indexOf("objname") != -1) + { + divid = url.match(/objname\/(.*?)\//i)[1]; + } + + if(url.indexOf("sort") != -1) + { + var strSortParam = url.substring(url.lastIndexOf('sort')+5); + + var sortOrder = strSortParam.substring(0,strSortParam.lastIndexOf('by')-1); + + var sortBy = strSortParam.substring(strSortParam.lastIndexOf('by')+3); + $('#sort_param').val(sortBy+"/"+sortOrder); + } + var searchData = $("#"+divid+"_searchdata").val(); + var perfTimes = $("#gridblock *").serialize(); + searchData = decodeURIComponent(searchData); + $.post(url,{searchData:searchData,dashboardcall:dashboardcall} , function(response) { + $('#grid_'+divid).html(response); + },'html'); +} + +function refreshgrid(objname,dashboardcall) +{ + var employeeTabs = new Array('dependencydetails','creditcarddetails','visaandimmigrationdetails','workeligibilitydetails','disabilitydetails','empcommunicationdetails','empskills','empleaves','empholidays','medicalclaims','educationdetails','experiencedetails','trainingandcertificationdetails','emppersonaldetails','empperformanceappraisal','emppayslips','empbenefits','emprenumerationdetails','emprequisitiondetails','empadditionaldetails','empsecuritycredentials'); + var Url ="";var context =""; + var formGridId = $("#formGridId").val(); + var unitId = '';mname='';mnuid='';$('#columnId').remove(); + if(formGridId == '' || formGridId == 'undefined' || typeof(formGridId) === 'undefined') + formGridId = ''; + else + { + unitId = formGridId.split("/"); + mname = unitId[0]; mnuid = unitId[1]; + } + var url = document.URL.split('/'); + if($.inArray("mydetails",url) != -1) + { + context = 'mydetails'; + } + else if($.inArray("myemployees",url) != -1) + { + context = 'myteam'; + } + var dataparam = 'objname='+objname+'&refresh=refresh&call=ajaxcall'+'&'+mname+'='+mnuid+"&context="+context+"&dashboardcall="+dashboardcall; + + if(objname == 'servicerequests') + { + var v_val = $('#service_grid_status').val(); + if(typeof (v_val) == 'undefined') + v_val = ''; + dataparam = dataparam + '&t='+$('#service_grid').val()+'&v='+v_val; + } + Url = base_url+"/"+objname+"/index/format/html"; + $("#"+objname+"_searchdata").val(''); + $.ajax({ + url: Url, + type : 'POST', + data : dataparam, + success : function(response){ + $('#grid_'+objname).html(response); + } + }); +} +function refreshgrid_23092013(objname) +{ + var formGridId = $("#formGridId").val(); + var unitId = '';mname='';mnuid=''; + if(formGridId == '' || formGridId == 'undefined' || typeof(formGridId) === 'undefined') + formGridId = ''; + else + { + unitId = formGridId.split("/"); + mname = unitId[0]; mnuid = unitId[1]; + } + var dataparam = 'objname='+objname+'&refresh=refresh&call=ajaxcall'+'&'+mname+'='+mnuid; + $.ajax({ + url: base_url+"/"+objname+"/index/format/html", + type : 'POST', + data : dataparam, + success : function(response){ + $('#grid_'+objname).html(response); + } + }); +} + +function opensearch(objname) +{ + var dashboardcall = $("#dashboardcall").val(); + if($(".searchtxtbox_"+objname).is(":visible")) + { + $('.ui-datepicker-trigger').hide(); + $(".searchtxtbox_"+objname).hide(); + $("#search_tr_"+objname).hide(); + refreshgrid(objname,dashboardcall); + } + else + { + $('.ui-datepicker-trigger').show(); + $(".searchtxtbox_"+objname).show(); + $("#search_tr_"+objname).show(); + } +} + +function check_zerovalue(obj) +{ + var val = parseFloat(obj.value); + if(val == 0) + { + $('#errors-'+obj.id).remove(); + $('#'+obj.id).parent().append("No.of positions cannot be zero."); + } +} +function addslashes(string) { + return string.replace(/\\/g, '\\\\'). + replace(/\u0008/g, '\\b'). + replace(/\t/g, '\\t'). + replace(/\n/g, '\\n'). + replace(/\f/g, '\\f'). + replace(/\r/g, '\\r'). + replace(/'/g, '\\\''). + replace(/"/g, '\\"'); +} +function getsearchdata(objname,conText,colname,event,etype) +{ + if(etype == 'text') + { + var code = event.keyCode || event.which; + if(code != 13) + { + return ; + } + } + var dashboardcall = $("#dashboardcall").val(); + var employeeTabs = new Array('dependencydetails','creditcarddetails','visaandimmigrationdetails','workeligibilitydetails','disabilitydetails','empcommunicationdetails','empskills','empleaves','empholidays','medicalclaims','educationdetails','experiencedetails','trainingandcertificationdetails','emppersonaldetails','empperformanceappraisal','emppayslips','empbenefits','emprenumerationdetails','emprequisitiondetails','empadditionaldetails','empsecuritycredentials'); + var Url =""; + var perpage = $("#perpage_"+objname).val(); + if(perpage == 'undefined' || typeof(perpage) === 'undefined') + { + if(dashboardcall == 'Yes') + perpage = '10'; + else + perpage = '20'; + } + var page = $(".gotopage_input_"+objname).val(); + var formGridId = $("#formGridId").val(); + var unitId = '';var mname='';var mnuid='';var columnid = ''; + if(formGridId == '' || formGridId == 'undefined' || typeof(formGridId) === 'undefined') + formGridId = ''; + else + { + unitId = formGridId.split("/"); + mname = unitId[0]; mnuid = unitId[1]; + } + var searchData = '{'; + $('.searchtxtbox_'+objname).each(function() { + if(this.value != '') + { + searchData += '"'+this.id+'":"'+encodeURIComponent(this.value)+'",'; + if(columnid == '') + columnid = colname; + } + }); + searchData = searchData.substr(0,(searchData.length - 1)); + if(searchData !='' && searchData !='undefined') + searchData += '}'; + if(page == '' || page == 'undefined' || typeof(page) === 'undefined') + page = $(".currentpage").val(); + page = 1; + var dataparam = 'per_page='+ perpage+'&page='+page+'&call=ajaxcall&objname='+objname+'&'+mname+'='+mnuid+'&context='+conText+'&dashboardcall='+dashboardcall; + if(searchData != '' && searchData != '{}') + dataparam = dataparam+'&searchData='+searchData; + if(objname == 'servicerequests') + { + var v_val = $('#service_grid_status').val(); + if(typeof (v_val) == 'undefined') + v_val = ''; + dataparam = dataparam + '&t='+$('#service_grid').val()+'&v='+v_val; + } + $('#'+objname+'_searchdata').remove(); + $('#objectName').remove(); + $('#footer').append(""); + $('#footer').append(''); + if ($("#columnId").length) + $('#columnId').val(columnid); + else $('#footer').append(''); + Url = base_url+"/"+objname+"/index/format/html"; + + $.ajax({ + url: Url, + type : 'POST', + data : dataparam, + success : function(response){ + $('#grid_'+objname).html(response); + } + }); + +} + +function getrolepopup(group_id,sort_name,sort_type,dialog_id) +{ + var myPos = [ $(window).width() / 5, 150 ]; + $('#'+dialog_id).dialog({ + resizable: false, + modal: true, + title: 'Roles', + position :myPos, + open:function(){ + $.blockUI({ width:'50px',message: $("#spinner").html() }); + $('.ui-widget-overlay').addClass('ui-front-overwrite'); + $('.ui-dialog').removeClass('ui-dialog-buttons'); + $('.ui-dialog').removeClass('ui-front'); + $('.ui-dialog').addClass('ui-btn-overwrite'); + $.post(base_url+"/reports/getrolepopup/format/html",{group_id:group_id,sort_name:sort_name,sort_type:sort_type},function(data){ + $('#'+dialog_id).html(data); + $.unblockUI(); + },'html'); + + }, + close:function(){ + $('#'+dialog_id).html(''); + $('#'+dialog_id).dialog('destroy'); + } + }); +} + +function emprolesgroup_popup(group_id,role_id,page_no,sort_name,sort_type,dialog_id,per_page) +{ + var myPos = [ $(window).width() / 5, 150 ]; + $('#'+dialog_id).dialog({ + resizable: false, + + modal: true, + title: 'Employees/Users', + position :myPos, + open:function(){ + $('.ui-widget-overlay').addClass('ui-front-overwrite'); + $('.ui-dialog').removeClass('ui-dialog-buttons'); + $('.ui-dialog').removeClass('ui-front'); + $('.ui-dialog').addClass('ui-btn-overwrite'); + $.blockUI({ width:'50px',message: $("#spinner").html() }); + $.post(base_url+"/reports/emprolesgrouppopup/format/html",{per_page:per_page,group_id:group_id,role_id:role_id,page_no:page_no,sort_name:sort_name,sort_type:sort_type},function(data){ + $('#'+dialog_id).html(data); + $.unblockUI(); + },'html'); + + }, + close:function(){ + $('#'+dialog_id).dialog('destroy'); + $('#'+dialog_id).html(''); + } + }); +} +function selectrow(objid,tr) +{ + var row = $(tr); + if(!row.hasClass('newclass')){ + row.addClass('newclass') + .siblings() + .removeClass('newclass'); + } +} +function viewrecord(objname) +{ + var hrefData = $('#'+objname+' .newclass').children().children().children().attr('name'); + var id = hrefData; + if(typeof(id) !== 'undefined') + { + $.ajax({ + url: base_url+"/"+objname+"/view/format/html", + type : 'POST', + data : 'id='+id+'&call=ajaxcall', + dataType: 'html', + success : function(response){ + $("#quickview").html(response); + $("#quickview").dialog({ + resizable: false, + height:'auto', + modal: true, + title: 'View Data', + width: 600 + + }); + } + }); + } + else return false; +} + +function getApprReqData(obj) +{ + var rval = obj.value; + $('#emp_type,#additional_info,#priority,#exp_range,#orderdate,#businessunit,#department,#position,#report_manager,#jobtitle,#no_of_positions,#jobdescription,#required_skills,#required_qualifications').html(''); + if(rval != '') + { + $.post(base_url+"/default/requisition/getapprreqdata",{req_id:rval},function(data){ + $('#orderdate').html(data.onboard_date); + $('#businessunit').html(data.unitname); + $('#department').html(data.deptname); + $('#position').html(data.positionname); + $('#report_manager').html(data.emp_name); + $('#jobtitle').html(data.jobtitlename); + $('#no_of_positions').html(data.req_no_positions); + $('#jobdescription').html(data.jobdescription); + $('#required_skills').html(data.req_skills); + $('#required_qualifications').html(data.req_qualification); + $('#exp_range').html(data.req_exp_years); + $('#emp_type').html(data.emp_type); + $('#priority').html(data.req_priority); + $('#additional_info').html(data.additional_info); + },'json'); + } +} + +function getdepts_req(obj,dept_id,position_id) +{ + var val = $(obj).val(); + $('#email_cnt').val(''); + $.post(base_url+"/default/requisition/getdepartments",{bunitid:val},function(data){ + $('#'+dept_id).find('option').remove(); + $('#'+dept_id).html(data.options); + $('#s2id_'+dept_id).find('a.select2-choice').find('span').html('Select Department'); + var opt_len = $('#'+dept_id).find('option').length; + if(opt_len == 1) + { + $("#errors-"+dept_id).remove(); + $('#'+dept_id).parent().append("Departments are not configured for this business unit."); + } + getemail_cnt(val) + },'json'); +} + +function getemail_cnt(bunit_id) +{ + $('#email_cnt').val(''); + if(bunit_id != '') + { + $.post(base_url+"/default/requisition/getemailcount",{bunitid:bunit_id},function(data){ + $('#email_cnt').val(data.count); + },'json'); + } +} +function getpositions_req(dept_id,bunit_id,position_id,job_id) +{ + var dept_val = $('#'+dept_id).val(); + var bunit_val = $('#'+bunit_id).val(); + var job_val = $('#'+job_id).val(); + if(job_val != '') + { + $.post(base_url+"/default/requisition/getpositions",{bunitid:bunit_val,dept_id:dept_val,job_id:job_val},function(data){ + $('#'+position_id).find('option').remove(); + $('#'+position_id).html(data.options); + $('#s2id_'+position_id).find('a.select2-choice').find('span').html('Select Position'); + var opt_len = $('#'+position_id).find('option').length; + if(opt_len == 1) + { + $("#errors-"+position_id).remove(); + $('#'+position_id).after("Positions are not configured yet."); + } + },'json'); + } + else + { + $('#'+position_id).find('option').remove(); + $('#s2id_'+position_id).find('a.select2-choice').find('span').html('Select Position'); + $('#'+position_id).html(""); + } +} +function bunit_emailcontacts(bunit_id) +{ + var bunit = $('#'+bunit_id).val(); + if(bunit != '') + { + $("#errors-group_id").remove(); + $.post(base_url + "/emailcontacts/getgroupoptions",{bunit:bunit},function(data){ + $('#group_id').find('option').remove(); + $('#group_id').html(data.options); + $('#s2id_group_id').find('a.select2-choice').find('span').html('Select Group'); + var opt_len = $('#group_id').find('option').length; + if(opt_len == 1) + { + $("#errors-group_id").remove(); + $('#group_id').parent().append("No more groups are available for this business unit."); + } + },'json'); + } +} + +function getStates_cand(country_id,state_id,city_id) +{ + var country_val = $('#'+country_id).val(); + $.post(base_url+"/default/states/getstatescand",{country_id:country_val},function(data){ + $('#'+state_id).find('option').remove(); + $('#'+city_id).find('option').remove(); + $('#'+state_id).html(data.options); + $('#s2id_'+state_id).find('a.select2-choice').find('span').html('Select State'); + $('#s2id_'+city_id).find('a.select2-choice').find('span').html('Select City'); + },'json'); + +} + +function getcities_cand(state_id,city_id) +{ + var state_val = $('#'+state_id).val(); + $.post(base_url+"/default/cities/getcitiescand",{state_id:state_val},function(data){ + $('#'+city_id).find('option').remove(); + $('#'+city_id).html(data.options); + $('#s2id_'+city_id).find('a.select2-choice').find('span').html('Select City'); + },'json'); + +} + +function check_child_roles(menu_id,con) +{ + var chk_obj = $('#idcheckbox'+menu_id); + var chk_status = chk_obj.prop('checked'); + var parent_id = chk_obj.attr('parent_id'); + var rad_btns_yes = new Array('cls_radio_add_yes','cls_radio_edit_yes','cls_radio_delete_yes','cls_radio_view_yes','cls_radio_upatt_yes','cls_radio_viewatt_yes'); + var rad_btns_no = new Array('cls_radio_add_no','cls_radio_edit_no','cls_radio_delete_no','cls_radio_view_no','cls_radio_upatt_no','cls_radio_viewatt_no'); + + var complete_width = $('.poc-ui-data-control').width(); + $('.left-block-ui-data').css("width", "230"); + $('.right-block-data').css("width", (complete_width-(263))); + + var classList =chk_obj.attr('class').split(/\s+/); + if(chk_status) + { + $.each( classList, function(index, item){ + if (item !== 'cls_checkboxes') { + + var carr = item.split('_'); + + $('#idcheckbox'+carr[1]).prop('checked',true); + $('#idcls_checkboxes_'+carr[1]).show('slow','swing'); + $('.cls_radiomenu_yes_'+carr[1]).prop('checked',true); + } + + }); + + $('.childclass_'+menu_id).prop('checked',true); + if(con == '') + { + var menu_chk_len = $('.cls_radiomenu_yes_'+menu_id).length;//for checking no.of checkboxes for menu items like reports + if(menu_chk_len > 0) + $('.cls_radiobuttons_div'+menu_id).show('slow','swing'); + } + $('.cls_radiomenu_yes_'+menu_id).prop('checked',true); + for(i = 0;i < rad_btns_yes.length;i++) + { + $('.'+rad_btns_yes[i]+menu_id).prop('checked',true); + } + } + else + { + $('.childclass_'+menu_id).prop('checked',false); + if(con == '') + $('.cls_radiobuttons_div'+menu_id).hide('slow','swing'); + $('.cls_radiomenu_yes_'+menu_id).prop('checked',false); + $('.cls_radiomenu_no_'+menu_id).prop('checked',false); + for(i = 0;i < rad_btns_yes.length;i++) + { + $('.'+rad_btns_yes[i]+menu_id).prop('checked',false); + $('.'+rad_btns_no[i]+menu_id).prop('checked',false); + } + var chk_cnt = $('.childclass_'+parent_id+':checked').length; + if(chk_cnt == 0) + { + $('#idcheckbox'+parent_id).prop('checked',false); + $('.cls_radiobuttons_div'+parent_id).hide('slow','swing'); + $('.cls_radiomenu_yes_'+parent_id).prop('checked',false); + $('.cls_radiomenu_no_'+parent_id).prop('checked',false); + for(i = 0;i < rad_btns_yes.length;i++) + { + $('.'+rad_btns_yes[i]+parent_id).prop('checked',false); + $('.'+rad_btns_no[i]+parent_id).prop('checked',false); + } + $.each( classList, function(index, item){ + if (item !== 'cls_checkboxes' && item !== 'childclass_'+parent_id) { + var carr = item.split('_'); + $('#idcheckbox'+carr[1]).prop('checked',false); + $('.cls_radiobuttons_div'+carr[1]).hide('slow','swing'); + $('.cls_radiomenu_yes_'+carr[1]).prop('checked',false); + $('.cls_radiomenu_no_'+carr[1]).prop('checked',false); + for(i = 0;i < rad_btns_yes.length;i++) + { + $('.'+rad_btns_yes[i]+carr[1]).prop('checked',false); + $('.'+rad_btns_no[i]+carr[1]).prop('checked',false); + } + } + + }); + } + } + var checked_checkboxes = parseInt($('.cls_checkboxes:checked').length); + if(checked_checkboxes >0) + { + $('#prev_cnt').val('1'); + } + else + { + $('#prev_cnt').val(''); + } +} + +function checkradio_child_roles(class_name,obj) +{ + var checked_status = obj.checked; + var id = obj.id; + $('.'+class_name).prop('checked',checked_status); + var parent_cls = "cls_radiomenu_yes_"; + var parent_id = $('#'+id).attr("data-parent"); + var clen = $("."+parent_cls+parent_id+":checked").length; + if(clen == 0) + { + $('#idcheckbox'+parent_id).trigger('click'); + $('#idcheckbox'+parent_id).prop('checked',false); + + } +} +function checkradio_child_roles_original(class_name) +{ + $('.'+class_name).prop('checked',true); +} + +function displayCountryCode(ele) +{ + var id; + if(ele.selectedIndex != -1){ + id = ele[ele.selectedIndex].value; + }else{ + id = ''; + } + if(id == 'other') + { + $('#othercountrydiv').show(); + $("#countrycode").val(""); + $("#citizenship").val(""); + $('#countrycode').removeAttr('onfocus'); + $("#countrycode").attr("readonly", false); + } + else{ + $.ajax({ + url: base_url+"/countries/getcountrycode", + type : 'POST', + dataType: 'json', + data : 'coutryid='+id, + success : function(response){ + if(response[0]['country_code'] !='') + { + $("#countrycode").attr("readonly", true); + $('#countrycode').val(response[0]['country_code']); + $('#othercountrydiv').hide(); + $("#citizenship").val(""); + }else + { + $("#countrycode").attr("readonly", true); + $('#countrycode').val('default'); + $('#othercountrydiv').hide(); + $("#citizenship").val(""); + } + } + }); + } +} +function displaydeptform(url,menuname) +{ + $.ajax({ + type:"post", + url:base_url+'/index/checkisactivestatus', + dataType:'json', + success: function(response) + { + if(typeof (response['result']) == 'undefined' || response['result'] == 'false' || response['result'] == '') + { + window.location.href = base_url+'/index'; + } + else if(response['result'] == 'true') + { + var urlArr = url.split('/'); + var baseurlArr = base_url.split('/'); + var request_hostname = window.location.hostname; + var job_title = '';var country_id = ''; var country = '';var state_id = ''; var state = ''; + var flag = 'yes'; + var urlsplitArr = url.split("/"); + var controllername = urlArr[baseurlArr.length]; + if(menuname == 'Employment Status'){ + if($('#screenflag').length > 0){ + screenflag = $('#screenflag').val(); + + if(url.indexOf('addpopup') != -1){ + url =url+'/screenflag/'+screenflag; + } + } + } + if(menuname == 'Position'){ + jobtitle_id = $('#jobtitle_id').val(); + if(jobtitle_id!=null && jobtitle_id.length>0){ + job_title = jobtitle_id; + }else{ + jobtitle = $('#jobtitle').val(); + if(jobtitle!=null && jobtitle.length>0){ + job_title = jobtitle; + } + } + if(url.indexOf('addpopup') != -1){ + url =url+'/jobtitleid/'+job_title; + } + } + if(menuname == 'State') + { + country_id = $('#country').val(); + if(country_id == '' || typeof country_id == 'undefined') + { + country_id = $('#country_1').val(); + } + if(country_id == '' || typeof country_id == 'undefined') + { + country_id = $('#countryid').val(); + } + if(country_id == '' || typeof country_id == 'undefined') + { + country_id = $('#perm_country').val(); + } + if(country_id!=null && country_id.length>0) + { + country = country_id; + } + if(url.indexOf('addpopup') != -1 || url.indexOf('addnewstate') != -1) + { + url =url+'/selectcountryid/'+country; + } + } + if(menuname == 'City') + { + country_id = $('#country').val(); + state_id = $('#state').val(); + if(country_id == '' || typeof country_id == 'undefined') + country_id = $('#country_1').val(); + if(country_id == '' || typeof country_id == 'undefined') + country_id = $('#countryid').val(); + if(country_id == '' || typeof country_id == 'undefined') + country_id = $('#perm_country').val(); + if(state_id == '' || typeof state_id == 'undefined') + state_id = $('#state_1').val(); + if(state_id == '' || typeof state_id == 'undefined') + state_id = $('#perm_state').val(); + if(country_id != null && country_id.length > 0 && typeof country_id != 'undefined') + { + country = country_id; + } + if(state_id != null && state_id.length > 0 && typeof state_id != 'undefined') + { + state = parseInt(state_id); + } + if(url.indexOf('addpopup') != -1 || url.indexOf('addnewcity') != -1) + { + url =url+'/selectcountryid/'+country+'/selectstateid/'+state; + } + } + if(controllername =='interviewrounds') + { + var act_name = ''; + if(url.indexOf("interviewrounds") != -1) + { + act_name = url.match(/interviewrounds\/(.*?)\//i)[1]; + } + var deptid = ''; + deptid = $('#deptidHidden').val(); + if(url.indexOf('deptid') == -1) + { + if(deptid!= '' && typeof(deptid) !== 'undefined') + url = url+'/deptid/'+deptid; + } + var int_status = $('#hiddeninterview_status').val(); + var round_status = $('#previousstatus').val(); + var round_count = $('#interviewroundcount').val(); + if(act_name == 'editpopup') + { + if(int_status == 'Completed') + { + jAlert('As the interview process is completed, you cannot edit the record.'); + flag = 'no'; + } + else + { + flag = 'yes'; + } + } + else if(act_name == 'addpopup') + { + if(int_status == 'Completed' || (round_status != 'Schedule for next round' && round_status !=''))//&& round_status != 'Qualified' && round_status != 'Selected' + { + if(int_status == 'Completed') + jAlert('The interview is completed for the candidate. So you cannot assign a new round to the candidate.'); + else + jAlert('The candidate is not scheduled to the next round. So you cannot assign a new round to the candidate.'); + flag = 'no'; + } + else + { + if(round_status == '' && round_count != 0) + { + flag = 'no'; + jAlert('The candidate is not scheduled to the next round. So you cannot assign a new round to the candidate.'); + } + else + { + flag = 'yes'; + } + } + } + else + { + flag = 'yes'; + } + } + if(flag == 'yes'){ + $("body").append('
'); + + var capitalizedtitle = ''; + if(menuname !='') + { + capitalizedtitle = menuname; + }else + { + capitalizedtitle = controllername.substr(0, 1).toUpperCase() + controllername.substr(1); + if(controllername == 'apprreqcandidates') + { + capitalizedtitle = "Candidate Details"; + }else if(controllername == 'processes') + { + capitalizedtitle = "Background check process"; + } + } + $(".closeAttachPopup").remove(); + window.parent.$('#'+controllername+'Container').dialog({ + open:function(){ + $('#'+controllername+'Container').css('display','block'); + $('#'+controllername+'Cont').attr('src', url); + $(document).bind('keydown',function(e) { + + if (e.keyCode === 8) { + return false; + }; + }); + }, + close: function() { + $('#blockingdiv').remove(); + $('#'+controllername+'Cont').attr('src', ''); + $(document).unbind('keydown'); + }, + title: capitalizedtitle, + height:'auto', + draggable:false, + width: 780 + }); + $('#processesCont').contents().find('input[name="bg-check-details-id"]').val(urlsplitArr[5]); + } + }else + { + window.location.href = base_url+'/index'; + } + }, + global: false + }); + +} +function displaydeptform_frame(url,menuname) +{ + var job_title = '';var country_id = ''; var country = ''; + var flag = 'yes'; + var urlsplitArr = url.split("/"); + if(url.indexOf('http') != -1 || url.indexOf('https') != -1) + var controllername = urlsplitArr[3]; + else + var controllername = urlsplitArr[2]; + if(menuname == 'Position'){ + jobtitle_id = $('#jobtitle_id').val(); + if(jobtitle_id!=null && jobtitle_id.length>0){ + job_title = jobtitle_id; + }else{ + jobtitle = $('#jobtitle').val(); + if(jobtitle!=null && jobtitle.length>0){ + job_title = jobtitle; + } + } + if(url.indexOf('addpopup') != -1){ + url =url+'/jobtitleid/'+job_title; + } + } + if(menuname == 'State'){ + country_id = $('#country').val(); + if(country_id!=null && country_id.length>0){ + country = country_id; + } + if(url.indexOf('addpopup') != -1){ + url =url+'/selectcountryid/'+country; + } + } + if(flag == 'yes'){ + $("body").append('
'); + var capitalizedtitle = ''; + if(menuname !='') + { + capitalizedtitle = menuname; + }else + { + capitalizedtitle = controllername.substr(0, 1).toUpperCase() + controllername.substr(1); + if(controllername == 'apprreqcandidates') + { + capitalizedtitle = "Candidate Details"; + }else if(controllername == 'processes') + { + capitalizedtitle = "Background check process"; + } + } + $(".closeAttachPopup").remove(); + window.parent.$('#'+controllername+'Container').dialog({ + open:function(){ + $('#'+controllername+'Container').css('display','block'); + window.parent.$('#'+controllername+'Cont').attr('src', url); + $(document).bind('keydown',function(e) { + + if (e.keyCode === 8) { + return false; + }; + }); + }, + close: function() { + $('#blockingdiv').remove(); + $('#'+controllername+'Cont').attr('src', ''); + $(document).unbind('keydown',function(e) {}); + }, + title: capitalizedtitle, + height:'auto', + width: 780 + }); + $('#processesCont').contents().find('input[name="bg-check-details-id"]').val(urlsplitArr[5]); + } + +} + +function closeframe(id) +{ + window.parent.$('#DepartmentContainer').dialog("close"); +} + +function refreshgridfromIframe(objname,dashboardcall) +{ + var Url ="";var context =""; + var formGridId = window.parent.$("#formGridId").val(); + var unitId = '';mname='';mnuid='';$('#columnId').remove(); + if(formGridId == '' || formGridId == 'undefined' || typeof(formGridId) === 'undefined') + { + formGridId = ''; + var curUrl = window.parent.$(location).attr('href'); + mname = 'unitId'; + lastChar = curUrl.substr(curUrl.length - 1); + if(lastChar != '/') + curUrl = curUrl+'/'; + if(curUrl.indexOf("id") != -1) + { + mnuid = curUrl.match(/id\/(.*?)\//i)[1]; + } + } + else + { + unitId = formGridId.split("/"); + mname = unitId[0]; mnuid = unitId[1]; + } + if(window.parent.$('#grid_'+objname).length == 0) + { + window.parent.$('.total-form-controller').after('
'); + } + window.parent.$('#createdept').remove(); + var dataparam = 'objname='+objname+'&refresh=refresh&call=ajaxcall'+'&'+mname+'='+mnuid+"&context="+context+"&dashboardcall="+dashboardcall; + Url = base_url+"/"+objname+"/index/format/html"; + window.parent.$("#"+objname+"_searchdata").val(''); + $.ajax({ + url: Url, + type : 'POST', + data : dataparam, + success : function(response){ + window.parent.$('#grid_'+objname).html(response); + } + }); +} + +function closeiframepopup(controllername,con) +{ + if($('#'+controllername+'Container', window.parent.document).html() !='null' && con == 'cancel') + { + window.parent.$('#'+controllername+'Container').dialog('close'); + /* form_action = $("#btn_cancel").attr('name'); + if (form_action == 'add_org_head') { + window.location.href = base_url+"/employee"; + } else if (form_action == 'edit_org_head') { + history.go(-1); + }*/ + } + else if(con == 'refreshgrid') + { + window.parent.refreshgridfromIframe(controllername,'No'); + window.parent.$('#'+controllername+'Container').dialog('close'); + } + else + { + parent.window.location.reload(); + } +} + +function removeselectoptions(con) +{ + if(con == 'country' || con == 'country_1' || con == 'perm_country') + { + window.parent.$('#state').find('option').remove(); + window.parent.$('#s2id_state .select2-choice span').html('Select state'); + window.parent.$('#state_1').find('option').remove(); + window.parent.$('#s2id_state_1 .select2-choice span').html('Select state'); + window.parent.$('#perm_state').find('option').remove(); + window.parent.$('#s2id_perm_state .select2-choice span').html('Select state'); + } + window.parent.$('#city').find('option').remove(); + window.parent.$('#s2id_city .select2-choice span').html('Select city'); + window.parent.$('#city_1').find('option').remove(); + window.parent.$('#s2id_city_1 .select2-choice span').html('Select city'); + window.parent.$('#perm_city').find('option').remove(); + window.parent.$('#s2id_perm_city .select2-choice span').html('Select city'); +} + +function closeiframeAddPopup(addpopupdata,controllername,con,textstr) +{ + var option = ''; + if(textstr != '') + { + var defOption = ""; + window.parent.$('#s2id_'+con+' .select2-choice span').html('Select '+textstr); + + }else{ + + if(con != 'bg_checktype') + { + var defOption = ""; + window.parent.$('#s2id_'+con+' .select2-choice span').html(''); + } + } + if(con == 'country' || con == 'country_1' || con == 'state' || con == 'state_1') + { + removeselectoptions(con); + } + window.parent.$("#"+con).find('option').remove(); + window.parent.$("#"+con).parent().find('.select2-container').find('.select2-search-choice').remove(); + window.parent.$("#"+con).html(defOption+addpopupdata); + if($('#'+controllername+'Container', window.parent.document).html() !='null') + { + window.parent.$('#'+controllername+'Container').dialog('close'); + window.parent.$('#errors-'+con).remove(); + } +} +function closeiframeAddPopup_identity(addpopupdata,controllername,con,prev_cntrl) +{ + if(prev_cntrl == 'usermanagement') + { + window.parent.$("#"+con).find('option').remove(); + window.parent.$("#"+con).parent().find('.select2-container').find('.select2-search-choice').remove(); + window.parent.$("#"+con).html(addpopupdata); + window.parent.$('#s2id_'+con).find('a.select2-choice').find('span').html(window.parent.$("#"+con+" option:first").text()); + } + else if(prev_cntrl == 'organisationinfo') + { + window.parent.$("#"+con).val(addpopupdata); + } + else if(prev_cntrl == 'employee') + { + window.parent.$("#"+con).val(addpopupdata); + window.parent.$("#spanempid").html(addpopupdata); + } + if($('#'+controllername+'Container', window.parent.document).html() !='null') + { + window.parent.$('#'+controllername+'Container').dialog('close'); + window.parent.$('#errors-'+con).remove(); + } +} +function closeiframeAddPopup_frame(addpopupdata,controllername,con,textstr,prev_iframename) +{ + if($('#'+controllername+'Container', window.parent.document).html() !='null') + { + window.parent.$('#'+controllername+'Container').dialog('close'); + } + if(prev_iframename == 'empskillsCont') + { + mobj = window.top.empskillsCont; + } + var option = ''; + if(textstr != '') + { + var defOption = ""; + mobj.$('#s2id_'+con+' .select2-choice span').html('Select '+textstr); + }else{ + var defOption = ""; + mobj.$('#s2id_'+con+' .select2-choice span').html(''); + } + mobj.$("#"+con).find('option').remove(); + mobj.$("#"+con).parent().find('.select2-container').find('.select2-search-choice').remove(); + mobj.$("#"+con).html(defOption+addpopupdata); +} + +function closeiframepopup_03102013(controllername,con) +{ + window.parent.$('#'+controllername+'Container').dialog('close'); + if(con != 'cancel') + parent.window.location.reload(); +} + + + +function displayStateCode(ele) +{ + id = $("#state").val()+','; + var idarray = id.split(','); + var idarray = idarray[idarray.length-2]; + if(idarray == 'other') + { + $('#otherstatediv').show(); + } + else + { + $('#otherstatediv').hide(); + } +} + + +function displayCityCode(ele) +{ + id = $("#city").val()+','; + var idarray = id.split(','); + var idarray = idarray[idarray.length-2]; + if(idarray == 'other') + { + $('#othercitydiv').show(); + } + else + { + $('#othercitydiv').hide(); + } +} +function displayParticularState(ele,con,eleId,countryid){ + var id; + if(countryid !='') + { + id = countryid; + }else + { + if(ele.selectedIndex != -1){ + id = ele[ele.selectedIndex].value; + }else{ + id = ''; + } + } + if(id !='') + { + $.ajax({ + url: base_url+"/index/getstates/format/html", + type : 'POST', + data : 'country_id='+id+'&con='+con, + dataType: 'html', + beforeSend: function () { + $("#"+eleId).before("
"); + $("#loader").html(""); + }, + success : function(response){ + if($.trim(response) == 'nostates') + { + $("#loader").remove(); + $("#errors-"+eleId).remove(); + if(con == 'otheroption') + { + $('#s2id_'+eleId).find('ul li:not(:last)').remove(); + $("#"+eleId).html(""); + $('#'+eleId).parent().append("All states have been configured already."); + } + else + { + if($('#'+eleId).parent().find("span.add-coloum").length > 0) + $('#'+eleId).parent().find("span.add-coloum").prepend("States are not configured yet."); + else + $('#'+eleId).parent().append("States are not configured yet."); + $("#"+eleId).find('option').remove(); + $("#s2id_"+eleId).find("span").html("Select State"); + $("#"+eleId).prepend(""); + } + } + if(response != '' && response != 'null' && $.trim(response) != 'nostates') + { + $('#s2id_'+eleId+' .select2-choice span').html('Select state'); + $("#"+eleId).parent().find('.select2-container').find('.select2-search-choice').remove(); + $("#loader").remove(); + if($("#errors-"+eleId).is(':visible')) + $("#errors-"+eleId).hide(); + $("#"+eleId).html(response); + if($("#otherstatediv").is(':visible')) + $('#otherstatediv').hide(); + if(countryid!='') + { + $('#s2id_'+eleId).find('span').html($("#perm_state option:selected").text()); + $("#"+eleId).val($("#perm_state option:selected").val()); + } + + if(eleId == 'perm_state') + { + $('#perm_city').find('option').remove(); + $('#s2id_perm_city .select2-choice span').html('Select city'); + } + else if(eleId == 'current_state') + { + $('#current_city').find('option').remove(); + $('#s2id_current_city .select2-choice span').html('Select city'); + } + else if(eleId == 'state') + { + $('#city').find('option').remove(); + $('#s2id_city .select2-choice span').html('Select city'); + $('#s2id_city ul li:not(:last)').remove(); + } + else if(eleId == 'issuingauth_state') + { + $('#issuingauth_city').find('option').remove(); + $('#s2id_issuingauth_city .select2-choice span').html('Select city'); + } + else if(eleId.indexOf('1') != -1){ + $('#city_1').find('option').remove(); + $('#s2id_city_1 .select2-choice span').html('Select city'); + }else if(eleId.indexOf('2') != -1){ + $('#city_2').find('option').remove(); + $('#s2id_city_2 .select2-choice span').html('Select city'); + }else if(eleId.indexOf('3') != -1){ + $('#s2id_city_3 .select2-choice span').html('Select city'); + $('#city_3').find('option').remove(); + } + } + } + }); + } + else + { + if(eleId == 'perm_state') + { + $('#'+eleId).find('option').remove(); + $('#s2id_'+eleId+' .select2-choice span').html('Select state'); + $('#perm_city').find('option').remove(); + $('#s2id_perm_city .select2-choice span').html('Select city'); + } + else if(eleId == 'current_state') + { + $('#'+eleId).find('option').remove(); + $('#s2id_'+eleId+' .select2-choice span').html('Select state'); + $('#current_city').find('option').remove(); + $('#s2id_current_city .select2-choice span').html('Select city'); + } + else if(eleId == 'state') + { + $('#'+eleId).find('option').remove(); + $('#s2id_'+eleId+' .select2-choice span').html('Select state'); + $('#city').find('option').remove(); + $('#s2id_city .select2-choice span').html('Select city'); + $('#s2id_state ul li:not(:last)').remove(); + $('#s2id_city ul li:not(:last)').remove(); + } + else if(eleId == 'issuingauth_state') + { + $('#'+eleId).find('option').remove(); + $('#s2id_'+eleId+' .select2-choice span').html('Select state'); + $('#issuingauth_city').find('option').remove(); + $('#s2id_issuingauth_city .select2-choice span').html('Select city'); + } + else if(eleId.indexOf('1') != -1){ + $('#city_1').find('option').remove(); + $('#s2id_city_1 .select2-choice span').html('Select city'); + }else if(eleId.indexOf('2') != -1){ + $('#city_2').find('option').remove(); + $('#s2id_city_2 .select2-choice span').html('Select city'); + }else if(eleId.indexOf('3') != -1){ + $('#s2id_city_3 .select2-choice span').html('Select city'); + $('#city_3').find('option').remove(); + } + } +} + +function displayParticularState_normal(ele,con,eleId,city_id) +{ + var id; + id = ele.value; + $('#s2id_'+eleId+' .select2-choice span').html('Select state'); + $('#s2id_'+city_id+' .select2-choice span').html('Select city'); + $('#'+eleId).find('option').remove(); + $('#'+city_id).find('option').remove(); + $("#"+eleId).html(""); + $("#"+city_id).html(""); + if(id !='') + { + $.ajax({ + url: base_url+"/index/getstatesnormal/format/html", + type : 'POST', + data : 'country_id='+id+'&con='+con, + dataType: 'html', + beforeSend: function () { + $("#"+eleId).before("
"); + $("#loader").html(""); + }, + success : function(response){ + if($.trim(response) == 'nostates') + { + $("#loader").remove(); + $("#errors-"+eleId).show(); + $("#errors-"+eleId).html("States are not configured yet."); + $("#"+eleId).find('option').remove(); + $("#s2id_"+eleId).find("span").html("Select State"); + $("#"+eleId).prepend(""); + } + if(response != '' && response != 'null' && $.trim(response) != 'nostates') + { + $('#s2id_'+eleId+' .select2-choice span').html('Select state'); + $("#"+eleId).parent().find('.select2-container').find('.select2-search-choice').remove(); + $("#loader").remove(); + if($("#errors-"+eleId).is(':visible')) + $("#errors-"+eleId).hide(); + $("#"+eleId).html(response); + if($("#otherstatediv").is(':visible')) + $('#otherstatediv').hide(); + + } + } + }); + } +} +function displayParticularCandidates(ele,flag) +{ + var id; + + if(ele.selectedIndex != -1){ + id = ele[ele.selectedIndex].value; + }else{ + id = ''; + } + + if(id !='') + { + $.ajax({ + url: base_url+"/scheduleinterviews/getcandidates", + type : 'POST', + data : 'req_id='+id, + dataType: 'json', + beforeSend: function () { + if(flag == 'cand') { } + else{ + $("#candidate_name").before("
"); + $("#loader").html(""); + } + }, + success : function(response){ + if(flag == 'cand') + { + $('#job_title').val(''); + $('#job_title').val(response.jobtitle); + } + else + { + if($.trim(response.candidates) == 'nocandidates') + { + $("#loader").remove(); + $("#errors-candidate_name").show(); + $("#errors-candidate_name").html("Candidates are not added yet."); + $("#candidate_name").find('option').remove(); + $("#s2id_candidate_name").find("span").html("Select candidate"); + $("#candidate_name").html(""); + } + else if(response.candidates != '' && response.candidates != 'null' && $.trim(response.candidates) != 'nocandidates') + { + $("#candidate_name").parent().find('.select2-container').find('.select2-search-choice').remove(); + $("#loader").remove(); + if($("#errors-candidate_name").is(':visible')) + $("#errors-candidate_name").hide(); + $("#candidate_name").html(""+response.candidates); + } + $('#job_title').val(''); + $('#job_title').val(response.jobtitle); + if($.trim(response.managers) == 'nomanagers') + { + $("#loader").remove(); + $("#errors-interviewer_id").show(); + $("#errors-interviewer_id").html("No Interviewers."); + $("#interviewer_id").find('option').remove(); + $("#s2id_interviewer_id").find("span").html("Select Interviewer"); + $("#interviewer_id").html(""); + } + else if(response.managers != '' && response.managers != 'null' && $.trim(response.managers) != 'nomanagers') + { + $("#interviewer_id").parent().find('.select2-container').find('.select2-search-choice').remove(); + $("#loader").remove(); + if($("#errors-interviewer_id").is(':visible')) + $("#errors-interviewer_id").hide(); + $("#interviewer_id").html(""+response.managers); + } + } + } + }); + } + else + { + + $("#candidate_name").parent().find('.select2-container').find('.select2-search-choice').remove(); + $('#candidate_name').find('option').remove(); + $("#candidate_name").html(""); + $('#job_title').val(''); + $("#interviewer_id").parent().find('.select2-container').find('.select2-search-choice').remove(); + $('#interviewer_id').find('option').remove(); + $("#interviewer_id").html(""); + $('#s2id_interviewer_id').find('a.select2-choice').find('span').html('Select Interviewer'); + $('#s2id_candidate_name').find('a.select2-choice').find('span').html('Select Candidate'); + } + +} +function displayParticularCity(ele,con,eleId,stateid) +{ + var id; + if(stateid != '') + { + id = stateid; + }else + { + if(ele.selectedIndex != -1){ + id = ele[ele.selectedIndex].value; + }else{ + id = ''; + } + } + + if(id !='') + { + $.ajax({ + url: base_url+"/index/getcities/format/html", + type : 'POST', + data : 'state_id='+id+'&con='+con, + dataType: 'html', + beforeSend: function () { + $("#"+eleId).before("
"); + $("#loader").html(""); + }, + success : function(response){ + if($.trim(response) == 'nocities') + { + $("#loader").remove(); + $("#errors-"+eleId).show(); + $("#errors-"+eleId).remove(); + if(con == 'otheroption') + { + $('#s2id_'+eleId).find('ul li:not(:last)').remove(); + $("#"+eleId).html(""); + $('#'+eleId).parent().append("All cities have been configured already."); + } + else + { + if($('#'+eleId).parent().find("span.add-coloum").length > 0) + $('#'+eleId).parent().find("span.add-coloum").prepend("Cities are not configured yet."); + else + $('#'+eleId).parent().append("Cities are not configured yet."); + + $("#"+eleId).find('option').remove(); + $("#s2id_"+eleId).find("span").html("Select City"); + $("#"+eleId).prepend(""); + } + } + if(response != '' && response != 'null' && $.trim(response) != 'nocities') + { + if(stateid =='') + $('#s2id_'+eleId+' .select2-choice span').html('Select city'); + $("#"+eleId).parent().find('.select2-container').find('.select2-search-choice').remove(); + $("#loader").remove(); + if($("#errors-"+eleId).is(':visible')) + $("#errors-"+eleId).hide(); + $("#"+eleId).html(response); + if($("#otherstatediv").is(':visible')) + $('#otherstatediv').hide(); + if(stateid!='') + { + $('#s2id_'+eleId).find('span').html($("#perm_city option:selected").text()); + $("#"+eleId).val($("#perm_city option:selected").val()); + } + } + } + }); + } + else + { + + $("#"+eleId).parent().find('.select2-container').find('.select2-search-choice').remove(); + $('#'+eleId).find('option').remove(); + $("#"+eleId).prepend(""); + $('#s2id_'+eleId).find('a.select2-choice').find('span').html('Select city'); + } + +} +function displayParticularCity_normal(ele,con,eleId,stateid) +{ + var id; + if(stateid != '') + { + id = stateid; + }else + { + if(ele.selectedIndex != -1){ + id = ele[ele.selectedIndex].value; + }else{ + id = ''; + } + } + + if(id !='') + { + $.ajax({ + url: base_url+"/index/getcitiesnormal/format/html", + type : 'POST', + data : 'state_id='+id+'&con='+con, + dataType: 'html', + beforeSend: function () { + $("#"+eleId).before("
"); + $("#loader").html(""); + }, + success : function(response){ + if($.trim(response) == 'nocities') + { + $("#loader").remove(); + $("#errors-"+eleId).show(); + $("#errors-"+eleId).html("Cities are not configured yet."); + $("#"+eleId).find('option').remove(); + $("#s2id_"+eleId).find("span").html("Select City"); + $("#"+eleId).prepend(""); + } + if(response != '' && response != 'null' && $.trim(response) != 'nocities') + { + if(stateid =='') + $('#s2id_'+eleId+' .select2-choice span').html('Select city'); + $("#"+eleId).parent().find('.select2-container').find('.select2-search-choice').remove(); + $("#loader").remove(); + if($("#errors-"+eleId).is(':visible')) + $("#errors-"+eleId).hide(); + $("#"+eleId).html(response); + if($("#otherstatediv").is(':visible')) + $('#otherstatediv').hide(); + if(stateid!='') + { + $('#s2id_'+eleId).find('span').html($("#perm_city option:selected").text()); + $("#"+eleId).val($("#perm_city option:selected").val()); + } + } + } + }); + } + else + { + + $("#"+eleId).parent().find('.select2-container').find('.select2-search-choice').remove(); + $('#'+eleId).find('option').remove(); + $("#"+eleId).prepend(""); + $('#s2id_'+eleId).find('a.select2-choice').find('span').html('Select city'); + } + +} + +function displayTargetCurrency(ele) +{ + var id; + if(ele.selectedIndex != -1){ + id = ele[ele.selectedIndex].value; + }else{ + id = ''; + } + var idstr = id.split('!@#'); + if(idstr !='') + { + $.ajax({ + url: base_url+"/index/gettargetcurrency/format/html", + type : 'POST', + data : 'basecurr_id='+idstr[0], + dataType: 'html', + beforeSend: function () { + $("#targetcurrency").before("
"); + $("#loader").html(""); + }, + success : function(response){ + $('#s2id_targetcurrency .select2-choice span').html('Select target currency'); + $("#targetcurrency").parent().find('.select2-container').find('.select2-search-choice').remove(); + $("#loader").remove(); + $("#targetcurrency").html(response); + } + }); + } + else + { + + $("#targetcurrency").parent().find('.select2-container').find('.select2-search-choice').remove(); + $('#targetcurrency').find('option').remove(); + $("#targetcurrency").prepend(""); + } + + +} + +function displayPasswordDesc(ele) +{ + var id; + if(ele.selectedIndex != -1){ + id = ele[ele.selectedIndex].value; + }else{ + id = ''; + } + + if($('[id^=password_]').html()!='') + $('[id^=password_]').hide(); + + $("#password_"+id).show(); + +} + +function displayFormElements() +{ + if($("#secondpoc").is(":visible")) + { + $("#thirdpoc").show(); + $("#thirdpocid").val('shown'); + $('#add-more-form').css('display','none'); + $('#less-form').css('display','block'); + } + else + { + $("#secondpoc").show(); + $("#secondpocid").val('shown'); + $('#less-form').css('display','block'); + } +} + +function hideFormElements() +{ + if($("#thirdpoc").is(":visible")) + { + $("#thirdpoc").hide(); + $("#thirdpocid").val(''); + $('#add-more-form').css('display','block'); + } + else + { + $("#secondpoc").hide(); + $("#secondpocid").val(''); + $('#less-form').css('display','none'); + } +} + +function contactElements(eleId) +{ + if(eleId == 'first') + { + $("#firstpoc").show(); + $("#secondpoc").hide(); + $("#thirdpoc").hide(); + $('[id^="pocli"]').removeClass('active'); + $('#poclifirst').addClass('active'); + $('.right-block-data').addClass('right-over-border'); + } + else if(eleId == 'second') + { + $("#firstpoc").hide(); + $("#secondpoc").show(); + $("#thirdpoc").hide(); + $('[id^="pocli"]').removeClass('active'); + $('#poclisecond').addClass('active'); + $('.right-block-data').removeClass('right-over-border'); + } + else if(eleId == 'third') + { + $("#firstpoc").hide(); + $("#secondpoc").hide(); + $("#thirdpoc").show(); + $('[id^="pocli"]').removeClass('active'); + $('#poclithird').addClass('active'); + $('.right-block-data').removeClass('right-over-border'); + } +} + +function contact1Elements() +{ + $("#firstpoc").show(); + $("#secondpoc").hide(); + $("#thirdpoc").hide(); +} + +function contact2Elements() +{ + $("#firstpoc").hide(); + $("#secondpoc").show(); + $("#thirdpoc").hide(); +} + +function contact3Elements() +{ + $("#firstpoc").hide(); + $("#secondpoc").hide(); + $("#thirdpoc").show(); +} + +function deletepoc(agencyid,pocid,contacttype) +{ + if(contacttype == '1') + { + jAlert('Sorry, Primary contact cannot be deleted. Please change the contact type and try again.','Message'); + return false; + } + else + { + $.ajax({ + url: base_url+"/agencylist/deletepoc", + type : 'POST', + data: 'agencyid='+agencyid+'&pocid='+pocid, + dataType: 'json', + beforeSend : function () + { + $.blockUI({ width:'50px',message: $("#spinner").html() }); + }, + success : function(response) + { + successmessage_changestatus(response['message'],response['msgtype']); + window.location.href = base_url+"/agencylist/edit/id/"+agencyid; + } + }); + } +} + +function getemployeeData(ele) +{ + var id; + if(ele.selectedIndex != -1){ + id = ele[ele.selectedIndex].value; + }else{ + id = ''; + } + if(id !='' && id!='0') + { + $.ajax({ + url: base_url+"/empscreening/getemployeedata/format/html", + type : 'POST', + data : 'empid='+id, + dataType: 'html', + beforeSend: function () { + $('#company1').css('display','none');$('#company2').css('display','none');$('#company3').css('display','none'); + $("#loader").html(""); + }, + success : function(response){ + $('#personaldatadiv').css('display','block'); + $('#personaldatadiv').html(response); + var complete_empwidth = $('.emp-screen-view').width(); + $('#displayimg').css("width", "150"); + $('#personalDetailsDiv').css("width", (complete_empwidth-(152))); + } + }); + } + else + return false; +} + +function displayAgencyList() +{ + var val = []; + $('input:checkbox[id^="checktype"]:checked').each(function(i){ + val[i] = $(this).val(); + }); + if(val == '') + { + $('.agency-selecters').css('display','none'); + $('.popup-agency-selecters').css('display','none'); + } + else + { + $.ajax({ + url: base_url+"/empscreening/getagencylist/format/html", + type : 'POST', + data : 'checktypeid='+val, + dataType: 'html', + beforeSend: function () { + $("#loader").html(""); + }, + success : function(response){ + if(response !='') + { + $('.agency-selecters').css('display','block'); + $('.popup-agency-selecters').css('display','block'); + $('#chooseagency').css('display','block'); + $('#chooseagency').html(response); + + var complete_width = $('#chooseagency').width(); + $('#agencyDataDiv').css("width", "230"); + $('#pocdataDiv').css("width", (complete_width-(273))); + } + else + { + $('.agency-selecters').html(''); + $('.popup-agency-selecters').css('display','none'); + $('#chooseagency').html(''); + $('#agencyDataDiv').html(''); + $('#pocdataDiv').html(''); + } + } + }); + } + +} + +function getPOCData(id,divnum) +{ + id = id.value; + $.ajax({ + url: base_url+"/empscreening/getpocdata/format/html", + type : 'POST', + data : 'agencyid='+id, + dataType: 'html', + beforeSend: function () { + $('#c1').css('display','none');$('#c3').css('display','none');$('#c2').css('display','none'); + $('#agencyids').val(id); + }, + success : function(response){ + if(divnum == 0) + $('.right-block-data').addClass('right-over-border'); + else + $('.right-block-data').removeClass('right-over-border'); + $('[id^="agenycnameId"]').removeClass('active'); + $('#agenycnameId'+id).addClass('active'); + $('#pocdataDiv').css('display','block'); + $('#pocdataDiv').html(response); + $("select:not(.not_appli)").select2({ + formatResult: format_select, + escapeMarkup: function(m) { return m; } + }); + } + }); +} + +function validatejoiningdate(ele) +{ + if($("#errors-date_of_leaving").is(":visible")) + { + $("#errors-date_of_leaving").hide(); + } + var datejoinval = $('#date_of_joining').val(); + var dateleaveval = $('#date_of_leaving').val(); + + $.post(base_url+"/index/fromdatetodate",{from_val:datejoinval,to_val:dateleaveval},function(data){ + if(data.result == 'no') + { + $("#errors-date_of_leaving").show(); + $("#errors-date_of_leaving").html("Date of leaving should be greater date of joining."); + $('#date_of_leaving').val(''); + } + },'json'); + +} + +function from_to_date_validation(from_date_id,to_date_id,obj,message) +{ + var obj_id = $(obj).prop('id'); + var from_val = $('#'+from_date_id).val(); + var to_val = $('#'+to_date_id).val(); + $("#errors-"+obj_id).remove(); + + if(from_val != '' && to_val != '') + { + $.post(base_url+"/index/fromdatetodate",{from_val:from_val,to_val:to_val},function(data){ + if(data.result == 'no') + { + $(obj).parent().append(""+message+""); + $('#'+obj_id).val(''); + } + },'json'); + + } + else + { + $('#'+obj_id).trigger('blur'); + } +} + +function from_to_date_validation_org(from_date_id,to_date_id,obj,message) +{ + var obj_id = $(obj).prop('id'); + + var from_val = $('#'+from_date_id).val(); + var to_val = $('#'+to_date_id).val(); + $("#errors-"+obj_id).remove(); + + if(to_date_id == 'date_of_joining_head') + { + var from_val = window.parent.$('#'+from_date_id).val(); + } + if(from_val != '' && to_val != '') + { + $("#org_startdate").before("
"); + $("#loader").html(""); + $.post(base_url+"/index/fromdatetodateorg",{from_val:from_val,to_val:to_val},function(data){ + if(data.result == 'no') + { + $("#loader").remove(); + $('#errors-org_startdate').remove(); + $(obj).parent().append(""+message+""); + $('#'+obj_id).val(''); + }else{ + $("#loader").remove(); + if(from_date_id == 'org_startdate'){ + validateorgstartdate(obj,'organisationinfo'); + } + } + },'json'); + } + else + { + $('#'+obj_id).trigger('blur'); + } +} +function chk_future_date(obj,msg) +{ + var obj_id = $(obj).prop('id'); + $("#errors-"+obj_id).remove(); + var from_val = $("#"+obj_id).val(); + var to_val = ''; + if(from_val != '') + { + $.post(base_url+"/index/fromdatetodate",{from_val:from_val,to_val:to_val,con:'future'},function(data){ + if(data.result == 'no') + { + $(obj).val(''); + $(obj).parent().append(""+msg+""); + } + },'json'); + + } + else + { + $('#'+obj_id).trigger('blur'); + } +} +function hidetodatecalender() +{ + if($("#fromdateerrorspan").is(":visible")) + $("#fromdateerrorspan").hide(); + if($("#errors-from_date").is(":visible")) + $("#errors-from_date").hide(); + if($("#errors-to_date").is(":visible")) + $("#errors-to_date").hide(); + if($("#todateerrorspan").is(":visible")) + $("#todateerrorspan").hide(); + + var dayselected = $('#leaveday :selected').val(); + if(dayselected == 1) + { + $("#todatediv").show(); + $('#to_date').val(''); + $('#from_date').val(''); + $("#appliedleavesdaycount").val(''); + } + else if(dayselected == 2) + { + $.ajax({ + url: base_url+"/leaverequest/gethalfdaydetails/format/json", + type : 'POST', + dataType: 'json', + success : function(response){ + if(response['result'] == 1) + { + $("#todatediv").hide(); + $('#to_date').val(''); + $('#from_date').val(''); + $("#appliedleavesdaycount").val(''); + } + else if(response['result'] == 2) + { + $('#s2id_leaveday .select2-choice span').html('Full Day'); + $('#leaveday').val(1); + jAlert("Half day leave cannot be applied."); + } + else if($.trim(response['result']) == 'error') + { + $('#s2id_leaveday .select2-choice span').html('Full Day'); + $('#leaveday').val(1); + jAlert("Half day leave cannot be applied."); + } + } + }); + } + +} + +function emptytodate(ele) +{ + var dayselected = $('#leaveday :selected').val(); + var fromdateval = $('#from_date').val(); + if(dayselected == 1) + { + validateselecteddate(ele) + } + else if(dayselected == 2) + { + if(fromdateval !='') + $("#appliedleavesdaycount").val(0.5); + else + $("#appliedleavesdaycount").val(''); + } +} + +function validateselecteddate(ele) +{ + if($("#todateerrorspan").is(":visible")) + $("#todateerrorspan").hide(); + var leavetypeselectedval = $('#leavetypeid :selected').val(); + var leavetypeselectedstr = leavetypeselectedval.split('!@#'); + var leavetypeid = leavetypeselectedstr[0]; + var leavetypelimit = leavetypeselectedstr[1]; + var leavetypetext = leavetypeselectedstr[2]; + var dayselected = $('#leaveday :selected').val(); + var fromdateval = $('#from_date').val(); + var todateval = $('#to_date').val(); + var weekend_startday = $('#wkstrtday').val(); + var weekend_endday = $('#wkendday').val(); + var ishalfday = $('#ishalfday').val(); + var context = 1; + var selectorid = ''; + var selector = $(ele).prop('id'); + if(selector == 'from_date') + selectorid = 1; + else + selectorid = 2; + + var fromdateArr = fromdateval.split("-"); + var fromDate = Date.parse(new Date(fromdateArr[2], fromdateArr[0], fromdateArr[1])); + + var todateArr = todateval.split("-"); + var toDate = Date.parse(new Date(todateArr[2], todateArr[0], todateArr[1])); + + var fromdateformat = fromdateArr[2]+'-'+fromdateArr[0]+'-'+fromdateArr[1]; + var todateformat = todateArr[2]+'-'+todateArr[0]+'-'+todateArr[1]; + if(fromdateval != '' && todateval != '') + { + $(ele).parent().append(""); + $.ajax({ + url: base_url+"/index/calculatebusinessdays/format/json", + type : 'POST', + data : 'fromDate='+fromdateval+'&toDate='+todateval+'&dayselected='+dayselected+'&leavetypelimit='+leavetypelimit+'&leavetypetext='+leavetypetext+'&ishalfday='+ishalfday+'&context='+context+'&selectorid='+selectorid, + dataType: 'json', + beforeSend: function () + { + $.blockUI({ width:'50px',message: $("#spinner").html() }); + }, + success : function(response){ + if(response['result'] == 'success' && response['result'] !='' && response['days'] !='') + { + $("#appliedleavesdaycount").val(response['days']); + $("#errors-"+selector).remove(); + if(response['availableleaves'] !='' && response['days'] !='') + { + if(response['days'] > response['availableleaves']) + jAlert("Applied leaves exceed the available leaves count. Additional leaves will be considered as Loss of Pay."); + } + } + if(response['result'] == 'error' && response['result'] !='' && response['message'] !='') + { + $("#errors-"+selector).show(); + $("#errors-"+selector).html(response['message']); + $("#"+selector).val(''); + $("#appliedleavesdaycount").val(''); + } + } + }); + } +} + +function calcBusinessDays(dDate1, dDate2,constantday,weekend_startday,weekend_endday) { // input given as Date objects + var iWeeks, iDateDiff, iAdjust = 0; + if (dDate2 < dDate1) return -1; + var iWeekday1 = dDate1.getDay(); + var iWeekday2 = dDate2.getDay(); + + if ((iWeekday1 > constantday) && (iWeekday2 > constantday)) iAdjust = 1; // adjustment if both days on weekend + iWeekday1 = (iWeekday1 > constantday) ? constantday : iWeekday1; // only count weekdays + iWeekday2 = (iWeekday2 > constantday) ? constantday : iWeekday2; + iWeeks = Math.floor((dDate2.getTime() - dDate1.getTime()) / 604800000) + if (iWeekday1 <= iWeekday2) { + iDateDiff = (iWeeks * constantday) + (iWeekday2 - iWeekday1) + } else { + iDateDiff = ((iWeeks + 1) * constantday) - (iWeekday1 - iWeekday2) + } + iDateDiff -= iAdjust + return (iDateDiff + 1); + } + +function calculateBusinessDays(from_date,to_date) +{ + $.ajax({ + url: base_url+"/index/calculatebusinessdays/format/json", + type : 'POST', + data : 'fromDate='+from_date+'&toDate='+to_date, + dataType: 'json', + success : function(response){ + return response; + } + }); +} + +function saveExplanation() +{ + var count = $('#inprocesscount').val(); + var params = ''; var id= ''; var text = ''; + var specId = $('#spec_id').val(); + var flag = $('#flag').val(); + var errorFlag = 'true'; + for(i=0;i
Screening Details updated successfully.
'); + $('#error_message_force').css('display','block'); + setTimeout(function(){ + window.parent.$('#inprocessContainer').dialog('close'); + window.parent.location.href = base_url+'/empscreening/edit/id/'+specId+'-'+flag; + },2000); + } + } + }); + + }else { + return false; + } +} +var hideshowcomments = '2'; +function savecommentData() +{ + var comment = $('#commentData').val(); + var detail_id = $('#commentrecord').val(); + var agency_id = $('#agencyrecord').val(); + var hr_id = $('#createduserRecord').val(); + + if(comment != '' && comment != 'undefined') + { + $('#cmnterrmsg').html(''); + var data; + data = 'comment='+comment+'&detailid='+detail_id+'&agency_id='+agency_id+'&hr_id='+hr_id; + + $.ajax({ + url: base_url+"/processes/savecomments/format/json", + type : 'POST', + data : data, + dataType: 'json', + success : function(response){ + if(response['result'] == 'saved') + { + $('#respp').css('display','block'); + $('#resppdiv').css('display','block'); + $('#respp').html('Your comment is Posted successfully.'); + $('#commentData').val(''); + $('#commentData').focus(); + setTimeout(function(){ + $('#respp').css('display','none'); + $('#resppdiv').css('display','none'); + $('#nocomments').css('display','none'); + if(response['commentcount'] == 'morethan2') + { + if($("#commentopendiv").is(":visible")) + $('#commentopendiv').css('display','block'); + else if($("#commenthidediv").is(":visible")) + $('#commenthidediv').css('display','block'); + else + { + $('#postcommentdiv').append('
View all comments
'); + $('#postcommentdiv').append(''); + hideshowcomments == '100' + } + } + displaycomments(detail_id,'limit'); + },1000); + }else if(response['result'] == 'error') + { + $('#commentData').focus(); + $('#cmnterrmsg').html('Please enter comment.'); + return false; + } + } + }); + } + else + { + $('#commentData').focus(); + $('#cmnterrmsg').html('Please enter comment.'); + return false; + } +} + +function displaycomments(detailId,con) +{ + if(con == 'all') + $('#commentopendiv').css('display','none'); + if(detailId != '' && detailId != 'undefined') + { + $.ajax({ + url: base_url+"/processes/displaycomments/format/html", + type : 'POST', + data : 'detailid='+detailId+'&dispFlag='+con+'&limcount='+hideshowcomments, + dataType: 'html', + success : function(response){ + $('#commentsArea').css('display','block'); + $('#commentsArea').html(response); + if(hideshowcomments == '100') + { + $('#commenthidediv').css('display','block'); + $('#commentopendiv').css('display','none'); + } + else + { + $('#commenthidediv').css('display','none'); + $('#commentopendiv').css('display','block'); + } + } + }); + } + else + { + return false; + } +} + +function displayStatusdata(controllername) +{ + +var id; + id = $("#statusid").val(); + + if(id) + { + if(controllername == 'empscreening') + window.location.href = base_url+'/'+controllername+'/con/'+id; + else + window.location.href = base_url+'/'+controllername+'/'+id; + } +} + +function displaycommentsarea() +{ + hideshowcomments = '100'; + detailId = $('#commentrecord').val(); + $('#commentopendiv').css('display','none'); + $('#commenthidediv').css('display','block'); + $('#whitecomment').css('display','none'); + displaycomments(detailId,'all'); +} + +function hidecommentsarea() +{ + hideshowcomments = '2'; + $('#commenthidediv').css('display','none'); + $('#commentsArea').css('display','none'); + $('#commentopendiv').css('display','block'); + $('#whitecomment').css('display','block'); +} + +function displayEmployeeDepartments(ele,eleId,con) +{ + var id; + var params = ''; + if(ele.selectedIndex != -1){ + id = ele[ele.selectedIndex].value; + }else{ + id = ''; + } + if(con == 'leavemanagement') + { + + params += 'business_id='+id+'&con='+con; + }else + { + + params += 'business_id='+id; + } + if(id !='') + { + $.ajax({ + url: base_url+"/index/getdepartments/format/html", + type : 'POST', + data : params, + dataType: 'html', + beforeSend: function () { + $("#"+eleId).before("
"); + $("#loader").html(""); + }, + success : function(response){ + if($.trim(response) == 'nodepartments') + { + $("#loader").remove(); + $("#errors-"+eleId).show(); + $("#errors-"+eleId).html("Departments are not added for this business unit."); + $("#"+eleId).find('option').remove(); + $('#s2id_'+eleId).find('span').html('Select Department'); + + } + if(response != '' && response != 'null' && $.trim(response) != 'nodepartments') + { + if($("#errors-"+eleId).is(':visible')) + $("#errors-"+eleId).hide(); + $('#s2id_'+eleId).find('span').html('Select Department'); + $("#loader").remove(); + $("#"+eleId).html(response); + } + + } + }); + } + + +} + +function displayReportingmanagers_emp(ele,eleId,role_id,empId) +{ + var id = ''; var params = '';var Url='';var employeeId = '';var empRole=''; + $('#errors-'+eleId).remove(); + id = $('#'+ele).val(); + params="id="+id; + if(empId != "") + { + employeeId = $("#"+empId).val(); + if(employeeId) + { + params="id="+id+"&empId="+employeeId; + } + } + empRole = $("#"+role_id).val(); + if(empRole != "") + { + var roleArr = empRole.split('_'); + if(roleArr.length > 0) + { + if(roleArr[1] != management_group && $("#"+ele).val()== "") + { + Url=""; + } + else + { + Url= base_url+"/employee/getempreportingmanagers/format/html"; + } + params=params+"&empgroup="+roleArr[1]; + } + + } + else + Url= base_url+"/employee/getempreportingmanagers/format/html"; + + $("#"+eleId).find('option').remove(); + $("#"+eleId).html(""); + $('#s2id_'+eleId).find('a.select2-choice').find('span').html('Select a Reporting manager'); + if(Url != "" && empRole != "") + { + $.ajax({ + url:Url, + type : 'POST', + data : params, + dataType: 'html', + beforeSend: function () { + $("#"+eleId).before("
"); + $("#loader").html(""); + }, + success : function(response){ + if($.trim(response) == 'nomanagers') + { + $("#loader").remove(); + $("#errors-"+eleId).show(); + $("#"+eleId).parent().append('Managers are not added for the selected department.'); + $("#"+eleId).html(""); + $('#s2id_'+eleId).find('a.select2-choice').find('span').html('Select a Reporting manager'); + + } + else if(response != '' && response != 'null' && $.trim(response) != 'nomanagers') + { + if($("#errors-"+eleId).is(':visible')) + $("#errors-"+eleId).hide(); + $("#loader").remove(); + $("#"+eleId).html(response); + } + else + { + $("#"+eleId).html(""); + $('#s2id_'+eleId).find('a.select2-choice').find('span').html('Select a Reporting manager'); + } + } + }); + } + else + { + $("#"+eleId).find('option').remove(); + $('#s2id_'+eleId).find('a.select2-choice').find('span').html('Select a Reporting manager'); + $("#"+eleId).html(""); + } +} + +function displayEmpReportingmanagers(ele,eleId,con,empId) +{ + var id; var params = '';var Url='';var employeeId = '';var empRole=''; + $('#errors-'+eleId).remove(); + if(ele.selectedIndex != -1) + { + id = ele[ele.selectedIndex].value; + params="id="+id; + + } + else + { + id = ''; + } + if(empId != "") + { + employeeId = $("#"+empId).val(); + if(employeeId) + { + params="id="+id+"&empId="+employeeId; + } + } + if(con == "req") + { + Url= base_url+"/requisition/getempreportingmanagers/format/html"; + } + else + { + empRole = $("#emprole").val(); + if(empRole != "") + { + var roleArr = empRole.split('_'); + var empGroup = $("#emp_group").val(); + if(roleArr.length > 0) + { + if(roleArr[1]== management_group && $("#department_id").val()== "") + { + Url=""; + } + else + { + Url= base_url+"/employee/getempreportingmanagers/format/html"; + } + params=params+"&empgroup="+roleArr[1]; + } + } + else + Url= base_url+"/employee/getempreportingmanagers/format/html"; + } + if(id !='' && Url != "") + { + $.ajax({ + url:Url, + type : 'POST', + data : params, + dataType: 'html', + beforeSend: function () { + $("#"+eleId).before("
"); + $("#loader").html(""); + }, + success : function(response) + { + if($.trim(response) == 'nomanagers') + { + $("#loader").remove(); + if(con == "req") + { + $("#"+eleId).parent().append('Managers are not added for the selected department.'); + $("#"+eleId).html(""); + $('#s2id_'+eleId).find('a.select2-choice').find('span').html('Select a Reporting manager'); + $('#'+eleId).trigger('change'); + } + else + { + $("#errors-"+eleId).show(); + $("#"+eleId).parent().append('Managers are not added for the selected department.'); + $("#"+eleId).html(""); + $('#s2id_'+eleId).find('a.select2-choice').find('span').html('Select a Reporting manager'); + } + } + else if(response != '' && response != 'null' && $.trim(response) != 'nomanagers') + { + if(con == "req") + { + if($("#errors-"+eleId).is(':visible')) + $("#errors-"+eleId).hide(); + $('#'+eleId).trigger('change'); + $('#s2id_'+eleId).find('span').html('Select a Reporting manager'); + $("#loader").remove(); + $("#"+eleId).html(response); + } + else + { + if($("#errors-"+eleId).is(':visible')) + $("#errors-"+eleId).hide(); + $("#loader").remove(); + $("#"+eleId).html(response); + if(empRole != "") + { + if(roleArr.length >0) + { + if(roleArr[1]== management_group) + { + $('#s2id_reporting_manager').find('a.select2-choice').find('span').html('Super Admin'); + } + } + } + + } + } + else + { + $("#"+eleId).html(""); + if(con == "req") + { + $('#'+eleId).trigger('change'); + } + } + + } + + }); + } + else + { + if(con == "req") + { + $("#"+eleId).html(""); + $('#s2id_'+eleId).find('a.select2-choice').find('span').html('Select a Reporting manager'); + $('#'+eleId).trigger('change'); + } + } +} + +function displayPositions(ele,eleId,con) +{ + + var id; + var params = ''; + if(con == 'orghead') + { + id = ele; + } + else + { + if(ele.selectedIndex != -1){ + id = ele[ele.selectedIndex].value; + }else{ + id = ''; + } + } + if(con != '') + { + params += 'jobtitle_id='+id+'&con='+con; + }else + { + params += 'jobtitle_id='+id; + } + if(id !='') + { + $.ajax({ + url: base_url+"/index/getpositions/format/html", + type : 'POST', + data : params, + dataType: 'html', + beforeSend: function () { + $("#"+eleId).before("
"); + $("#loader").html(""); + }, + success : function(response){ + if($.trim(response) == 'nopositions') + { + $("#loader").remove(); + $("#errors-"+eleId).show(); + $("#errors-"+eleId).html("Positions are not configured for this job title."); + $("#"+eleId).find('option').remove(); + $("#"+eleId).prepend(""); + $('#s2id_'+eleId).find('span').html('Select Position'); + } + if(response != '' && response != 'null' && $.trim(response) != 'nopositions') + { + if($("#errors-"+eleId).is(':visible')) + $("#errors-"+eleId).hide(); + $('#s2id_'+eleId).find('span').html('Select Position'); + $("#loader").remove(); + $("#"+eleId).html(response); + } + + } + }); + } + else + { + $('#'+eleId).find('option').remove(); + $('#'+eleId).html(""); + $('#s2id_'+eleId).find('a.select2-choice').find('span').html('Select Position'); + } + + +} + + +function populateCurrentAddress(ele) +{ + if ($('#address_flag').is(":checked")) + { + var street_address = $("#perm_streetaddress").val(); + var country = $("#perm_country").val(); + var countrytext = $("#perm_country option:selected").text(); + var state = $("#perm_state").val(); + var statetext = $("#perm_state option:selected").text(); + var city = $("#perm_city").val(); + var citytext = $("#perm_city option:selected").text(); + var pincode = $("#perm_pincode").val(); + var errorflag = 1; + if(street_address == '') + { + $("#errors-address_flag").show(); + $("#errors-address_flag").html("Please enter permanent address fields."); + $('#address_flag').removeAttr('checked'); + return false; + } + if(country == '') + { + $("#errors-address_flag").show(); + $("#errors-address_flag").html("Please enter permanent address fields."); + $('#address_flag').removeAttr('checked'); + return false; + } + if(state == '') + { + $("#errors-address_flag").show(); + $("#errors-address_flag").html("Please enter permanent address fields."); + $('#address_flag').removeAttr('checked'); + return false; + } + if(city == '') + { + $("#errors-address_flag").show(); + $("#errors-address_flag").html("Please enter permanent address fields."); + $('#address_flag').removeAttr('checked'); + return false; + } + if(pincode == '') + { + $("#errors-address_flag").show(); + $("#errors-address_flag").html("Please enter permanent address fields."); + $('#address_flag').removeAttr('checked'); + return false; + } + if(street_address !='' && country !='' && state !='' && city !='' && pincode !='') + { + + $.blockUI({ width:'50px',message: $("#spinner").html() }); + if($("#errors-address_flag").is(':visible')) + $("#errors-address_flag").hide(); + $("#current_streetaddress").val(street_address); + $("#current_country").val(country); + $('#s2id_current_country').find('span').html(countrytext); + displayParticularState('',"","current_state",country); + setTimeout(function(){ + displayParticularCity('',"","current_city",state); + },0100); + + $("#current_pincode").val(pincode); + + } + }else + { + if($("#errors-address_flag").is(':visible')) + $("#errors-address_flag").hide(); + + $("#current_streetaddress").val(''); + $("#current_country").val(''); + $('#s2id_current_country').find('span').html('Select Country'); + $('#current_state').find('option').remove(); + $('#s2id_current_state').find('span').html('Select State'); + $("#current_state").val(''); + $('#current_city').find('option').remove(); + $('#s2id_current_city').find('span').html('Select City'); + $('#current_city').val(''); + $("#current_pincode").val(''); + } +} + +function showformFields(id,dateFormatConst) +{ + var haserrorMsg=""; + if(id != "") + { + var injuryType = $("#"+id).val(); + if(injuryType == 1) + { + $("#injuryName,#injurySeverity,#OtherdisabilityType,#disabilityType").css("display","none"); + $("#empleave_from,#empleave_to,#empleaveDays,#hospName,#hospAddr,#roomNum,#nameofGP,#treatment,#cost").css("display","block"); + $('#injuredDate label').html('Paternity Date '); + + $('#injuryName label').html('Disability '); + $("#medicalinsurerName label").text('Medical Insurer'); + $("#approvedLeaveslbl").show(); + $("#medicalclaimslbl").html('Hospital & Medical Claim Details'); + $('#disability_type').unbind('blur'); + $('#injury_name').unbind('blur'); + $('#injury_severity').unbind('blur'); + fieldBlurvalidations(injuryType); + $("#hasInjury").css("display","block"); + $("#formSubmit").css("display","block"); + + } + else if(injuryType == 2) + { + $("#injuryName,#injurySeverity,#OtherdisabilityType,#disabilityType").css("display","none"); + $("#empleave_from,#empleave_to,#empleaveDays,#hospName,#hospAddr,#roomNum,#nameofGP,#treatment,#cost").css("display","block"); + $('#injuredDate label').html('Maternity Date '); + $('#injuryName label').html('Disability '); + $("#medicalinsurerName label").text('Medical Insurer'); + $("#approvedLeaveslbl").show(); + $("#medicalclaimslbl").html('Hospital & Medical Claim Details'); + $('#disability_type').unbind('blur'); + $('#injury_name').unbind('blur'); + $('#injury_severity').unbind('blur'); + fieldBlurvalidations(injuryType); + $("#hasInjury").css("display","block"); + $("#formSubmit").css("display","block"); + } + else if(injuryType == 4) + { + $("#injuryName,#injurySeverity,#empleave_from,#empleave_to,#empleaveDays,#hospName,#hospAddr,#roomNum,#nameofGP,#treatment,#cost,#injury_name").css("display","block"); + $("#OtherdisabilityType,#disabilityType").css("display","none"); + $('#injuryName label').html('Injury '); + $('#injuredDate label').html('Date of Injury '); + $("#medicalinsurerName label").text('Medical Insurer'); + $("#approvedLeaveslbl").show(); + $("#medicalclaimslbl").html('Hospital & Medical Claim Details'); + + $('#injury_name').bind('blur'); + $('#injury_severity').bind('blur'); + $('#empleave_from_date').bind('blur'); + $('#empleave_to_date').bind('blur'); + $('#hospital_name').bind('blur'); + $('#hospital_addr').bind('blur'); + $('#room_num').bind('blur'); + $('#gp_name').bind('blur'); + $('#treatment_details').bind('blur'); + $('#total_cost').bind('blur'); + $('#disability_type').unbind('blur'); + fieldBlurvalidations(injuryType); + + $("#hasInjury").css("display","block"); + $("#formSubmit").css("display","block"); + } + else + { + $("#injurySeverity,#empleave_from,#empleave_to,#empleaveDays,#hospName,#hospAddr,#roomNum,#nameofGP,#treatment,#cost").css('display','none'); + $("#disabilityType,#injuryName").css("display","block"); + $('#injuryName label').html('Disability '); + $('#injuredDate label').html('Disability Applied Date '); + $("#approvedLeaveslbl").hide(); + $("#medicalclaimslbl").html('Medical Claim Details'); + $('#injury_name').unbind('blur'); + $('#injury_severity').unbind('blur'); + $('#empleave_from_date').unbind('blur'); + $('#empleave_to_date').unbind('blur'); + $('#hospital_name').unbind('blur'); + $('#hospital_addr').unbind('blur'); + $('#room_num').unbind('blur'); + $('#gp_name').unbind('blur'); + $('#treatment_details').unbind('blur'); + $('#total_cost').unbind('blur'); + $('#injury_name').bind('blur'); + $('#disability_type').bind('blur'); + fieldBlurvalidations(injuryType); + $("#hasInjury").css("display","block"); + $("#formSubmit").css("display","block"); + } + } +} + +function medicalclaimDates_validation(from_date_id,to_date_id,obj,datefield_id,conText) +{ + var txt="";var new_to_val =""; var userId=''; + var obj_id = $(obj).prop('id'); + var from_val = $('#'+from_date_id).val(); + var to_val = $('#'+to_date_id).val(); + if(to_date_id == 'leavebyemp_from_date') + { + $('#leavebyemp_to_date').val(''); + $('#leavebyemp_days').val(''); + $('#empleave_from_date').val(''); + $('#empleave_to_date').val(''); + $('#empleave_days').val(''); + } + if(datefield_id != "") + { + new_to_val = $('#'+datefield_id).val(); + } + var medicalclaimType = $("#type").val(); + if(medicalclaimType != "") + { + switch(medicalclaimType) + { + case '1': txt = "paternity"; break; + case '2': txt = "maternity"; break; + case '3': txt = "disability"; break; + case '4': txt = "injured"; break; + } + } + $("#errors-"+obj_id).remove(); + + if(from_val != '' && to_val != '') + { + $.post(base_url+"/index/medicalclaimdates",{from_val:from_val,to_val:to_val,new_to_val:new_to_val,con:conText,claimtype:txt},function(data) + { + if(data.result == 'no') + { + if(conText == 1) + { + if(txt != 'maternity' && txt != 'paternity'){ + $("#errors-"+from_date_id).remove(); + $("#errors-"+to_date_id).remove(); + $(obj).parent().append("Leave start date should be greater than or equal to "+txt+" date."); + }else{ + $("#errors-"+from_date_id).remove(); + $("#errors-"+to_date_id).remove(); + $(obj).parent().append("Leave start date should be less than or equal to "+txt+" date."); + } + } + else if(conText == 3) + { + $("#errors-"+from_date_id).remove(); + $("#errors-"+to_date_id).remove(); + $(obj).parent().append("Approved leave start date should be in between employee applied leave limit."); + } + else if(conText == 4) + { + $("#errors-"+from_date_id).remove(); + $("#errors-"+to_date_id).remove(); + $("#errors-"+datefield_id).remove(); + $(obj).parent().append("Approved leave end date should be in between employee applied leave limit."); + } + else if(conText == 5) + { + $("#errors-"+from_date_id).remove(); + $("#errors-"+to_date_id).remove(); + $(obj).parent().append("Date of joining should be greater than or equal to "+txt +" date and employee leave start date."); + } + else if(conText == 2) + { + $("#errors-"+from_date_id).remove(); + $("#errors-"+to_date_id).remove(); + $(obj).parent().append("To date should greater than from date."); + } + $('#'+obj_id).val(''); + } + else + { + if(conText == 3) + { + $("#empleave_to_date").val(''); + $("#empleave_days").val(''); + } + if(conText == 2 || conText == 4) + { + if(document.URL != "") + { + var url = document.URL; + var myarr = url.split("/"); + if(url.indexOf("unitId") != -1) + { + userId = url.match(/unitId\/(.*?)\//i)[1]; + } + } + + calcDays(from_date_id,to_date_id,obj,0,userId); + } + } + },'json'); + } + else + { + } +} + +function fieldBlurvalidations(injury_typeVal) +{ + if(injury_typeVal == 3) + { + $('#injury_name').on("blur",function() + { + if($('#errors-injury_name').length) $("#errors-injury_name").remove(); + if($.trim($("#injury_name").val()) == '') + { + if($('#errors-injury_name').length) $("#errors-injury_name").remove(); + $(this).parent().append("Please enter disability."); + } + else + { + $("#errors-injury_name").remove(); + } + }); + $('#s2id_disability_type').on("blur",function() + { + if($.trim($("#disability_type").val()) == '') + { + if($('#errors-disability_type').length) $("#errors-disability_type").remove(); + $(this).parent().append("Please select disability type."); + } + else if($.trim($("#disability_type").val()) != '' && $.trim($("#disability_type").val()) == 'other impairments') + { + $("#errors-disability_type").remove(); + $('#other_disability_type').on("blur",function() + { + if($("#other_disability_type").val() == "") + { + if($('#errors-other_disability_type').length) $("#errors-other_disability_type").remove(); + $("#other_disability_type").parent().append("Please enter any other disability type."); + } + else + { + $('#errors-other_disability_type').remove(); + } + }); + } + else + { + $("#errors-disability_type").remove(); + } + }); + } + else if(injury_typeVal == 4) + { + $('#injury_name').on("blur",function() + { + if($('#errors-injury_name').length) $("#errors-injury_name").remove(); + if($.trim($(this).val()) == '') + { + $(this).parent().append("Please enter injury ."); + } + }); + $('#injury_severity').on("blur",function() + { + if($('#errors-injury_severity').length) $("#errors-injury_severity").remove(); + if($.trim($(this).val()) == '') + { + $(this).parent().append("Please select injury severity."); + } + }); + $('#empleave_from_date').on("blur",function() + { + if($('#errors-empleave_from_date').length) $("#errors-empleave_from_date").remove(); + if($.trim($(this).val()) == '') + { + $(this).parent().append("Please select date."); + } + else + { + medicalclaimDates_validation('leavebyemp_from_date','empleave_from_date',this,'leavebyemp_to_date',3); + } + }); + $('#empleave_to_date').on("blur",function() + { + if($('#errors-empleave_to_date').length) $("#errors-empleave_to_date").remove(); + if($.trim($(this).val()) == '') + { + $(this).parent().append("Please select date."); + } + else + { + medicalclaimDates_validation('empleave_from_date','empleave_to_date',this,'leavebyemp_to_date',4); + } + }); + $('#hospital_name').on("blur",function() + { + if($('#errors-hospital_name').length) $("#errors-hospital_name").remove(); + if($.trim($(this).val()) == '') + { + $(this).parent().append("Please enter hospital name."); + } + }); + $('#hospital_addr').on("blur",function() + { + if($('#errors-hospital_addr').length) $("#errors-hospital_addr").remove(); + if($.trim($(this).val()) == '') + { + $(this).parent().append("Please enter hospital address."); + } + }); + $('#room_num').on("blur",function() + { + if($('#errors-room_num').length) $("#errors-room_num").remove(); + if($.trim($(this).val()) == '') + { + $(this).parent().append("Please enter /ward number."); + } + }); + $('#gp_name').on("blur",function() + { + if($('#errors-gp_name').length) $("#errors-gp_name").remove(); + if($.trim($(this).val()) == '') + { + $(this).parent().append("Please enter concerned physician name."); + } + }); + $('#treatment_details').on("blur",function() + { + if($('#errors-treatment_details').length) $("#errors-treatment_details").remove(); + if($.trim($(this).val()) == '') + { + $(this).parent().append("Please enter treatment details."); + } + }); + $('#total_cost').on("blur",function() + { + if($('#errors-total_cost').length) $("#errors-total_cost").remove(); + if($.trim($(this).val()) == '') + { + $(this).parent().append("Please enter total cost."); + } + }); + } + else if(injury_typeVal == 1 || injury_typeVal == 2) + { + $('#empleave_from_date').on("blur",function() + { + if($('#errors-empleave_from_date').length) $("#errors-empleave_from_date").remove(); + if($.trim($(this).val()) == '') + { + $(this).parent().append("Please select date."); + } + else + { + medicalclaimDates_validation('leavebyemp_from_date','empleave_from_date',this,'leavebyemp_to_date',3); + } + }); + $('#empleave_to_date').on("blur",function() + { + if($('#errors-empleave_to_date').length) $("#errors-empleave_to_date").remove(); + if($.trim($(this).val()) == '') + { + $(this).parent().append("Please select date."); + } + else + { + medicalclaimDates_validation('empleave_from_date','empleave_to_date',this,'leavebyemp_to_date',4); + } + }); + $('#hospital_name').on("blur",function() + { + if($('#errors-hospital_name').length) $("#errors-hospital_name").remove(); + if($.trim($(this).val()) == '') + { + $(this).parent().append("Please enter hospital name."); + } + }); + $('#hospital_addr').on("blur",function() + { + if($('#errors-hospital_addr').length) $("#errors-hospital_addr").remove(); + if($.trim($(this).val()) == '') + { + $(this).parent().append("Please enter hospital address."); + } + }); + $('#room_num').on("blur",function() + { + if($('#errors-room_num').length) $("#errors-room_num").remove(); + if($.trim($(this).val()) == '') + { + $(this).parent().append("Please enter room number."); + } + }); + $('#gp_name').on("blur",function() + { + if($('#errors-gp_name').length) $("#errors-gp_name").remove(); + if($.trim($(this).val()) == '') + { + $(this).parent().append("Please enter concerned physician name."); + } + }); + $('#treatment_details').on("blur",function() + { + if($('#errors-treatment_details').length) $("#errors-treatment_details").remove(); + if($.trim($(this).val()) == '') + { + $(this).parent().append("Please enter treatment details."); + } + }); + $('#total_cost').on("blur",function() + { + if($('#errors-total_cost').length) $("#errors-total_cost").remove(); + if($.trim($(this).val()) == '') + { + $(this).parent().append("Please enter total cost."); + } + }); + } +} + function showdisabilityField(id) + { + if(id != "") + { + var disabilityType = $("#"+id).val(); + if(disabilityType == "other impairments") + { + $("#OtherdisabilityType").css("display","block"); + } + else + { + $("#OtherdisabilityType").css("display","none"); + } + } + } + + function confirmadd() + { + var status = $('#bgstatusvalue').val(); + if(status == 'Complete') + { + jConfirm("You are trying to re-open the background check process for the employee/candidate. Please confirm", "Confirmation", function(r) { + if(r==true) + { + alert(status);return true; + } + else { + return false; + } + }); + } + else { + return true; + } + } + + function opencontactnumberpopup(id,flag) + { + $("#number_value").val(''); + $("#errors-contactnumber").html(''); + var result = ''; + var title = ''; + var number = $('#contactnospan').html(); + $("#number_value").bind("blur keyup",function(){ + validatecontactnumber($("#number_value").val()); + }); + + if(flag == 'edit') + { + title = "Update Contact Number"; + $("#number_value").val(number); + } + else + { + title = "Add Contact Number"; + } + + $("#dialog-confirm").dialog({ + draggable:false, + resizable: false, + width:252, + title: title, + modal: true, + buttons: [{ + id:"btn-accept", + text: "Ok", + click: function() { + result = validatenumber(id,flag); + if(result != 'false') + { + $(this).dialog("close"); + } + } + },{ + id:"dialogcncl", + text: "Cancel", + Class: "ui-button-cancel", + click: function() { + $("#number_value").val(''); + $("#errors-contactnumber").html(''); + $(this).dialog("close"); + } + }] + }); + } + + function validatecontactnumber(val) + { + $("#errors-contactnumber").html(''); + var contactnumber; + contactnumber = val.replace(/[^0-9]/g, ''); + var html = ''; + if(val == '') + { + $("#errors-contactnumber").html('Please enter contact number.'); + } + else if(contactnumber.length != 10) { + $("#errors-contactnumber").html('Please enter valid phone number.'); + + } + else if(contactnumber == '0000000000') { + $("#errors-contactnumber").html('Please enter valid phone number.'); + } + } + + function validatenumber(id,flag) + { + var contactnumber = $("#number_value").val(); + contactnumber = contactnumber.replace(/[^0-9]/g, ''); + var html = ''; + if($("#number_value").val() == '') + { + $("#errors-contactnumber").html('Please enter contact number.'); + msg = "false"; + } + else if(contactnumber.length != 10) { + $("#errors-contactnumber").html('Please enter valid phone number.'); + msg = "false"; + } + else if(contactnumber == '0000000000') { + $("#errors-contactnumber").html('Please enter valid phone number.'); + msg = "false"; + } + else { + $.ajax({ + url: base_url+"/index/updatecontactnumber", + type : 'POST', + data : 'id='+id+'&contactnumber='+contactnumber, + dataType: 'json', + beforeSend: function () { + $("#number_value").before("
"); + $("#loader").html(""); + }, + success : function(response){ + $("#loader").remove(); + $("#dialog-confirm").dialog("close"); + if(flag == 'edit') + { + $("#contactnospan").html(contactnumber); + } + else + { + html =''; + $("#contactnospan").html(contactnumber); + $(".number-add").html(html); + } + $('#empdetailsmsgdiv').show(); + $('#successtext').html(response['message']); + setTimeout(function(){ + $('#empdetailsmsgdiv').fadeOut('slow'); + },3000); + } + + }); + msg = "true"; + } + return msg; + } + +function calcDays(from_date_id, to_date_id,obj,conText,userId) +{ + var obj_id = $(obj).prop('id'); + var from_val = $('#'+from_date_id).val(); + var to_val =''; var Url=""; + if(conText == 1) + { + Url=base_url+"/index/calculatedays/format/json"; + } + else + { + to_val = $('#'+to_date_id).val(); + Url=base_url+"/index/calculatebusinessdays/format/json"; + } + + $("#errors-"+obj_id).remove(); + if(from_val != '' && (to_val != '' || conText == 1)) + { + $.post(base_url+"/index/fromdatetodate",{from_val:from_val,to_val:to_val,con:conText},function(data){ + if(data.result == 'no') + { + if(obj_id=="to_date") + { + $("#errors-"+obj_id).remove(); + $(obj).parent().append("To date should be greater than from date."); + } + else if(obj_id == "from_date") + { + $("#errors-"+obj_id).remove(); + $(obj).parent().append("From date should be less than to date."); + } + else if(obj_id == "dependent_dob") + { + $("#errors-"+obj_id).remove(); + $(obj).parent().append("Date of birth should be less than current date"); + } + else + { + $("#errors-"+obj_id).remove(); + $(obj).parent().append("To date should be greater than from date."); + } + $('#'+obj_id).val(''); + } + else if(data.result == 'yes') + { + $.ajax({ + url: Url, + type : 'POST', + dataType: 'json', + data : 'fromDate='+from_val+"&toDate="+to_val+"&conText="+conText+"&userId="+userId, + beforeSend: function () + { + if(conText == 1) $("#"+from_date_id).before("
"); + else $("#"+to_date_id).before("
"); + + $("#loader").html(""); + }, + success : function(response) + { + $("#loader").remove(); + if(from_date_id == "leavebyemp_from_date") + $("#leavebyemp_days").val(response); + else if(from_date_id == "empleave_from_date") + $("#empleave_days").val(response); + else + $('#dependent_age').val(response); + } + + }); + + + } + },'json'); + + } + } + +function displayempstatusmessage() +{ + var empstatusval = $("#emp_status_id").val(); + var empstatustext = $("#emp_status_id option:selected").text(); + + if(empstatusval == 8 || empstatusval == 9 || empstatusval == 10) + { + $("#empstatusmessage").html("You are trying to change the employment status of this employee to "+empstatustext+". The employee will not be able to log into the system."); + $("#empstatus-alert").dialog({ + draggable:false, + resizable: false, + width:252, + title: "Alert", + modal: true, + buttons : { + "Ok" : function() { + $(this).dialog("close"); + } + } + }); + } +} + +function gobacktocontroller(context) +{ +if(context == 'view' || context == 'edit') + window.location.href = base_url+'/employee'; +else if(context == 'myemployees' || context == 'myemployeesedit') + window.location.href = base_url+'/myemployees'; + else + window.location.href = base_url+'/mydetails/edit'; +} + +function showleavealert(leavetransfercount,prevyear) +{ + if($("#emp_leave_limit").val() !='') + { + if(leavetransfercount !='' && prevyear !='') + { + $("#empleavesmessage").html(leavetransfercount+" leaves will be transfered to the employee from the year "+prevyear); + $("#empleaves-alert").dialog({ + draggable:false, + resizable: false, + width:252, + title: "Transfer of Leaves", + modal: true, + buttons : { + "Ok" : function() { + document.getElementById("formid").submit(); + $(this).dialog("close"); + }, + "Cancel" : function() { + $(this).dialog("close"); + } + } + }); + } + }else + { + document.getElementById("formid").submit(); + } +} + +function makeActiveInactive_1(status,emp_id) +{ + if(status == 'other') + { + var empstatus = ''; + if(emp_id == 2) + empstatus = 'Resigned'; + else if(emp_id == 3) + empstatus = 'Left'; + else if(emp_id == 4) + empstatus = 'Suspended'; + jAlert('You cannot activate / inactivate an employee when the employement status is '+empstatus+'', 'Alert'); + + } + else + { + + if(status == 'inactive') + var mstatus = 'inactivate this employee'; + else + mstatus = 'activate this employee'; + jConfirm("Are you sure you want to "+mstatus+'?', 'Confirmation', function(r) { + if(r==true) + { + $.post(base_url+"/default/employee/makeactiveinactive",{emp_id:emp_id,status:status},function(data){ + if(data.result == 'yes') + { + $('#empdetailsmsgdiv').show(); + if(status == 'active') + { + var parent = $('.cb-enable').parents('.switch'); + $('.cb-disable',parent).removeClass('selected'); + $('.cb-enable').addClass('selected'); + $('#successtext').html("Employee activated successfully."); + $('.cb-enable').unbind('click'); + $(".cb-disable").bind("click", (function () { + makeActiveInactive("inactive",emp_id); + })); + } + else + { + var parent = $('.cb-disable').parents('.switch'); + $('.cb-enable',parent).removeClass('selected'); + $('.cb-disable').addClass('selected'); + $('#successtext').html("Employee inactivated successfully."); + $('.cb-disable').unbind('click'); + $(".cb-enable").bind("click", (function () { + makeActiveInactive("active",emp_id); + })); + } + setTimeout(function(){ + $('#empdetailsmsgdiv').fadeOut('slow'); + },3000); + } + },'json'); + } + }); + } +} + +function makeActiveInactive(status,emp_id) +{ + if(status == 'other') + { + var empstatus = ''; + if(emp_id == 2) + empstatus = 'Resigned'; + else if(emp_id == 3) + empstatus = 'Left'; + else if(emp_id == 4) + empstatus = 'Suspended'; + jAlert('You cannot activate / inactivate an employee when the employement status is '+empstatus+'', 'Alert'); + } + else + { + if(status == 'inactive') + var mstatus = 'inactivate this employee'; + else + mstatus = 'activate this employee'; + jConfirm("Are you sure you want to "+mstatus+'?', 'Confirmation', function(r) { + if(r==true) + { + var hasteam = $('#hasteam').val(); + if(hasteam == 'true' && status == 'inactive') + { + var url = domain_data+"employee/makeactiveinactive/emp_id/"+emp_id+"/status/"+status+"/hasteam/"+hasteam; + var menuname = 'Re-assign reporting manager'; + displaydeptform(url,menuname); + } + else + { + $.post(base_url+"/default/employee/makeactiveinactive",{emp_id:emp_id,status:status,hasteam:hasteam},function(data){ + if(data.result == 'yes') + { + $('#empdetailsmsgdiv').show(); + if(status == 'active') + { + var parent = $('.cb-enable').parents('.switch'); + $('.cb-disable',parent).removeClass('selected'); + $('.cb-enable').addClass('selected'); + $('#successtext').html("Employee activated successfully."); + $('.cb-enable').unbind('click'); + $(".cb-disable").bind("click", (function () { + makeActiveInactive("inactive",emp_id); + })); + } + else + { + var parent = $('.cb-disable').parents('.switch'); + $('.cb-enable',parent).removeClass('selected'); + $('.cb-disable').addClass('selected'); + $('#successtext').html("Employee inactivated successfully."); + $('.cb-disable').unbind('click'); + $(".cb-enable").bind("click", (function () { + makeActiveInactive("active",emp_id); + })); + } + setTimeout(function(){ + $('#empdetailsmsgdiv').fadeOut('slow'); + },3000); + } + },'json'); + } + } + }); + } +} + +function profileImageSave(){ + $("#profile_add").hide(); + var profile_photo = $('#uploadimagepath').val(); + var user_id = $('#userid').val(); + + $.ajax({ + url: base_url+'/dashboard/update', + async:false, + data:'user_id='+user_id+'&profile_photo='+profile_photo, + type : 'POST', + dataType: 'json', + beforeSend: function () { + $("#loaderimg").show(); + }, + success : function(response){ + if(response == 'update'){ + $("#loaderimg").hide(); + $("#profimg").html(''); + successmessage('Your profile image updated.'); + } + } + },'json'); +} + +function validatecost() +{ + + if($("#errors-amountvalidation").is(":visible")) + $("#errors-amountvalidation").hide(); + var totalcost = $("#total_cost").val(); + var amountclaimed = $("#amount_claimed").val(); + var type = $("#type").val(); + if(totalcost == '' && amountclaimed !='' && (type != "" && type != 3)) + { + $('#amount_claimed').after("Please enter total cost first."); + return false; + } + else if((parseInt(amountclaimed) > parseInt(totalcost)) && (type != "" && type != 3)) + { + $('#amount_claimed').after("Amount claimed cannot be more than total cost."); + return false; + } +} + +function displayotherdocumentdiv(ele) +{ + if ($('#othercheck').is(":checked")) + { + $('#otherdocument').val(''); + $('#otherdocumentdiv').show(); + }else + { + $('#otherdocument').val(''); + $('#otherdocumentdiv').hide(); + } +} + +function createorremoveshortcut(menuid,shortcutflag) +{ + var actionvar = ''; + var html = ''; + if(shortcutflag == 1) + + actionvar = 'pin to shortcuts'; + else if(shortcutflag == 2) + + actionvar = 'unpin from shortcuts'; + else if(shortcutflag == 3) + + actionvar = 'pin to shortcuts'; + + if($("#errors-pageshortcut").is(":visible")) + $("#errors-pageshortcut").hide(); + $.ajax({ + url: base_url+"/index/createorremoveshortcut", + type : 'POST', + data : 'menuid='+menuid+'&shortcutflag='+shortcutflag, + dataType: 'json', + beforeSend: function () { + $("#pageshortcut").before("
"); + $("#loader-shortcut").html(""); + }, + success : function(response){ + $("#loader-shortcut").remove(); + if(response['result'] !='' ) + { + if(response['result'] !='error' && response['result'] !='inactive') + { + if($.trim(response['result']) == 'limit') + { + jConfirm("You have already added 16 shortcut icons.Please visit settings page to manage your shortcut icons", "Confirmation",function(r) + { + if(r==true) + { + window.location = base_url+"/viewsettings/2"; + } + else + { + return false; + } + }); + } + else + { + if(shortcutflag == 1 || shortcutflag == 3) + { + + html ="
Unpin from shortcuts"; + html +="
"; + } + else if(shortcutflag == 2) + { + + html ="
Pin to shortcuts"; + html +="
"; + } + $("#pageshortcutdiv").html(html); + location.reload(); + } + } + + if(response['result'] =='error') + { + $('#pageshortcut').before("You cannot "+actionvar+"."); + } + if(response['result'] =='inactive') + { + $('#pageshortcut').before("You cannot "+actionvar+"."); + } + } + } + + }); + } + + + function validateorgstartdate(ele,con,bunitid) + { + var startdate = $(ele).val(); + var errormsg; + if(con == '') + con = 'organisationinfo'; + if($(".errors").is(":visible")) + $(".errors-"+ele.id).remove(); + if(startdate !='') + { + $.ajax({ + url: base_url+"/organisationinfo/validateorgstartdate", + type : 'POST', + data : 'startdate='+startdate+'&con='+con+'&bunitid='+bunitid, + dataType: 'json', + beforeSend: function () { + if(con == 'organisationinfo') + $("#org_startdate").before("
"); + else + $("#start_date").before("
"); + $("#loader").html(""); + }, + success : function(response){ + $("#loader").remove(); + if(response['result'] =='error' && response['result'] !='') + { + if(con == 'organisationinfo') + { + $("#org_startdate").parent().append('Organization start date must be less than Business unit and Department start date.' ); + $("#org_startdate").val(''); + } + else if(con == 'businessunit') + { + if(bunitid !='') + errormsg = "Business unit start date must be less than Department start date and greater than Organization start date."; + else + errormsg = "Business unit start date must be greater than Organization start date."; + $("#start_date").parent().append(''+errormsg+'' ); + $("#start_date").val(''); + } + else if(con == 'departments') + { + if(bunitid > 0) + errormsg = "Department start date must be greater than Business unit and Organization start dates."; + else + errormsg = "Department start date must be greater than Organization start date."; + $("#start_date").parent().append(''+errormsg+'' ); + $("#start_date").val(''); + } + }else if(response['result'] =='success'){ + if(con == 'organisationinfo') + { + $("#errors-org_startdate").remove(); + }else if(con == 'departments' || con == 'businessunit'){ + $("#errors-start_date").remove(); + } + } + } + }); + } + } + + function validateorgandunitstartdate(ele,con) + { + var startdate = $('#start_date').val(); + var bunitid; + var errormsg; + if(ele.selectedIndex > 0){ + bunitid = ele[ele.selectedIndex].value; + }else{ + bunitid = ''; + } + + if($(".errors").is(":visible")) + $(".errors").remove(); + if(startdate !='' && bunitid !='') + { + $.ajax({ + url: base_url+"/organisationinfo/validateorgstartdate", + type : 'POST', + data : 'startdate='+startdate+'&con='+con+'&bunitid='+bunitid, + dataType: 'json', + beforeSend: function () { + $("#start_date").before("
"); + $("#loader").html(""); + }, + success : function(response){ + $("#loader").remove(); + if(response['result'] =='error' && response['result'] !='') + { + + if(con == 'deptunit') + { + errormsg = "Department start date must be greater than Business unit and Organization start dates."; + $("#start_date").parent().append(''+errormsg+'' ); + $("#start_date").val(''); + } + } + + } + }); + } + } + +function modifylist(actionName,userid,level,parent) +{ + var buttons1; + if(actionName == 'add') + { + var level = parseInt(level) + 1; + $.ajax({ + url: base_url+"/heirarchy/addlist/format/html", + type : 'POST', + data : 'userid='+userid+'&level='+level+'&parent='+parent+'&actionName='+actionName, + dataType: 'html', + success : function(response){ + if(response == 'nodata'){ + response = '
No employees to add to the hierarchy.
'; + buttons1 = buttons1 = [{ + id:"dialogclose", + text: "Close", + click: function() { + $("#addlist").dialog('close'); + } + }]; + } + else + { + buttons1 = [{ + id:"dialogadd", + text: "Add", + click: function() { + savehierarchylevel(); + } + },{ + id:"dialogcncl", + text: "Cancel", + Class: "ui-button-cancel", + click: function() { + $("#addlist").dialog('close'); + } + }]; + } + + $("#addlist").html(response); + $("#addlist").dialog({ + resizable: false, + height:400, + modal: true, + title: 'Add - Hierarchy level '+level, + closeOnEscape: false, + buttons: buttons1 + }); + $("#addlist").css('display','block'); + $('#editdialogbox').slimscroll({ }); + } + }); + } + else if(actionName == 'remove') + { + jConfirm("You are trying to remove the person from the hierarchy. Please confirm", "Confirmation",function(r) + { + if(r==true) + { + var message = ''; + $.ajax({ + url: base_url+"/heirarchy/deletelist/format/json", + type : 'POST', + data : 'userid='+userid+'&level='+level+'&parent='+parent, + dataType: 'json', + success : function(response){ + if(response['result'] == 'updated') + { + window.location = base_url+"/heirarchy/edit"; + }else + { + message = "Hierarchy is not updated successfully."; + $("#error_message").html('
'+message+'
'); + setTimeout(function(){ + $('#error_message').fadeOut('slow'); + },3000); + } + } + }); + }else{ + return false; + } + }); + } + else if(actionName == 'edit') + { + buttons2 = ''; + $.ajax({ + url: base_url+"/heirarchy/editlist/format/html", + type : 'POST', + data : 'olduserid='+userid+'&level='+level+'&parent='+parent+'&actionName='+actionName, + dataType: 'html', + success : function(response){ + if(response == 'nodata'){ + response = '
No employees to update the hierarchy.
'; + buttons2 = [{ + id:"dialogclose", + text: "Close", + click: function() { + $("#addlist").dialog('close'); + } + }]; + }else{ + buttons2 = [{ + id:"dialogadd", + text: "Update", + click: function() { + savehierarchylevel(); + } + },{ + id:"dialogcncl", + text: "Cancel", + Class: "ui-button-cancel", + click: function() { + $("#addlist").dialog('close'); + } + }] + } + + + $("#addlist").html(response); + $("#addlist").dialog({ + resizable: false, + height:150, + modal: true, + title: 'Edit - Hierarchy level '+level, + closeOnEscape: false, + buttons: buttons2 + }); + $("#addlist").css('display','block'); + } + }); + } +} + +function savehierarchylevel() +{ + var level = $('#levelnumberval').val(); + var newuserid = $('#levelselect').val(); + var actionName = $('#actiontype').val(); + var options = $('#levelselect > option:selected'); + if(options.length == 0 && actionName == 'add'){ + $('#levelselect-error').html('Please select employee.'); + return false; + } + else if(newuserid == '' && actionName == 'edit') + { + $('#levelselect-error').html('Please select employee.'); + return false; + } + else + { + if(actionName == 'add') + { + var parent = $('#parentuserid').val(); + $.ajax({ + url: base_url+"/heirarchy/saveadddata/format/json", + type : 'POST', + data : 'newuserid='+newuserid+'&level='+level+'&parent='+parent+'&actionName='+actionName, + dataType: 'json', + success : function(response){ + if(response['result'] == 'saved') + { + window.location = base_url+"/heirarchy/edit"; + } + else + { + $('#levelselect-error').html('Please select employee.'); + return false; + } + } + }); + } + if(actionName == 'edit') + { + var olduserparent = $('#parentid').val(); + var olduserid = $('#olduserid').val(); + + $.ajax({ + url: base_url+"/heirarchy/saveeditdata/format/json", + type : 'POST', + data : 'newuserid='+newuserid+'&level='+level+'&actionName='+actionName+'&olduserid='+olduserid+'&olduserparent='+olduserparent, //'&parent='+parent+ + dataType: 'json', + success : function(response){ + if(response['result'] == 'updated') + { + window.location = base_url+"/heirarchy/edit"; + }else if(response['result'] == 'failed') + { + window.location = base_url+"/heirarchy/edit"; + } + else + { + $('#levelselect-error').html('Please select employee.'); + return false; + } + } + }); + } + } +} + +function displayHolidayDates(ele) +{ + var id; + var Url; + if(ele.selectedIndex != -1){ + id = ele[ele.selectedIndex].value; + }else{ + id = ''; + } + var userid = $("#userid").val(); + Url = base_url+"/empholidays/index/format/html"; + if(id) + { + $.ajax({ + url: Url, + type : 'POST', + data : 'groupid='+id+'&call=ajaxcall'+'&userid='+userid, + success : function(response){ + $('#grid_empholidays').show(); + $('#grid_empholidays').html(response); + } + }); + }else + { + $('#grid_empholidays').hide(); + } +} + +function changereportsscreen(controllername) +{ + if(controllername) + window.location.href = base_url+'/reports/'+controllername; +} + +function downloadLeavesPdf(url, data){ + $.blockUI({ width:'50px',message: $("#spinner").html() }); + $.ajax({ + type: "POST", + url: url, + data: data, + success: function(response) { + response = JSON.parse(response); + download_url = base_url + '/reports/downloadreport/file_name/' + response.file_name; + var $preparingFileModal = $("#preparing-file-modal"); + $.fileDownload(download_url, { + successCallback: function(url) { + $.unblockUI(); + }, + failCallback: function(responseHtml, url) { + $.unblockUI(); + jAlert('Download of the report failed'); + } + }); + return false; + }, + }); +} + +function downloadBUsPdf(url, formId) +{ + $.blockUI({ width:'50px',message: $("#spinner").html() }); + var data = $('#id_param_string').val(); + if(data == '') + var data = $(formId).serialize(); + $.ajax({ + type: "POST", + url: url, + data: data, + success: function(response) { + response = JSON.parse(response); + download_url = base_url + '/reports/downloadreport/file_name/' + response.file_name; + var $preparingFileModal = $("#preparing-file-modal"); + $.fileDownload(download_url, { + successCallback: function(url) { + $.unblockUI(); + }, + failCallback: function(responseHtml, url) { + $.unblockUI(); + jAlert('Download of the report failed'); + } + }); + return false; + }, + }); +} + +function downloadHolidaysPdf(url, data){ + $.blockUI({ width:'50px',message: $("#spinner").html() }); + $.ajax({ + type: "POST", + url: url, + data: data, + success: function(response) { + response = JSON.parse(response); + download_url = base_url + '/reports/downloadreport/file_name/' + response.file_name; + var $preparingFileModal = $("#preparing-file-modal"); + $.fileDownload(download_url, { + successCallback: function(url) { + $.unblockUI(); + }, + failCallback: function(responseHtml, url) { + $.unblockUI(); + jAlert('Download of the report failed'); + } + }); + return false; + }, + }); +} + +function downloadLeaveManagementPdf(url, data){ + $.blockUI({ width:'50px',message: $("#spinner").html() }); + $.ajax({ + type: "POST", + url: url, + data: data, + success: function(response) { + response = JSON.parse(response); + download_url = base_url + '/reports/downloadreport/file_name/' + response.file_name; + var $preparingFileModal = $("#preparing-file-modal"); + $.fileDownload(download_url, { + successCallback: function(url) { + $.unblockUI(); + }, + failCallback: function(responseHtml, url) { + $.unblockUI(); + jAlert('Download of the report failed'); + } + }); + return false; + }, + }); +} + +function getdeptData(id) +{ + url = base_url+"/businessunits/getdeptnames/format/html"; + var myPos = [ $(window).width() / 5, 150 ]; + $.ajax({ + type: "POST", + url: url, + data: 'bunitid='+id, + dataType: 'html', + success: function(response) + { + $("#deptinfo").css('display','block'); + $("#deptinfo").html(response); + $("#deptinfo").dialog({ + open : function(){ + $('.ui-widget-overlay').addClass('ui-front-overwrite'); + $('.ui-dialog').removeClass('ui-dialog-buttons'); + $('.ui-dialog').removeClass('ui-front'); + $('.ui-dialog').addClass('ui-btn-overwrite'); + }, + title: 'Departments List', + position: myPos, + modal: true, + buttons : { + "Close" : function() { + $(this).dialog("close"); + } + } + }); + } + }); + +} + +function getempData(deptid) +{ + url = base_url+"/departments/getempnames/format/html"; + var myPos = [ $(window).width() / 5, 150 ]; + $.ajax({ + type: "POST", + url: url, + data: 'deptid='+deptid, + dataType: 'html', + success: function(response) + { + $("#empinfo").css('display','block'); + $("#empinfo").html(response); + $("#empinfo").dialog({ + open : function(){ + $('.ui-widget-overlay').addClass('ui-front-overwrite'); + $('.ui-dialog').removeClass('ui-dialog-buttons'); + $('.ui-dialog').removeClass('ui-front'); + $('.ui-dialog').addClass('ui-btn-overwrite'); + }, + title: 'Employees List', + position: myPos, + modal: true, + buttons : { + "Close" : function() { + $(this).dialog("close"); + } + } + }); + } + }); + +} + +function getempholidaygroup(id,groupname) +{ + url = base_url+"/holidaygroups/getempnames/format/html"; + var myPos = [ $(window).width() / 5, 150 ]; + $.ajax({ + type: "POST", + url: url, + data: 'groupid='+id, + dataType: 'html', + success: function(response) + { + $("#empnamesinfo").css('display','block'); + $("#empnamesinfo").html(response); + $("#empnamesinfo").dialog({ + open : function(){ + $('.ui-widget-overlay').addClass('ui-front-overwrite'); + $('.ui-dialog').removeClass('ui-dialog-buttons'); + $('.ui-dialog').removeClass('ui-front'); + $('.ui-dialog').addClass('ui-btn-overwrite'); + }, + title: 'Employees Name', + position: myPos, + modal: true, + buttons : { + "Close" : function() { + $(this).dialog("close"); + } + } + }); + } + }); + +} + +function getholidaynames(id) +{ + url = base_url+"/holidaygroups/getholidaynames/format/html"; + var myPos = [ $(window).width() / 5, 150 ]; + $.ajax({ + type: "POST", + url: url, + data: 'groupid='+id, + dataType: 'html', + success: function(response) + { + $("#holidaynamesinfo").css('display','block'); + $("#holidaynamesinfo").html(response); + $("#holidaynamesinfo").dialog({ + open : function(){ + $('.ui-widget-overlay').addClass('ui-front-overwrite'); + $('.ui-dialog').removeClass('ui-dialog-buttons'); + $('.ui-dialog').removeClass('ui-front'); + $('.ui-dialog').addClass('ui-btn-overwrite'); + }, + title: 'Holiday Names', + position: myPos, + modal: true, + buttons : { + "Close" : function() { + $(this).dialog("close"); + } + } + }); + } + }); +} + +function checkissuingauthority(ele) +{ + var id; + var Url; + if(ele.selectedIndex != -1){ + id = ele[ele.selectedIndex].value; + }else{ + id = ''; + } + Url = base_url+"/index/getissuingauthority/format/json"; + if(id) + { + $.ajax({ + url: Url, + type : 'POST', + data : 'doctypeid='+id, + dataType: 'json', + success : function(response){ + if(response['result'] !='') + { + if(response['result'] == 1) + { + $("#statelabel").removeClass('required'); + $("#citylabel").removeClass('required'); + $("#issuingauthflag").val(1); + $("#issuingauth_statediv").hide(); + $("#issuingauth_citydiv").hide(); + } + else if(response['result'] == 2) + { + $("#issuingauth_statediv").show(); + $("#issuingauth_citydiv").hide(); + $("#statelabel").addClass('required'); + $("#citylabel").removeClass('required'); + $("#issuingauthflag").val(2); + }else if(response['result'] == 3) + { + $("#issuingauth_statediv").show(); + $("#issuingauth_citydiv").show(); + $("#statelabel").addClass('required'); + $("#citylabel").addClass('required'); + $("#issuingauthflag").val(3); + } + } + } + }); + } +} + +function displaydates(ele) +{ + var statusvalue = ''; + if(ele.selectedIndex != -1){ + statusvalue = ele[ele.selectedIndex].value; + }else{ + statusvalue = ''; + } + + if(statusvalue == 1) + { + date_helper(); + }else + { + $('#from_date,#to_date').datepicker("hide"); + $('#from_date,#to_date').datepicker('destroy'); + $('#from_date,#to_date').val(''); + $('#errors-from_date').remove(); + $('#errors-to_date').remove(); + } +} + +function changereportingmanager(empid,status,ishead) +{ + var rmanager = $('#reporting_managerId').val(); + Url = base_url+"/employee/changereportingmanager/format/json"; + if(rmanager == '') + { + $('#errors-reporting_manager').html('Please select reporting manager.'); + return false; + }else{ + $.blockUI({ width:'50px',message: $("#spinner").html() }); + $.ajax({ + url: Url, + type : 'POST', + data : 'empid='+empid+'&newrmanager='+rmanager+'&status='+status+'&ishead='+ishead, + dataType: 'json', + success : function(response){ + $.unblockUI(); + $('#successmessagediv').css('display','block'); + if(response['result'] == 'success') + { + $('#successmessagediv').html("
Employee is successfully made inactive.
"); + }else{ + $('#successmessagediv').html("
Sorry, employee cannot be made inactive.
"); + } + + setTimeout(function(){ + closeiframepopup('employee',''); + },1000); + } + }); + } +} + +function validateCountry(tBox) { + var curVal = tBox.value; + if(curVal !='') + { + var re = /^[^ ][a-z0-9 ]*$/i; + $('#errors-othercountry').remove(); + if(!re.test(curVal)) + { + $('#othercountry').parent().append("Please enter valid country name."); + } + else + { + $('#errors-othercountry').remove(); + } + }else + { + $('#errors-othercountry').remove(); + } +} + +function validate_otherdocument(ele) + { + var id= $(ele).prop('id'); + $('#errors-'+id).remove(); + if($.trim($('#'+id).val()) == '') + { + $('#'+id).parent().append("Please enter other document."); + } + else + { + $('#errors-'+id).remove(); + } + } + +function getdetailsoforghead(ele) +{ + var id; var params = ''; + if(ele.selectedIndex != -1){ + id = ele[ele.selectedIndex].value; + }else{ + id = ''; + } + if(id !='') + { + $.ajax({ + url: base_url+"/organisationinfo/getcompleteorgdata/format/json", + type : 'POST', + data : 'userid='+id, + dataType: 'json', + beforeSend: function () { + $("#orghead").before("
"); + $("#loader").html(""); + }, + success : function(response) + { + $("#loader").remove(); + var result = response['result']; + var positionsArr = response['positionsdata']; + var defOption = ""; + $('#s2id_position_id .select2-choice span').html('Select Position'); + $("#position_id").find('option').remove(); + $("#position_id").parent().find('.select2-container').find('.select2-search-choice').remove(); + $("#position_id").html(defOption+positionsArr); + $('#rmdiv').css('display','block'); + $('#rmflag').val('1'); + var oldRM = $("#user_id").val(); + if(oldRM == id) + { + $('#rmdiv').css('display','none'); + $('#rmflag').val('0'); + } + $('#jobtitle_id').val(result['jobtitle_id']); + var jobtitle_idText = $("#jobtitle_id option[value='"+result['jobtitle_id']+"']").text() + $('#s2id_jobtitle_id').find('a.select2-choice').find('span').html(jobtitle_idText); + $('#employeeId').val(result['employeeId']); + $('#prefix_id').val(result['prefix_id']); + var prefixText = $("#prefix_id option[value='"+result['prefix_id']+"']").text() + $('#s2id_prefix_id').find('a.select2-choice').find('span').html(prefixText); + $('#emprole').val(result['emprole']); + var emproleText = $("#emprole option[value='"+result['emprole']+"']").text() + $('#s2id_emprole').find('a.select2-choice').find('span').html(emproleText); + $('#emailaddress').val(result['emailaddress']); + $('#date_of_joining').val(result['date_of_joining']); + $('#position_id').val(result['position_id']); + var position_idText = $("#position_id option[value='"+result['position_id']+"']").text(); + $('#s2id_position_id').find('a.select2-choice').find('span').html(position_idText); + } + }); + } + else + { + } +} + +/** + * Populting Request reciever, CC reciever and service desk department based on business unit and department selection + * Request reciever and CC reciever are populated for all groups except (User and Management). + * Service desk departments are populated which are not there in main_sd_configuration table based on business unit and department selection. + * This is done to avoid duplicate entries of service desk departments. + * @param ele + */ + +function displayemployees(ele) +{ + var elementid = ''; + var id = ''; + var dataparam = ''; + var bunitid = $("#businessunit_id").val(); + var deptid = $("#department_id").val(); + // Removing HTML for multiselect and select dropdowns + $('#s2id_request_recievers .select2-search-choice').remove(''); + $('#s2id_cc_mail_recievers .select2-search-choice').remove(''); + $('#service_desk_id').html(''); + $('#s2id_service_desk_id').find('span').html('Select Category'); + $('#request_recievers').html(''); + $('#cc_mail_recievers').html(''); + + // Removing error divs. + $('#errors-service_desk_flag-0').remove(); + $('#errors-department_id').remove(); + $('#errors-service_desk_id').remove(); + $('#errors-request_recievers').remove(); + $('#errors-approvingauthority').remove(); + elementid = $(ele).attr('id'); + if(elementid == 'businessunit_id') + { + if(ele.selectedIndex != -1){ + id = ele[ele.selectedIndex].value; + }else{ + id = ''; + } + dataparam = 'elementid='+elementid+'&bunitid='+id; + // Making implementation default to business unit wise + $('input[name="service_desk_flag"][value="1"]').prop('checked', true); + + }else if(elementid == 'department_id') + { + + if(ele.selectedIndex != -1){ + id = ele[ele.selectedIndex].value; + }else{ + id = ''; + } + dataparam = 'elementid='+elementid+'&bunitid='+bunitid+'&deptid='+id; + }else + { + dataparam = 'bunitid='+bunitid+'&deptid='+id; + } + + if(dataparam!='') + { + $('#errors-request_recievers').remove(); + $('#errors-cc_mail_recievers').remove(); + $('#errors-service_desk_id').remove(); + $.ajax({ + url: base_url+"/servicedeskconf/getemployees/format/html", + type : 'POST', + data : dataparam, + dataType: 'html', + beforeSend: function () { + $.blockUI({ width:'50px',message: $("#spinner").html() }); + }, + success : function(response){ + $.unblockUI(); + var obj = $.parseJSON(response); + if(obj) + { + if($.trim(obj['employee']) == 'noemployees') + { + $('#request_recievers').parent().append("No employees found."); + $('#cc_mail_recievers').parent().append("No employees found."); + } + if($.trim(obj['servicedesk']) == 'nodata') + { + $('#s2id_service_desk_id').parent().append("No categories found."); + + } + if(obj['employee'] != '' && obj['employee'] != 'null' && $.trim(obj['employee']) != 'noemployees') + { + $('#request_recievers').html(obj['employee']); + $('#cc_mail_recievers').html(obj['employee']); + } + if(obj['servicedesk'] != '' && obj['servicedesk'] != 'null' && $.trim(obj['servicedesk']) != 'nodata') + { + $('#service_desk_id').html(obj['servicedesk']); + } + if(obj['implement'] != '' && obj['implement'] != 'null' && elementid == 'businessunit_id') + { + $('input[name="service_desk_flag"][value="' + obj['implement'] + '"]').prop('checked', true); + if(obj['implement'] == 1) + { + $('#department_id').html(''); + $('#s2id_department_id').find('span').html('Select Department'); + } + else if(obj['implement'] == 0) + { + displayNormalDepartments("department_id"); + } + } + + if($('input[name=service_desk_flag]:checked').val() == 1) + { + $('#department_id').html(''); + $('#s2id_department_id').find('span').html('Select Department'); + $("#s2id_department_id").parent().parent().addClass('hiddenclass'); + } + + if($('input[name=service_desk_flag]:checked').val() == 0) + { + $("#s2id_department_id").parent().parent().removeClass('hiddenclass'); + } + } + } + }); + } + else + { + } +} + +/** + * This function validates the service desk implementation to be based on business unit or department wise. + * This function is used to display departments based on business unit selection based on front end flag. + * @param ele + */ + +function changeimplementation(ele) +{ + var value = $(ele).val(); + $('#errors-service_desk_flag-0').remove(); + if(value == 0 || value == 1) + { + if(value == 0) + { + var bunitid = $('#businessunit_id').val(); + if(bunitid == '') + { + $('#service_desk_flag-0').parent().parent().append("Please select a business unit."); + $('#service_desk_flag-0').removeAttr('checked'); + $("#service_desk_flag-1").prop("checked", true); + } + else + { + checkduplicateimplementation(2); + } + } + else if(value == 1) + { + checkduplicateimplementation(1); + } + } +} + +/** + * This function is used to populate departments based on business unit seletion. + * @param eleId + */ + +function displayNormalDepartments(eleId) +{ + var id; + var params = ''; + + id= $("#businessunit_id").val(); + params = 'business_id='+id; + + if(id !='') + { + $.ajax({ + url: base_url+"/index/getdepartments/format/html", + type : 'POST', + data : params, + dataType: 'html', + beforeSend: function () { + $("#"+eleId).before("
"); + $("#loader").html(""); + }, + success : function(response){ + if($.trim(response) == 'nodepartments') + { + $("#loader").remove(); + $("#errors-"+eleId).show(); + $("#errors-"+eleId).html("Departments are not added for this business unit."); + $("#"+eleId).find('option').remove(); + $('#s2id_'+eleId).find('span').html('Select Department'); + + } + if(response != '' && response != 'null' && $.trim(response) != 'nodepartments') + { + if($("#errors-"+eleId).is(':visible')) + $("#errors-"+eleId).hide(); + $('#s2id_'+eleId).find('span').html('Select Department'); + $("#loader").remove(); + $("#"+eleId).html(response); + } + + } + }); + } + + +} + +function checkduplicateimplementation(flag) +{ +var bunitid = $("#businessunit_id").val(); +var bunittext = $("#businessunit_id option:selected").text(); +var service_desk_flag = $('input[name=service_desk_flag]:checked').val(); +if(bunitid !='') + { + $.ajax({ + url: base_url+"/servicedeskconf/getbunitimplementation/format/json", + type : 'POST', + data : 'bunitid='+bunitid, + dataType: 'json', + beforeSend: function () { + + + }, + success : function(response) + { + + if(response['count'] !='' && response['count'] > 0) + { + jAlert('Applicability cannot be changed as requests are in pending state for '+bunittext+' business unit.'); + if(service_desk_flag == 1) + { + $('#service_desk_flag-1').removeAttr('checked'); + $("#service_desk_flag-0").prop("checked", true); + } + else + { + $('#service_desk_flag-0').removeAttr('checked'); + $("#service_desk_flag-1").prop("checked", true); + } + return false; + } + else if(response['result'] !='') + { + if(response['result'] != service_desk_flag) + { + jAlert('You are trying to change the applicability. All the previous details will be inactivated.'); + } + } + + if(flag == 1) + { + + displayemployees('implementation'); + } + else if(flag == 2) + { + $('#department_id').html(''); + $('#s2id_department_id').find('span').html('Select Department'); + $('#department_id').parent().parent().find('label').removeClass('required'); + $("#s2id_department_id").parent().parent().removeClass('hiddenclass'); + displayNormalDepartments("department_id"); + $('#department_id').parent().parent().find('label').addClass('required'); + } + + } + }); + } + +} + +/** + * This function populates approving authority whic are in management group. + * Here duplicate entry of approving autority is also restricted based on level of authority. + * @param ele + */ +function displayapprovingauthority(ele) +{ + var elementid = ''; + var value = ''; + var dataparam = ''; + var bunitid = $("#businessunit_id").val(); + var deptid = $("#department_id").val(); + var approvingauthority = $("#approvingauthority").val(); + var approver_1 = $("#approver_1").val(); + var approver_2 = $("#approver_2").val(); + var loader = ''; + elementid = $(ele).attr('id'); + if(elementid == 'approvingauthority') + { + if(ele.selectedIndex != -1){ + value = ele[ele.selectedIndex].value; + }else{ + value = ''; + } + if(value == 1) + { + $("#s2id_approver_1").parent().parent().removeClass('hiddenclass'); + $("#s2id_approver_2").parent().parent().addClass('hiddenclass'); + $("#s2id_approver_3").parent().parent().addClass('hiddenclass'); + $('#approver_1').html(''); + $('#approver_2').html(''); + $('#approver_3').html(''); + } + else if(value == 2) + { + $("#s2id_approver_1").parent().parent().removeClass('hiddenclass'); + $("#s2id_approver_2").parent().parent().removeClass('hiddenclass'); + $("#s2id_approver_3").parent().parent().addClass('hiddenclass'); + $('#approver_2').html(''); + $('#approver_3').html(''); + } + else if(value == 3) + { + $("#s2id_approver_1").parent().parent().removeClass('hiddenclass'); + $("#s2id_approver_2").parent().parent().removeClass('hiddenclass'); + $("#s2id_approver_3").parent().parent().removeClass('hiddenclass'); + $('#approver_3').html(''); + } + else + { + $("#s2id_approver_1").parent().parent().addClass('hiddenclass'); + $("#s2id_approver_2").parent().parent().addClass('hiddenclass'); + $("#s2id_approver_3").parent().parent().addClass('hiddenclass'); + $('#approver_1').html(''); + $('#approver_2').html(''); + $('#approver_3').html(''); + + } + + dataparam = 'elementid='+elementid+'&bunitid='+bunitid+'&deptid='+deptid; + loader = 'approver_1'; + } + else if(elementid == 'approver_1') + { + if($("#approvingauthority").val() != 1) + { + if(ele.selectedIndex != -1){ + value = ele[ele.selectedIndex].value; + }else{ + value = ''; + } + $('#approver_2').html(''); + $('#approver_3').html(''); + $('#s2id_approver_2 .select2-choice span').html('Select Approver 2'); + $('#s2id_approver_3 .select2-choice span').html('Select Approver 3'); + dataparam = 'elementid='+elementid+'&bunitid='+bunitid+'&deptid='+deptid+'&approver_1='+value; + } + loader = 'approver_2'; + } + else if(elementid == 'approver_2') + { + if($("#approvingauthority").val() == 3) + { + if(ele.selectedIndex != -1){ + value = ele[ele.selectedIndex].value; + }else{ + value = ''; + } + + $('#approver_3').html(''); + $('#s2id_approver_3 .select2-choice span').html('Select Approver 3'); + dataparam = 'elementid='+elementid+'&bunitid='+bunitid+'&deptid='+deptid+'&approver_1='+approver_1+'&approver_2='+value; + } + loader = 'approver_3'; + } + + + + if(elementid!='' && dataparam!='' && value!='') + { + $('#errors-approver_1').remove(); + $('#errors-approver_2').remove(); + $('#errors-approver_3').remove(); + $.ajax({ + url: base_url+"/servicedeskconf/getapprover/format/html", + type : 'POST', + data : dataparam, + dataType: 'html', + beforeSend: function () { + + $("#"+loader).before("
"); + $("#loader").html(""); + }, + success : function(response){ + + $('#loader').remove(); + if($.trim(response) == 'noemployees') + { + if(elementid == 'approvingauthority') + $('#s2id_approver_1').parent().parent().append("No employees found."); + else if(elementid == 'approver_1') + $('#s2id_approver_2').parent().parent().append("No employees found."); + else if(elementid == 'approver_2') + $('#s2id_approver_3').parent().parent().append("No employees found."); + } + if(response != '' && response != 'null' && $.trim(response) != 'noemployees') + { + if(elementid == 'approvingauthority') + { + $('#s2id_approver_1 .select2-choice span').html('Select Approver 1'); + $('#s2id_approver_2 .select2-choice span').html('Select Approver 2'); + $('#s2id_approver_3 .select2-choice span').html('Select Approver 3'); + if(value == 2) + $("#approver_2").append(""); + $("#approver_3").append(""); + $('#approver_1').html(response); + } + else if(elementid == 'approver_1') + { + $('#s2id_approver_2 .select2-choice span').html('Select Approver 2'); + $('#s2id_approver_3 .select2-choice span').html('Select Approver 3'); + $('#approver_2').html(response); + } + else if(elementid == 'approver_2') + { + $('#s2id_approver_3 .select2-choice span').html('Select Approver 3'); + $('#approver_3').html(response); + } + } + } + }); + } + +} + +function addDiv() +{ + var divcount = $("#multi_dept_div > div").length; + var idcount = parseInt($('#idcount').val()); + if(divcount < 5) + { + idcount = idcount + 1; + var html = ''; + html+="
"; + html+="
"; + html+=""; + html+="
"; + html+="
"; + html+="
"; + html+=""; + html+="
"; + html+="
"; + html+="
"; + html+="
"; + + $('#multi_dept_div').append(html); + $('#idcount').val(idcount); + $("[id^=description]").maxlength(); + }else + { + jAlert('You can add only 5 requests at a time.'); + } + +} + +function addAppQuestionDiv() +{ + var divcount = $("#multi_dept_div > div").length; + var idcount = parseInt($('#idcount').val()); + if(divcount < 5) + { + idcount = idcount + 1; + var html = ''; + html+="
"; + html+="
"; + html+=""; + html+="
"; + html+="
"; + html+="
"; + html+=""; + html+="
"; + html+="
"; + html+="
"; + html+="
"; + + $('#multi_dept_div').append(html); + $('#idcount').val(idcount); + $("[id^=description]").maxlength(); + }else + { + jAlert('You can add only 5 requests at a time.'); + } + +} +function validateQuestion(ele) +{ + var elementid = $(ele).attr('id'); + var reqValue = $(ele).val(); + var re = /^[a-zA-Z0-9.\- ?]+$/; + $('#errors-'+elementid).remove(); + if(reqValue == '') + { + $(ele).parent().append("Please enter question."); + } + else if(!re.test(reqValue)) + { + $(ele).parent().append("Please enter valid question."); + } + else + { + $('#errors-'+elementid).remove(); + } +} + +function removeDiv(idcount) +{ + $('#parent_'+idcount).remove(); +} + +function validaterequestname(ele) +{ + var elementid = $(ele).attr('id'); + var reqValue = $(ele).val(); + var re = /^[a-zA-Z0-9\- ]+$/; + $('#errors-'+elementid).remove(); + if(reqValue == '') + { + $(ele).parent().append("Please enter request type."); + } + else if(!re.test(reqValue)) + { + $(ele).parent().append("Please enter valid request type."); + } + else + { + $('#errors-'+elementid).remove(); + } +} diff --git a/patches/patches_1.1.7/public/media/js/hrmsv2.js b/patches/patches_1.1.7/public/media/js/hrmsv2.js new file mode 100644 index 000000000..0fb97af09 --- /dev/null +++ b/patches/patches_1.1.7/public/media/js/hrmsv2.js @@ -0,0 +1,786 @@ + +function upgradesystem(weburl,flag,codeversion,dbversion) +{ + var param = ''; + if(flag !='' && codeversion !='' && dbversion !='') + { + if(flag=='code') + param = 'service=preparedownloadablelink&update=code&codeversion='+codeversion+'&dbversion='+dbversion; + else if(flag == 'db') + param = 'service=preparedownloadablelink&update=db&codeversion='+codeversion+'&dbversion='+dbversion; + else + param = 'service=prepareupgradeversion&update=both&clientversion='+codeversion+'&upgradeversion='+dbversion; + $.ajax({ + url: weburl, + type : 'POST', + crossDomain :true, + data : param, + dataType: 'json', + beforeSend: function () { + if(flag=='both') + $.blockUI({ width:'50px',message: $("#spinner").html() }); + else + $.blockUI({ width:'50px',message: $("#upgradespinner").html() }); + }, + success : function(response){ + $.unblockUI(); + if(response.status == 1 && $.trim(response.message) == 'Success' && response.result !='') + { + $('#successpan').html('Plese click here to download'); + }else + { + $('#successpan').html('Some error occured. Please try again.'); + } + } + }); + } +} + + function getcurrentversion(weburl,clientversion) + { + if(clientversion !='') + param = 'service=getcurrentversion&clientversion='+clientversion; + else + param = 'service=getcurrentversion'; + $.ajax({ + url: weburl, + crossDomain :true, + type : 'POST', + data : param, + dataType: 'json', + beforeSend: function () { + $.blockUI({ width:'50px',message: $("#spinner").html() }); + }, + success : function(response){ + $.unblockUI(); + $("#errors-versionumber").remove(); + if(response.status == 1 && $.trim(response.message) == 'Success' && response.totalversion !='') + { + + $('#versionnumber').html(response.totalversion); + $('#s2id_versionnumber .select2-choice span').html('Select version to upgrade'); + }else + { + $('#versionnumber').parent().append('No updates are available now.'); + } + } + }); + } + + function upgradetotalsystem(weburl,flag,codeversion) + { + if(flag == 'demo') + { + $('#demo_success_msg').show(); + $('#demo_success_msg').append('Application upgraded successfully.'); + setTimeout(function(){ + $('#demo_success_msg').fadeOut('slow'); + },3000); + window.location = base_url+'/dashboard/upgradeapplication'; + }else + { + if($("#versionnumber").val()) + { + var dbversion = $("#versionnumber").val(); + upgradesystem(weburl,flag,codeversion,dbversion); + }else + { + jAlert('Please select version to upgrade.'); + } + } + } + + function comapareversions(weburl,codeversion,dbversion) + { + + $.ajax({ + url: weburl, + crossDomain :true, + type : 'POST', + data : 'service=compareversion&codeversion='+codeversion+'&dbversion='+dbversion, + dataType: 'json', + beforeSend: function () { + $.blockUI({ width:'50px',message: $("#upgradespinner").html() }); + }, + success : function(response){ + $.unblockUI(); + $("#errors-versionumber").remove(); + if(response.status == 1 && $.trim(response.message) == 'Success' && response.result !='') + { + $('#successpan').html('Plese click here to download and upgrade the system.'); + }else + { + $('#successpan').html('
'+response.result+'
'); + } + } + }); + + } + + function fnAddRemoveProjectUser(addremove,userId,userName,imgName) + { + + if(userId != '') + { + //Removed added or removed User Div. If addremove is 0->Delete 1->Add + if(addremove == 1) + { + //To check whether current div is last div (If it is last div then create new div of no user exists and make it as display:none) + + if ($(".users_left_list_div.users_left_list").length == 1) + { + if($(".no_left_data_found").length < 1) + { + console.log('1'); + var no_user_data_div = '' + + $(".users_left_list_div:first").before(no_user_data_div); + } + } + else + { + console.log('2'); + $(".no_left_data_found").remove(); + } + //End + + //Remove Current Div + $(".user_div_"+userId).remove(); + //End + + //To check whether no user exists div exists(If exists then display block div of no user exists) + if ($(".no_left_data_found").length > 0) + { + console.log('3'); + $(".no_left_data_found").show(); + } + + + var newDivToAppend = '
'+userName+'
'; + + if ($(".users_right_list_div").length > 0) + { + console.log('4'); + $(".users_right_list_div:first").before(newDivToAppend); + } + + $(".no_right_data_found").hide(); + + + + } + else if(addremove == 0) + { + + //To check whether current div is last div (If it is last div then create new div of no user exists and make it as display:none) + + if ($(".users_right_list_div.users_right_list").length == 1) + { + if($(".no_right_data_found").length < 1) + { + console.log('5'); + var no_user_data_div = '' + + $(".users_right_list_div:first").before(no_user_data_div); + } + } + else + { + console.log('5.1'); + $(".no_right_data_found").remove(); + } + //End + + //Remove Current Div + $(".user_div_"+userId).remove(); + //End + + //To check whether no user exists div exists(If exists then display block div of no user exists) + if ($(".no_right_data_found").length > 0) + { + console.log('6'); + $(".no_right_data_found").show(); + } + //End + + $(".no_search_results").hide(); + + + var newDivToAppend = '
'+userName+'
'; + + + + if ($(".users_left_list_div").length > 0) + { + console.log('7'); + $(".users_left_list_div:first").before(newDivToAppend); + } + + $(".no_left_data_found").hide(); + } + + + + + var ids_data = $("#existetd_mem_str" ).val(); + if(ids_data != '') + { + var ids_arr = ids_data.split(','); + + var isExist = $.inArray(userId, ids_arr); + if(isExist == -1) + { + console.log('8'); + ids_data = ids_data+','+userId; + $("#existetd_mem_str").val(ids_data); + } + else + { + console.log('9'); + ids_arr = $.grep(ids_arr, function(value) { + return value != userId; + }); + + var ids_arr_to_string = ids_arr.join(","); + $("#existetd_mem_str").val(ids_arr_to_string); + } + } + else + { + console.log('10'); + ids_data = userId; + $("#existetd_mem_str").val(ids_data); + } + + + $("#search_emp_by_name").val(''); + $('div.users_left_list').show(); + $('#idclear').hide(); + + $('#actionButtonsDiv').show(); + } + + + } + + function hideshowgroups(ele) + { + var configparam = $('input[name=group_flag]:checked').val(); + alert(configparam); + + } + function fetchgroupdata() + { + var groupid = $("#group_id").val(); + var appraisalid = $("#appraisalid").val(); + if(groupid && appraisalid) + { + $.ajax({ + url: base_url+"/appraisalinit/getgroupedemployees/format/html", + type : 'POST', + data : 'groupid='+groupid+'&appraisalid='+appraisalid, + dataType: 'html', + beforeSend: function () { + $.blockUI({ width:'50px',message: $("#spinner").html() }); + }, + success : function(response){ + $.unblockUI(); + $(".invfrnds_confirm").html(response); + + } + }); + } + } + + + function fnSaveMappedEmployees() + { + + var errorcount = 0; + var groupid = $('#group_id').val(); + var appraisalid = $("#appraisalid").val(); + var divlength = $("[class^='users_right_list_div users_right_list user_div_']").length; + var finalids=''; + + if(divlength == 0) + { + $(".no_right_data_found span").html('Please add employees to map.'); + errorcount++; + } + + if(errorcount == 0) + { + $.blockUI({ width:'50px',message: $("#spinner").html() }); + jQuery("[class^='users_right_list_div users_right_list user_div_']").each(function() { + var employeeIds = $(this).attr('subject'); + finalids+=employeeIds+','; + + }); + finalids= finalids.replace(/,\s*$/, ""); + + if(finalids) + { + + $('#empids').val(finalids); + $("#formid").submit(); + + } + }else + { + $.unblockUI(); + } + } + + + function validatedocumentname(ele,flag) + { + var elementid = $(ele).attr('id'); + var reqValue = $(ele).val(); + var re = /^[a-zA-Z0-9\- ]+$/; + $('#errors-document_name_'+elementid).remove(); + if(reqValue == '') + { + if(flag == 1) + $(ele).parent().append("Please enter document name."); + } + else if(!re.test(reqValue)) + { + $(ele).parent().append("Please enter valid document name."); + } + else + { + $('#errors-document_name_'+elementid).remove(); + } + } + + function validatedocumentonsubmit() + { + var parentdivlength = $('div[id^=parent]').length; + var re = /^[a-zA-Z0-9\- ]+$/; + var errorcount = 0; + /*var genderid = $('#genderid').val(); + var maritalstatusid = $('#maritalstatusid').val(); + var nationalityid = $('#nationalityid').val(); + var dob = $('#dob').val();*/ + $('#errors-genderid').remove(); + $('#errors-maritalstatusid').remove(); + $('#errors-nationalityid').remove(); + $('#errors-dob').remove(); + + if(parentdivlength > 0) + { + $('.identitydocclass').each(function(i){ + //var ele= $(this).find('.cls_service_request_name'); + var ele= $(this); + var elementid = $(ele).attr('id'); + var reqValue = $(ele).val(); + $('#errors-'+elementid).remove(); + $('#errors-document_name_'+elementid).remove(); + if($(ele).val() == '') + { + if(ele.hasClass('hasDatepicker')) + { + $(ele).parent().append("Please enter expiry date."); + errorcount++; + } + else + { + if($(ele).parent().parent().find("label").hasClass('required')) + { + $(ele).parent().append("Please enter document name."); + errorcount++; + } + } + + } + else if(!re.test(reqValue)) + { + if(!ele.hasClass('hasDatepicker')) + { + $(ele).parent().append("Please enter valid document name."); + errorcount++; + } + } + else + { + $('#errors-'+elementid).remove(); + $('#errors-document_name_'+elementid).remove(); + } + }); + } + /* if(genderid == '') + { + $('#genderid').parent().append("Please select gender."); + errorcount++; + } + if(maritalstatusid == '') + { + $('#maritalstatusid').parent().append("Please select marital status."); + errorcount++; + } + if(nationalityid == '') + { + $('#nationalityid').parent().append("Please select nationality."); + errorcount++; + } + if(dob == '') + { + $('#dob').parent().append("Please select date of birth."); + errorcount++; + }*/ + if(errorcount == 0) + { + $.blockUI({ width:'50px',message: $("#spinner").html() }); + document.getElementById("formid").submit(); + } + } + + + function changesalarytext(ele) + { + var salarytypeval = $("#salarytype").val() + if(salarytypeval) + { + if(salarytypeval == 1) + $('#salarytext').html('Per Annum'); + else + $('#salarytext').html('Per Hour'); + }else + { + $('#salarytext').html(''); + } + + } + + + /** + * Populting Request reciever, CC reciever and service desk department based on business unit and department selection + * Request reciever and CC reciever are populated for all groups except (User and Management). + * Service desk departments are populated which are not there in main_sd_configuration table based on business unit and department selection. + * This is done to avoid duplicate entries of service desk departments. + * @param ele + */ + + function displayDept(ele) + { + var elementid = ''; + var id = ''; + var dataparam = ''; + var bunitid = $("#businessunit_id").val(); + var deptid = $("#department_id").val(); + + // Removing error divs. + $('#errors-performance_app_flag-0').remove(); + + elementid = $(ele).attr('id'); + //alert(elementid); + if(elementid == 'businessunit_id') + { + + if(ele.selectedIndex == 1){ + + id = ele[ele.selectedIndex].value; + + $("#performance_app_flag-1").prop("checked", false); + $("#performance_app_flag-1").prop('disabled', true); + $("#performance_app_flag-0").prop("checked", true); + chkduplicateimplementation(2); + + } + else if(ele.selectedIndex != -1){ + id = ele[ele.selectedIndex].value; + } + else{ + id = ''; + } + dataparam = 'elementid='+elementid+'&bunitid='+id; + + // Making implementation default to business unit wise + if(ele.selectedIndex != 1){ + $("#performance_app_flag-1").prop('disabled', false); + $('input[name="performance_app_flag"][value="1"]').prop('checked', true); + } + + }else if(elementid == 'department_id') + { + + if(ele.selectedIndex != -1){ + id = ele[ele.selectedIndex].value; + }else{ + id = ''; + } + dataparam = 'bunitid='+bunitid+'&deptid='+id; + } + + if(dataparam!='') + { + $.ajax({ + url: base_url+"/appraisalconfig/getdepartments/format/html", + type : 'POST', + data : dataparam, + dataType: 'html', + beforeSend: function () { + $.blockUI({ width:'50px',message: $("#spinner").html() }); + }, + success : function(response){ + $.unblockUI(); + var obj = $.parseJSON(response); + if(obj) + { + if(obj['implement'] != '' && obj['implement'] != 'null' && elementid == 'businessunit_id') + { + $('input[name="performance_app_flag"][value="' + obj['implement'] + '"]').prop('checked', true); + if(obj['implement'] == 1) + { + $('#department_id').html(''); + $('#s2id_department_id').find('span').html('Select Department'); + } + else if(obj['implement'] == 0) + { + displayDepartments("department_id"); + } + } + + if($('input[name=performance_app_flag]:checked').val() == 1) + { + $('#department_id').html(''); + $('#s2id_department_id').find('span').html('Select Department'); + $("#s2id_department_id").parent().parent().addClass('hiddenclass'); + } + + if($('input[name=performance_app_flag]:checked').val() == 0) + { + $("#s2id_department_id").parent().parent().removeClass('hiddenclass'); + } + } + } + }); + } + else + { + } + } + + /** + * This function validates the service desk implementation to be based on business unit or department wise. + * This function is used to display departments based on business unit selection based on front end flag. + * @param ele + */ + + function checkimplementfun(ele) + { + var value = $(ele).val(); + $('#errors-performance_app_flag-0').remove(); + if(value == 0 || value == 1) + { + if(value == 0) + { + var bunitid = $('#businessunit_id').val(); + if(bunitid == '') + { + $('#performance_app_flag-0').parent().parent().append("Please select a business unit."); + $('#performance_app_flag-0').removeAttr('checked'); + $("#performance_app_flag-1").prop("checked", true); + } + else + { + chkduplicateimplementation(2); + } + } + else if(value == 1) + { + chkduplicateimplementation(1); + } + } + } + + /** + * This function is used to populate departments based on business unit seletion. + * @param eleId + */ + + function displayDepartments(eleId) + { + var id; + var params = ''; + + id= $("#businessunit_id").val(); + params = 'business_id='+id+'&con='+'appraisal_config'; + + if(id !='') + { + $.ajax({ + url: base_url+"/index/getdepartments/format/html", + type : 'POST', + data : params, + dataType: 'html', + beforeSend: function () { + $("#"+eleId).before("
"); + $("#loader").html(""); + }, + success : function(response){ + if($.trim(response) == 'nodepartments') + { + $("#loader").remove(); + $("#errors-"+eleId).show(); + $("#errors-"+eleId).html("Departments are not added for this business unit."); + $("#"+eleId).find('option').remove(); + $('#s2id_'+eleId).find('span').html('Select Department'); + + } + if(response != '' && response != 'null' && $.trim(response) != 'nodepartments') + { + if($("#errors-"+eleId).is(':visible')) + $("#errors-"+eleId).hide(); + $('#s2id_'+eleId).find('span').html('Select Department'); + $("#loader").remove(); + $("#"+eleId).html(response); + } + + } + }); + } + + + } + + function chkduplicateimplementation(flag) + { + var bunitid = $("#businessunit_id").val(); + var bunittext = $("#businessunit_id option:selected").text(); + var performance_app_flag = $('input[name=performance_app_flag]:checked').val(); + if(bunitid !='') + { + $.ajax({ + url: base_url+"/appraisalconfig/getbunitimplementation/format/json", + type : 'POST', + data : 'bunitid='+bunitid, + dataType: 'json', + beforeSend: function () { + + + }, + success : function(response) + { + + if(response['count'] !='' && response['count'] > 0) + { + jAlert('Applicability cannot be changed as requests are in pending state for '+bunittext+' business unit.'); + if(performance_app_flag == 1) + { + $('#performance_app_flag-1').removeAttr('checked'); + $("#performance_app_flag-0").prop("checked", true); + } + else + { + $('#performance_app_flag-0').removeAttr('checked'); + $("#performance_app_flag-1").prop("checked", true); + } + return false; + } + else if(response['result'] !='') + { + if(response['result'] != performance_app_flag) + { + jAlert('You are trying to change the applicability. All the previous details will be inactivated.'); + } + } + + if(flag == 1) + { + + displayDept('implementation'); + } + else if(flag == 2) + { + $('#department_id').html(''); + $('#s2id_department_id').find('span').html('Select Department'); + $('#department_id').parent().parent().find('label').removeClass('required'); + $("#s2id_department_id").parent().parent().removeClass('hiddenclass'); + displayDepartments("department_id"); + $('#department_id').parent().parent().find('label').addClass('required'); + } + + } + }); + } + + } +function displayorgtabs(tabflag) +{ + if(tabflag == 1) + { + $("#existing-orghead").addClass("act"); + $("#new-orghead").removeClass("act"); + $("#currentorgdropdown").show(); + $("#neworgheaddiv").hide(); + if($("#currentorghead").val() !='') + { + $("#existingorgdiv").show(); + } + $("#selectedtab").val(tabflag); + }else + { + $("#existing-orghead").removeClass("act"); + $("#new-orghead").addClass("act"); + $("#currentorgdropdown").hide(); + $("#existingorgdiv").hide(); + $("#neworgheaddiv").show(); + $("#selectedtab").val(tabflag); + + // Change cancel button ID to redirect to specific page employees / employee edit + //$("#btn_cancel").attr('name', 'add_org_head'); + // Change cancel button name to redirect user to specific page employees grid or previously visited page + $("#btn_cancel").attr('name', 'add_new_org_head'); + } +} +function displayorgfields(userid) +{ + if(userid) + { + $.ajax({ + url: base_url+"/employee/getindividualempdetails/format/html", + type : 'POST', + data : 'userid='+userid, + dataType: 'html', + beforeSend: function () { + $.blockUI({ width:'50px',message: $("#spinner").html() }); + }, + success : function(response){ + $.unblockUI(); + $("#existingorgdiv").show(); + $("#existingorgdiv").html(response); + + } + }); + }else + { + $("#existingorgdiv").hide(); + } +} + function validateorgheadjoiningdate() + { + var joiningdate = $("#date_of_joining_head").val(); + if(joiningdate!='' && typeof(joiningdate)!='undefined') + { + $("#date_of_joining_head").before("
"); + $("#loader").html(""); + $('#errors-date_of_joining_head').remove(); + $.post(base_url+"/index/validateorgheadjoiningdate",{joiningdate:joiningdate},function(data){ + $("#loader").remove(); + if(data.result == 'no') + { + $("#date_of_joining_head").parent().append("Date of joining should be greater than organization started on."); + $('#date_of_joining_head').val(''); + } + },'json'); + } + } + + + + + + + + diff --git a/patches/patches_1.1.7/sql/queries.txt b/patches/patches_1.1.7/sql/queries.txt new file mode 100644 index 000000000..548ae22c2 --- /dev/null +++ b/patches/patches_1.1.7/sql/queries.txt @@ -0,0 +1,2 @@ +DELETE FROM `main_identitycodes` WHERE id NOT IN (SELECT * FROM (SELECT id FROM main_identitycodes LIMIT 0,1) AS t); +update main_identitycodes set id = 1; \ No newline at end of file