|
@@ -49,7 +49,7 @@ function onbtnDecrypto() {
|
|
|
document.getElementById("pwinput").style.display = "none";
|
|
document.getElementById("pwinput").style.display = "none";
|
|
|
}
|
|
}
|
|
|
</script>
|
|
</script>
|
|
|
-<div id="pwinput">{{ page.tips | default: "请输入密码:" }}<br/>
|
|
|
|
|
|
|
+<div id="pwinput">{{ page.tips | default: "请输入密码:" }}<br />
|
|
|
<input id="inputkey" type="password" /> <button onclick="onbtnDecrypto()">解密</button>
|
|
<input id="inputkey" type="password" /> <button onclick="onbtnDecrypto()">解密</button>
|
|
|
</div>
|
|
</div>
|
|
|
-<div id="output"></div> <br/>
|
|
|
|
|
|
|
+<div id="output"></div> <br />
|