mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-24 00:28:38 -07:00
* init * web buttons * Bind Dialog & Fix states * update * update * Update common.css * objcolordialog * privacy update dialog * Update CaliHistoryDialog.cpp * Update MultiMachineManagerPage.cpp * Update AMSControl.cpp * TipsDialog * Update AMSMaterialsSetting.cpp * extrusion calibration * Update UpdateDialogs.cpp * recenterdialog * update * Update Calibration.cpp * update * update * update * fix * update * ReleaseNote * update * update * fix remember checkbox position * add comments
35 lines
942 B
HTML
35 lines
942 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="Cache-Control" content="max-age=7200" />
|
|
<title>Network Error</title>
|
|
<link rel="stylesheet" type="text/css" href="../include/global.css" /> <!-- ORCA One for all-->
|
|
<link rel="stylesheet" type="text/css" href="css/login.css" />
|
|
<script type="text/javascript" src="js/jquery-3.6.0.min.js"></script>
|
|
<script type="text/javascript" src="../data/text.js"></script>
|
|
<script type="text/javascript" src="js/json2.js"></script>
|
|
<script type="text/javascript" src="js/globalapi.js"></script>
|
|
<script type="text/javascript" src="js/login.js"></script>
|
|
</head>
|
|
<body onLoad="TranslatePage()">
|
|
<div id="ErrorBlock">
|
|
<img id="ErrorIcon" src="disconnect3.png" />
|
|
<div id="ErrorTip" class="trans" title="t40" >Network disconnect, please check and try again later.</div>
|
|
<div id="ErrorBtn" class="ButtonStyleRegular ButtonTypeChoice">Retry</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|