
-v3.1.1. -Add code to prevent stream related UI elements from displaying when the $AllowStreams config entry is set to FALSE. -Update JQuery from v3.6.0.min to v3.6.3.min. -Checked for Dropzone.js updates, already at latest version. -Minor comment changes in config.php. -Translate index files of language packs into the language of the pack. -Add comments section containing file & application information to GUI-related files. -Clean up array declarations, improve readibility, scalability, debugging. -Vastly improve image support for both input and output operations. -Added support for Heic files. -Added support for several misc image files. -Bumped format support count to 79 file formats. -Adjust icons for media, videos to be unique from streams. -Add mkisofs as a dependency, fix iso creation. -Revise verbiage of UI elements.
21 lines
No EOL
900 B
HTML
21 lines
No EOL
900 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> |