
-v3.2.7. -Clean up error procedures and error descriptions in delete function. -Cleaned up spacing, documentation inconsistencies, incomplete error messages. -Updated CREATING_LANGUAGE_PACKS.txt to be more informational. -Add verifyGui() function. -Mostly copy verifyLanguage() function. -Add ERROR 25, "Could not verify GUI!". -Add ERROR 25 to ERROR_DESCRIPTIONS.txt. -Move UI files to UI folder in root of installation location. -Now the loading spinner, colors, language, and UI theme will be adjustable. -Language and UI theme will be user selectable. -Need to add config entries, other supporting logic. -Need to update language pack docs. -Need to update api information. -Need to update config.php -Add languageStrings.php to Hindi language pack. -Language packs complete: -Ar l,h,1,2,f -Bn l,h,1,2,f -De l,h,1,2,f -En l,h,1,2,f -Es l,h,1,2,f -Fr l,h,1,2,f -Hi l,h,1,2,f -It -Ko -Pt -Ru -Uk -Zh
20 lines
No EOL
899 B
HTML
20 lines
No EOL
899 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<title>HRConvert2 | HRConvert2 Authentication</title>
|
|
<body>
|
|
<div id="outer" align="center"><h1>Configuring HRConvert2 ...</h1>
|
|
<div id="inner" style="position:absolute; top:50%; left:50%; height:10em; margin-top:-5em; margin-right:5em;"><strong>Please wait . . .</strong></div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
|
|
// Set the URL below to the page the user is sent to if their screensize is UNDER the specified number of pixels.
|
|
if (screen.width <= 699) { document.location = "/HRProprietary/HRConvert2/convertCore.php"; }
|
|
// / Set the URL below to the page the user is sent to if their screensize is OVER the specified number of pixels.
|
|
if (screen.width >= 700) { document.location = "/HRProprietary/HRConvert2/convertCore.php"; }
|
|
|
|
</script>
|
|
|
|
<meta id="IfNothingHappens" http-equiv="refresh" content="5"; url="/HRProprietary/HRConvert2/convertCore.php" >
|
|
|
|
</body>
|
|
</html> |