feat: ueditor
Former-commit-id: 89fa8e42f2e153e6c9b676d668779718714ac333 [formerly 89fa8e42f2e153e6c9b676d668779718714ac333 [formerly 89fa8e42f2e153e6c9b676d668779718714ac333 [formerly 89fa8e42f2e153e6c9b676d668779718714ac333 [formerly 955c03c4e108cbd8aa597fc947a9454e749d904f [formerly 5d8b1d73e78953d5f8e7fe4302764addfc2af0e8]]]]] Former-commit-id: 002ba25940eac6b1db5af8aa03a75ab43c3eccf3 Former-commit-id: 43f3ff50fc9a0d54bf21479e87da9b72b7fe20c3 Former-commit-id: 32ed9ae714fec2fdd3ba08fb40187e81e837edcb [formerly f34f58804fd798c1e271250f06f245b83f5e7c3e] Former-commit-id: 17640172e9d4f7b75dc2410e2faa6a93a90e09ac Former-commit-id: 521e6c1695e24e315d368d27db8f8232fbe30999 Former-commit-id: 3dd3d0a15ab7c64f29148a25fc8c4a0a5eb77497 Former-commit-id: 0753ae560b4ec27771a5b052f73a0a94436f9e0f Former-commit-id: 9a6f11a43fab5a79df9ab9527453c0f66ad7888d
This commit is contained in:
58
public/lib/UEditor/dialogs/snapscreen/snapscreen.html
Normal file
58
public/lib/UEditor/dialogs/snapscreen/snapscreen.html
Normal file
@@ -0,0 +1,58 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<title></title>
|
||||
<script type="text/javascript" src="../internal.js"></script>
|
||||
<style type="text/css">
|
||||
*{color: #838383}
|
||||
html,body {
|
||||
font-size: 12px;
|
||||
width:100%;
|
||||
height:100%;
|
||||
overflow: hidden;
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
}
|
||||
h2 { font-size: 16px; margin: 20px auto;}
|
||||
.content{
|
||||
padding:5px 15px 0 15px;
|
||||
height:100%;
|
||||
}
|
||||
dt,dd { margin-left: 0; padding-left: 0;}
|
||||
dt a { display: block;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
width: 55px;
|
||||
background: #EFEFEF;
|
||||
border: 1px solid #CCC;
|
||||
padding: 0 10px;
|
||||
text-decoration: none;
|
||||
}
|
||||
dt a:hover{
|
||||
background: #e0e0e0;
|
||||
border-color: #999
|
||||
}
|
||||
dt a:active{
|
||||
background: #ccc;
|
||||
border-color: #999;
|
||||
color: #666;
|
||||
}
|
||||
dd { line-height:20px;margin-top: 10px;}
|
||||
span{ padding-right:4px;}
|
||||
input{width:210px;height:21px;background: #FFF;border:1px solid #d7d7d7;padding: 0px; margin: 0px; }
|
||||
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="content">
|
||||
<h2><var id="lang_showMsg"></var></h2>
|
||||
<dl>
|
||||
<dt><a href="../../third-party/snapscreen/UEditorSnapscreen.exe" target="_blank" id="downlink"><var id="lang_download"></var></a></dt>
|
||||
<dd><var id="lang_step1"></var></dd>
|
||||
<dd><var id="lang_step2"></var></dd>
|
||||
</dl>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user