Sha256: feffad1e2a13451e0261ecf00a617392e1bdd1f152ad5eb8518f6ae39687dc54
Contents?: true
Size: 1.67 KB
Versions: 2
Compression:
Stored size: 1.67 KB
Contents
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title></title> <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="<%= asset_path 'ueditor/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> <%= javascript_include_tag 'ueditor/dialogs/internal.js' %> </body> </html>
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
ueditor_rails4-0.0.5 | vendor/assets/javascripts/ueditor/dialogs/snapscreen/snapscreen.html.erb |
ueditor_rails-0.0.4 | vendor/assets/javascripts/ueditor/dialogs/snapscreen/snapscreen.html.erb |