
-v2.7.3. -Remove winetrics dependency from installation instructions. -Add gnuplot dependency to installation instructions. -Consolidated some of the installation instructions. -Added the ability to control button color via config.php. -Set $ButtonStyles to one of the approved options listed in config.php. -If the config entry is not defined a default will be used instead (grey). -Supports RED, GREEN, BLUE, and GREY. -Updated index.html files in subdirectories to the latest version from root directory. -Moved the UI to the Languages subdirectory. -Added French language UI. -Added the ability to easily add more language packs. -Added ability to control language display via $_GET request. -Added ability to disable $_GET request language selection in config.php. -Reworked the way the GUI is assembled to make it compatible with multiple language packs.
21 lines
No EOL
913 B
HTML
21 lines
No EOL
913 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<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> |