开启辅助访问 切换到宽版

精易论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

用微信号发送消息登录论坛

新人指南 邀请好友注册 - 我关注人的新帖 教你赚取精币 - 每日签到


求职/招聘- 论坛接单- 开发者大厅

论坛版规 总版规 - 建议/投诉 - 应聘版主 - 精华帖总集 积分说明 - 禁言标准 - 有奖举报

查看: 1460|回复: 7
收起左侧

[易语言] 关于超级列表框间距问题

[复制链接]
发表于 2018-9-8 14:40:05 | 显示全部楼层 |阅读模式   广东省阳江市
使用了SetWindowTheme (超级列表框1.取窗口句柄 (), { 69, 0, 120, 0, 112, 0, 108, 0, 111, 0, 114, 0, 101, 0, 114, 0, 0, 0 }, 0)
来美化超级列表框后,如果设置超级列表框属性显示表格线为真,表格的顶部行高就会占用1像素,遮挡住了焦点层。。。
请求高手有什么方法帮忙解决下,感谢。

设置 显示表格线 = 假  后的正常效果:
a.png

设置 显示表格线 = 真 后的不正常效果:
QQ图片20180908142703.png

回答提醒:如果本帖被关闭无法回复,您有更好的答案帮助楼主解决,请发表至 源码区 可获得加分喔。
友情提醒:本版被采纳的主题可在 申请荣誉值 页面申请荣誉值,获得 1点 荣誉值,荣誉值可兑换荣誉会员、终身vip用户组。
快捷通道:申请荣誉值无答案申请取消悬赏投诉有答案未采纳为最佳
结帖率:78% (18/23)
发表于 2018-9-8 19:31:39 | 显示全部楼层   浙江省嘉兴市
估计是你的setwindowTheme的主题美化造成的,如果不用这个命令,一点问题都没有.

补充内容 (2018-9-8 19:34):
你要美化窗口,可以用皮肤模块.比如33个皮肤模块,你百度一下
回复 支持 反对

使用道具 举报

头像被屏蔽
发表于 2018-9-9 06:19:08 | 显示全部楼层   湖南省湘潭市
在线等啊,求大神解答
回复 支持 反对

使用道具 举报

头像被屏蔽
发表于 2018-9-9 06:20:04 | 显示全部楼层   湖南省湘潭市
在线等啊,求大神解答
回复 支持 反对

使用道具 举报

头像被屏蔽
发表于 2018-9-9 06:20:18 | 显示全部楼层   湖南省湘潭市
在线等啊,求大神解答
回复 支持 反对

使用道具 举报

头像被屏蔽
发表于 2018-9-9 06:40:34 | 显示全部楼层   湖南省湘潭市
在线等啊,求大神解答
回复 支持 反对

使用道具 举报

头像被屏蔽
发表于 2018-9-9 07:09:44 | 显示全部楼层   湖南省湘潭市
<!doctype html>
    <!--[if IE 8]> <html data-placeholder-focus="false" class="ie ie8 lt-ie9 has-dob-explanation en gb" data-pagename="login" lang="en"> <![endif]-->
    <!--[if IE 9]> <html data-placeholder-focus="false" class="ie ie9 has-dob-explanation en gb" data-pagename="login" lang="en"> <![endif]-->
    <!--[if gt IE 9]><!--><html data-placeholder-focus="false" class="has-dob-explanation en gb" data-pagename="login" lang="en"> <!--<![endif]-->
    <head>
        <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
        <META name="ROBOTS" content="NOINDEX, NOFOLLOW">
        <meta name="mswebdialog-newwindowurl" content="*"/>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

        <script>
    window.marketingtech = {
        adobe: {
            launch: {
                environment: 'production'
            }
        }
    };
</script>
<script src="https://wwwimages2.adobe.com/etc/beagle/public/globalnav/adobe-privacy/latest/privacy.min.js"></script>
        <script src="https://www.adobe.com/marketingtech/main.min.js"></script>
    <style>
    div.evidon-banner {display: none !important;}
</style>

<script>
    window.launchConfig = {
        analyticsAccount: 'adbadobenonacdcprod,adbims',
        appCodeValue: JSON.parse('{\"ac\":\"IMS\",\"av\":\"1.53.3-60\",\"di\":null,\"mc\":null,\"pl\":null}'),
        clientId: 'adobedotcom2',
        locale: 'en_GB',
        pageName: 'onLoad_SignInForm',
        touaName: ''
    }
</script>
<script>
    (function(d) {
        'use strict';

        var h = d.documentElement;

        

        // Default: Latin Extended
        var defaultKit = 'znu8cfp';
        
        var language = h.getAttribute('lang') || 'ro';

        
        var kitLanguages = {
            // Latin
            'ecr2zvs': [ 'da', 'de', 'en', 'es', 'it', 'nb', 'pt', 'sv' ],
            // Latin-extended
            'znu8cfp': [ 'bg', 'cs', 'et', 'fi', 'fr', 'hr', 'hu', 'lt', 'lv', 'nl', 'pl', 'ro', 'ru', 'sk', 'sl', 'sr', 'tr', 'uk' ],

            
            // Chinese: traditional & simplified
            'hlx1mlm': ['zh'],
            // Japanese
            'bzy1cfu': ['ja'],
            // Korean
            'tra0jgq': ['ko']
        };

        var getLanguageKit = function(language) {
            for (var kit in kitLanguages) {
                if (kitLanguages.hasOwnProperty(kit)) {
                    
                    for (var lang in kitLanguages[kit]) {
                        if (kitLanguages[kit][lang] === language) {
                            return kit;
                        }
                    }
                }
            }

            return defaultKit;
        };

        var triggerEvent = function (eventName) {
            var event = document.createEvent('Event');
            event.initEvent(eventName, true, true);
            document.dispatchEvent(event);
        }

        var config = {
            // Events
            active: function () {
                triggerEvent('TypekitActive');
            },
            inactive: function () {
                triggerEvent('TypekitInactive');
            },
            // Settings
            async: true,
            kitId: getLanguageKit(language),
            scriptTimeout: 3000
        };

        var hideSpinner = function() {
            window.clearTimeout(t);
            var html = document.documentElement;
            html.className = html.className.replace(/\bwf-loading\b/g, '')+' wf-inactive';
        };

        var t = setTimeout(hideSpinner, config.scriptTimeout);

        var loadTypekit = function() {
            var s = d.getElementsByTagName('script')[0];
            var html = document.documentElement;
            var tk = d.createElement('script');

            html.className += ' wf-loading';

            tk.src = 'https://use.typekit.net/'+config.kitId+'.js';
            tk.async = true;
            tk.onload = tk.onreadystatechange= initTypeKit;
            
            tk.onerror = hideSpinner;

            s.parentNode.insertBefore(tk,s);
        };

        var typekitInitialized = false;

        var initTypeKit = function() {
            var a = this.readyState;

            if(typekitInitialized||a&&a!='complete'&&a!='loaded')return;

            typekitInitialized = true;

            
            try{Typekit.load(config);}catch(e){}
        };

        
        if (document.addEventListener) {
            document.addEventListener("DOMContentLoaded", loadTypekit, false);
        
        } else if (document.attachEvent) {
            document.attachEvent("onreadystatechange", function() {
                if (document.readyState === "complete" ) {
                    loadTypekit();
                }
            });
        }
    })(document);
</script>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"/>

        <title>Sign in - Adobe ID</title>

        <link rel="stylesheet" type="text/css" >
    <style type="text/css">
               
/* cjk font-face fixed */ [lang='ja'] #adobesusi {
    font-family: "adobe-clean","Helvetica","\30E1 \30A4 \30EA \30AA ","Meiryo","\30D2 \30E9 \30AE \30CE \89D2 \30B4  Pro W3","Hiragino Kaku Gothic Pro W3","Osaka","\FF2D \FF33  \FF30 \30B4 \30B7 \30C3 \30AF ","MS PGothic", "Malgun Gothic", "Microsoft YaHei", sans-serif;
  } #adobesusi { font-family: "adobe-clean", "Geneva", "Tahoma", "Helvetica", "Arial", sans-serif, "Malgun Gothic", "Microsoft YaHei", sans-serif; }</style>
        <script>var special_day_char = "";</script>

        <!--[if lte IE 8]>
            <script src="https://static.adobelogin.com/renga-idprovider/resources/2af1166c0ee1ba81718f03eb9df7916a/spectrum/script/ie8.js"></script>
    <![endif]-->
        <script src="https://static.adobelogin.com/renga-idprovider/resources/2af1166c0ee1ba81718f03eb9df7916a/spectrum/script/spectrum_head.js"></script>
    </head>

    <body ontouchstart="" id="adobesusi">
        <div id="spinner_overlay" class="overlay">
            <div id="squarespinner_template" class="overlay-spinner"></div>
        </div>

        <div class="container " role="main" id="">
            <div class="page-header">
    <div id="idp-flow-header" class="idp-flow-logo">
        <div class="idp-flow-logo-image"></div>
        <span id="idp-flow-individual-text" class="idp-flow-logo-text"></span>
    </div>
</div>
<div id="adobeid_view"  class="view">
                <div class="row mod-title-row">
    <h1 class="page-title">
                Sign in</h1>
        </div>
<div id="indicatorPanel" class="indicatorPanel mod-hidden">
    <p class="row mod-top-spaced mod-bot-spaced"><strong id="indicatorPanel-Email"></strong></p>

    <p class="row mod-top-spaced mod-bot-spaced">We are taking you to sign in with Facebook.</p>

    <div class="inline-spinner">
        <div class="inline-spinner-element"></div>
        <div class="inline-spinner-element mod-second"></div>
        <div class="inline-spinner-element mod-third"></div>
    </div>

    <div class="row mod-top-spaced mod-bot-spaced">
        <button
            id="indicatorPanel-ContinueButton"
            class="indicatorPanel-ContinueButton button"
            type="button"
        ><span class="icon icon-facebook"></span> <span>Continue to Facebook</span></button>
    </div>
</div>
<form id="adobeid_signin" class="loginform" method="post" action="login.do" data-component="spinner">
        <input type="hidden" id="adobeid_callback" name="callback" value="https://ims-na1.adobelogin.com/ims/adobeid/adobedotcom2/AdobeID/token?redirect_uri=https%3A%2F%2Fwww.adobe.com%2Fuk%2F%23from_ims%3Dtrue%26old_hash%3D%26api%3Dauthorize&amp;scope=creative_cloud%2CAdobeID%2Copenid%2Cgnav%2Cread_organizations%2Cadditional_info.projectedProductContext%2Csao.ACOM_CLOUD_STORAGE%2Csao.stock%2Csao.cce_private%2Cadditional_info.roles">
    <input type="hidden" id="adobeid_client_id" name="client_id" value="adobedotcom2">
    <input type="hidden" id="adobeid_denied_callback" name="denied_callback" value="https://ims-na1.adobelogin.com/ims/denied/adobedotcom2?redirect_uri=https%3A%2F%2Fwww.adobe.com%2Fuk%2F%23from_ims%3Dtrue%26old_hash%3D%26api%3Dauthorize&amp;response_type=token">
    <input type="hidden" id="adobeid_display" name="display" value="web_v2">
    <input type="hidden" id="adobeid_flow" name="flow" value="true">
    <input type="hidden" id="adobeid_flow_type" name="flow_type" value="token">
    <input type="hidden" id="adobeid_idp_flow_type" name="idp_flow_type" value="login">
    <input type="hidden" id="adobeid_locale" name="locale" value="en_GB">
    <input type="hidden" id="adobeid_page_name" name="page_name" value="onLoad_SignInForm">
    <input type="hidden" id="adobeid_relay" name="relay" value="156adc10-074c-42a2-9d79-be88f14d892f">
    <input type="hidden" id="adobeid_scope" name="scope" value="creative_cloud,AdobeID,openid,gnav,read_organizations,additional_info.projectedProductContext,sao.ACOM_CLOUD_STORAGE,sao.stock,sao.cce_private,additional_info.roles">
    <input type="hidden" name="esid" value="AXvdB1xvnuCck61sktdSLfKMi7CS90zw-TYt9wBCELJK0776atf5NhRcqP5QUC3Fz3nA7Bs-76Gr_lumRlEaKFQNU0Zdrl1dqLCkLq3d7ml895gNvmDrQs6J7-fUFhrqGvJDiNjE1oIycXx_IIIAF4TnkyPOUHWMjKoVVMCPpC4n7GqOqcQiAz9VaCVcrteO9-b1VMNfRDImuBQRee_gb0rPtENvaOmZ9ax3s7wb-Ek"><fieldset>
            <input
                aria-label="Email address"
                aria-required="true"
                autocapitalize="off"
               
                autocorrect="off"
                class=""
               
                    data-component="usertypedetector"
                    data-component-usertypedetector-blocknont1="false"
                    data-component-usertypedetector-client-id="adobedotcom2"
                    data-component-usertypedetector-endpoint="/renga-idprovider/pages/login_flow"
                    data-component-usertypedetector-enforceuser="false"
                    data-component-usertypedetector-idp-flow-type="login"
                    data-component-usertypedetector-reauthentication="false"
                    data-component-usertypedetector-use-flow="true"
               
                id="adobeid_username"
                name="username"
                novalidate="novalidate"
                placeholder="Email address"
               
                tabindex="1"
                type="email"
                value=""
            />

            </fieldset>

        <fieldset>
            <input
                aria-label="Password"
                aria-required="true"
               
                class="text-center"
                data-component="capsindicator passwordrevealer"
                id="adobeid_password"
                name="password"
                placeholder="Password"
                tabindex="2"
                type="password"
                value=""
            />
        </fieldset>

        <fieldset class="gridcontainer signin_options">
                    <div class="grid_2">
                        <div class="checkbox">
    <label>
        <input type="checkbox"
               id="adobeid_remember_me"
               name="remember_me"
               class="checkbox-input remember_me"
               
                   checked
               

               tabindex="3"

               
               >

        <span class="checkbox-mark needsclick"></span>

        <span class="checkbox-label-text needsclick">
            Stay signed in</span>
    </label>
</div>
</div>

                    <div class="grid_2">
                        <div class="forgot-password-container">
                <a id="adobeid_trouble_signing_in" tabindex="5"
        data-component="spinner" class="forgotpassword"
        href="/renga-idprovider/pages/start_forgot_password?client_id=adobedotcom2&callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fadobeid%2Fadobedotcom2%2FAdobeID%2Ftoken%3Fredirect_uri%3Dhttps%253A%252F%252Fwww.adobe.com%252Fuk%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%26scope%3Dcreative_cloud%252CAdobeID%252Copenid%252Cgnav%252Cread_organizations%252Cadditional_info.projectedProductContext%252Csao.ACOM_CLOUD_STORAGE%252Csao.stock%252Csao.cce_private%252Cadditional_info.roles&denied_callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fdenied%2Fadobedotcom2%3Fredirect_uri%3Dhttps%253A%252F%252Fwww.adobe.com%252Fuk%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%26response_type%3Dtoken&display=web_v2&locale=en_GB&relay=156adc10-074c-42a2-9d79-be88f14d892f&flow=true&flow_type=token&idp_flow_type=login&s_account=adbadobenonacdcprod%2Cadbims" onclick="return scReport('SignIn:onClick_ForgotPassword', null, this)">
    Forgot password?</a>
</div></div>
                </fieldset>

                <div class="row mod-form-button"><button
                class="mod-main"
                id="sign_in"
                onclick="scReport('SignIn:onClick_SignInAdobeId')"
                tabindex="4"
            >Sign in</button></div>
            <div class="row">
            <div class="row">
                    <span>Not a member yet?</span>
                    <a
                                class="nowrap"
                                data-component="spinner"
                                href="create_account?client_id=adobedotcom2&callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fadobeid%2Fadobedotcom2%2FAdobeID%2Ftoken%3Fredirect_uri%3Dhttps%253A%252F%252Fwww.adobe.com%252Fuk%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%26scope%3Dcreative_cloud%252CAdobeID%252Copenid%252Cgnav%252Cread_organizations%252Cadditional_info.projectedProductContext%252Csao.ACOM_CLOUD_STORAGE%252Csao.stock%252Csao.cce_private%252Cadditional_info.roles&denied_callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fdenied%2Fadobedotcom2%3Fredirect_uri%3Dhttps%253A%252F%252Fwww.adobe.com%252Fuk%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%26response_type%3Dtoken&display=web_v2&locale=en_GB&relay=156adc10-074c-42a2-9d79-be88f14d892f&flow=true&flow_type=token&idp_flow_type=login&s_account=adbadobenonacdcprod%2Cadbims"
                                id="create_account"
                            >Get an Adobe ID</a></div>

                <div class="row">
                    <span id="enterprise_teaser_text">Want to use your company or school account?</span> <br/>
                    <a
                        id="enterprise_signin_link"
                        data-component="spinner viewswitcher"
                        
                            data-component-viewswitcher-targettitle="Sign in with an Enterprise ID"
                            data-component-viewswitcher-targettype="enterprise"
                            data-component-viewswitcher-targetview="#enterprise_view"
                        
                        href="login?idp_flow_type=login_t2&client_id=adobedotcom2&callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fadobeid%2Fadobedotcom2%2FAdobeID%2Ftoken%3Fredirect_uri%3Dhttps%253A%252F%252Fwww.adobe.com%252Fuk%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%26scope%3Dcreative_cloud%252CAdobeID%252Copenid%252Cgnav%252Cread_organizations%252Cadditional_info.projectedProductContext%252Csao.ACOM_CLOUD_STORAGE%252Csao.stock%252Csao.cce_private%252Cadditional_info.roles&denied_callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fdenied%2Fadobedotcom2%3Fredirect_uri%3Dhttps%253A%252F%252Fwww.adobe.com%252Fuk%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%26response_type%3Dtoken&display=web_v2&locale=en_GB&relay=156adc10-074c-42a2-9d79-be88f14d892f&flow=true&flow_type=token&idp_flow_type=login&s_account=adbadobenonacdcprod%2Cadbims"
                    >
                        Sign in with an Enterprise ID</a>
                </div>
            </div>

        <input type="hidden" name="vi" id="adobeid_vi" value=""/>
        <input type="hidden" name="authSrc" value="AdobeID"/>
        <input type="hidden" name="is_reauthenticating" id="is_reauthenticating"
               value="false"/>

    </form>

    <div class="row mod-top-spaced mod-bot-spaced Separator">
    <span class="Separator-Content">Or sign in with</span>
</div>

<div class="social-sign-in row">
    <a
                class="button mod-main mod-facebook"
                href="/renga-idprovider/social/v2/signin/facebook?client_id=adobedotcom2&callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fadobeid%2Fadobedotcom2%2FAdobeID%2Ftoken%3Fredirect_uri%3Dhttps%253A%252F%252Fwww.adobe.com%252Fuk%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%26scope%3Dcreative_cloud%252CAdobeID%252Copenid%252Cgnav%252Cread_organizations%252Cadditional_info.projectedProductContext%252Csao.ACOM_CLOUD_STORAGE%252Csao.stock%252Csao.cce_private%252Cadditional_info.roles&denied_callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fdenied%2Fadobedotcom2%3Fredirect_uri%3Dhttps%253A%252F%252Fwww.adobe.com%252Fuk%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%26response_type%3Dtoken&display=web_v2&locale=en_GB&relay=156adc10-074c-42a2-9d79-be88f14d892f&flow=true&flow_type=token&idp_flow_type=login&s_account=adbadobenonacdcprod%2Cadbims"
                id="facebook-sign-in-button"
                onclick="return scReport('SocialV2:onClick_SocialSignIn', {eVar115: 'facebook'}, this)"
            >Facebook</a>
        <a
                class="button mod-main mod-google"
                href="/renga-idprovider/social/v2/signin/google?client_id=adobedotcom2&callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fadobeid%2Fadobedotcom2%2FAdobeID%2Ftoken%3Fredirect_uri%3Dhttps%253A%252F%252Fwww.adobe.com%252Fuk%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%26scope%3Dcreative_cloud%252CAdobeID%252Copenid%252Cgnav%252Cread_organizations%252Cadditional_info.projectedProductContext%252Csao.ACOM_CLOUD_STORAGE%252Csao.stock%252Csao.cce_private%252Cadditional_info.roles&denied_callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fdenied%2Fadobedotcom2%3Fredirect_uri%3Dhttps%253A%252F%252Fwww.adobe.com%252Fuk%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%26response_type%3Dtoken&display=web_v2&locale=en_GB&relay=156adc10-074c-42a2-9d79-be88f14d892f&flow=true&flow_type=token&idp_flow_type=login&s_account=adbadobenonacdcprod%2Cadbims"
                id="google-sign-in-button"
                onclick="return scReport('SocialV2:onClick_SocialSignIn', {eVar115: 'google'}, this)"
            >Google</a>
        </div>

</div>
            <div class="view"  style="display:none"  id="enterprise_view">
                <div class="row mod-title-row">
    <h1 class="page-title">
                Sign in</h1>
        </div>
<div class="row mod-spaced" id="enterpriseintrotext" >
        <p id="enterprise_enter_email_text">
            Need help with Enterprise ID?
            &nbsp;
            <a href=

    "http://www.adobe.com/go/learn-more-enterprise-id" target="_blank"

>Learn more.</a>
        </p>
    </div>

<div class="row">
    <span class="error backend"></span>
</div>

<form id="enterprise_signin" class="loginform" method="post" action="login_t2.do" data-component="spinner">
    <input type="password" class="notinview" aria-hidden="true" tabindex="-1"/>
    <input type="hidden" id="enterpriseid_callback" name="callback" value="https://ims-na1.adobelogin.com/ims/adobeid/adobedotcom2/AdobeID/token?redirect_uri=https%3A%2F%2Fwww.adobe.com%2Fuk%2F%23from_ims%3Dtrue%26old_hash%3D%26api%3Dauthorize&amp;scope=creative_cloud%2CAdobeID%2Copenid%2Cgnav%2Cread_organizations%2Cadditional_info.projectedProductContext%2Csao.ACOM_CLOUD_STORAGE%2Csao.stock%2Csao.cce_private%2Cadditional_info.roles">
    <input type="hidden" id="enterpriseid_client_id" name="client_id" value="adobedotcom2">
    <input type="hidden" id="enterpriseid_denied_callback" name="denied_callback" value="https://ims-na1.adobelogin.com/ims/denied/adobedotcom2?redirect_uri=https%3A%2F%2Fwww.adobe.com%2Fuk%2F%23from_ims%3Dtrue%26old_hash%3D%26api%3Dauthorize&amp;response_type=token">
    <input type="hidden" id="enterpriseid_display" name="display" value="web_v2">
    <input type="hidden" id="enterpriseid_flow" name="flow" value="true">
    <input type="hidden" id="enterpriseid_flow_type" name="flow_type" value="token">
    <input type="hidden" id="enterpriseid_idp_flow_type" name="idp_flow_type" value="login">
    <input type="hidden" id="enterpriseid_locale" name="locale" value="en_GB">
    <input type="hidden" id="enterpriseid_page_name" name="page_name" value="onLoad_SignInForm">
    <input type="hidden" id="enterpriseid_relay" name="relay" value="156adc10-074c-42a2-9d79-be88f14d892f">
    <input type="hidden" id="enterpriseid_scope" name="scope" value="creative_cloud,AdobeID,openid,gnav,read_organizations,additional_info.projectedProductContext,sao.ACOM_CLOUD_STORAGE,sao.stock,sao.cce_private,additional_info.roles">
    <input type="hidden" name="esid" value="AXvdB1xvnuCck61sktdSLfKMi7CS90zw-TYt9wBCELJK0776atf5NhRcqP5QUC3Fz3nA7Bs-76Gr_lumRlEaKFQNU0Zdrl1dqLCkLq3d7ml895gNvmDrQs6J7-fUFhrqGvJDiNjE1oIycXx_IIIAF4TnkyPOUHWMjKoVVMCPpC4n7GqOqcQiAz9VaCVcrteO9-b1VMNfRDImuBQRee_gb0rPtENvaOmZ9ax3s7wb-Ek"><fieldset>
        <input
            aria-label="Email address or domain name"
            aria-required="true"
            autocapitalize="off"
            
            autocorrect="off"
            class=""
            
                data-component="usertypedetector"
                data-component-usertypedetector-blocknont1="false"
                data-component-usertypedetector-client-id="adobedotcom2"
                data-component-usertypedetector-endpoint="/renga-idprovider/pages/login_flow"
                data-component-usertypedetector-enforceuser="false"
                data-component-usertypedetector-idp-flow-type="login"
                data-component-usertypedetector-reauthentication="false"
                data-component-usertypedetector-use-flow="true"
            
            id="enterprise_username"
            name="username"
            novalidate="novalidate"
            placeholder="Email address or domain name"
            
            tabindex="1"
            type="email"
            value=""
        />

        </fieldset>

    <fieldset id="passwordfieldset">
            <input
                aria-label="Password"
                aria-required="true"
               
                class="text-center"
                data-component="capsindicator passwordrevealer"
                id="enterprise_password"
                name="password"
                placeholder="Password"
                tabindex="2"
                type="password"
                value=""
            />
        </fieldset>

        <div class="row mod-bot-spaced" id="signinoptions">
        <fieldset class="gridcontainer signin_options">
                    <div class="grid_2">
                        <div class="checkbox">
    <label>
        <input type="checkbox"
               id="enterprise_remember_me"
               name="remember_me"
               class="checkbox-input remember_me"
               
                   checked
               

               tabindex="3"

               
               >

        <span class="checkbox-mark needsclick"></span>

        <span class="checkbox-label-text needsclick">
            Stay signed in</span>
    </label>
</div>
</div>
                    <div class="grid_2">
            <div class="forgot-password-container">
                    <a id="enterprise_trouble_signing_in" tabindex="5"
        data-component="spinner" class="forgotpassword"
        href="/renga-idprovider/pages/start_forgot_password?client_id=adobedotcom2&callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fadobeid%2Fadobedotcom2%2FAdobeID%2Ftoken%3Fredirect_uri%3Dhttps%253A%252F%252Fwww.adobe.com%252Fuk%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%26scope%3Dcreative_cloud%252CAdobeID%252Copenid%252Cgnav%252Cread_organizations%252Cadditional_info.projectedProductContext%252Csao.ACOM_CLOUD_STORAGE%252Csao.stock%252Csao.cce_private%252Cadditional_info.roles&denied_callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fdenied%2Fadobedotcom2%3Fredirect_uri%3Dhttps%253A%252F%252Fwww.adobe.com%252Fuk%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%26response_type%3Dtoken&display=web_v2&locale=en_GB&relay=156adc10-074c-42a2-9d79-be88f14d892f&flow=true&flow_type=token&s_account=adbadobenonacdcprod%2Cadbims&idp_flow_type=login_t2" onclick="return scReport('SignIn:onClick_ForgotPassword', null, this)">
    Forgot password?</a>
</div>

                </div>
    </fieldset>
    </div>
    <fieldset class="row mod-spaced">

        <button
                class="mod-main"
                id="enterprise_sign_in_button"
                onclick="scReport('SignIn:onClick_SignInEnterpriseId')"
                tabindex="4"
            >
                Sign in with an Enterprise ID</button>
        </fieldset>
    <div class="row onemorething">
        <a
            id="enterprise_back_to_adobeid"
            data-component="spinner viewswitcher"
            
                data-component-viewswitcher-targettitle="Sign in with an Adobe ID"
                data-component-viewswitcher-targettype="adobeid"
                data-component-viewswitcher-targetview="#adobeid_view"
            
            href="login?idp_flow_type=login&client_id=adobedotcom2&callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fadobeid%2Fadobedotcom2%2FAdobeID%2Ftoken%3Fredirect_uri%3Dhttps%253A%252F%252Fwww.adobe.com%252Fuk%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%26scope%3Dcreative_cloud%252CAdobeID%252Copenid%252Cgnav%252Cread_organizations%252Cadditional_info.projectedProductContext%252Csao.ACOM_CLOUD_STORAGE%252Csao.stock%252Csao.cce_private%252Cadditional_info.roles&denied_callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fdenied%2Fadobedotcom2%3Fredirect_uri%3Dhttps%253A%252F%252Fwww.adobe.com%252Fuk%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%26response_type%3Dtoken&display=web_v2&locale=en_GB&relay=156adc10-074c-42a2-9d79-be88f14d892f&flow=true&flow_type=token&idp_flow_type=login&s_account=adbadobenonacdcprod%2Cadbims"
        >
            Sign in with an Adobe ID</a>
    </div>
    <input type="hidden" name="vi" id="enterprise_vi" value=""/>
</form>

</div>

            <div id="chooser_template">
        <div class="account-chooser" id="chooser_screen" tabindex="-1" role="region">
            <div class="account-chooser-content">
                <div class="container">
                    <div id="chooser_title" role="heading" class="row">
                        <h1 class="page-title">Choose an account for</h1>
                    </div>
                    <div class="row mod-spaced">
                        <strong class="account-chooser-email" id="checked_user_email"></strong>
                    </div>
                    <div class="account-chooser-account-list" role="menu" tabindex="-1" aria-labelledby="chooser_title">
                        <div id="adobeid-option" class="account-chooser-option adobeid item" data-usertype="ind"
                             role="menuitem" tabindex="0">
                            <div class="account-chooser-arrow"></div>
                            <div class="account-chooser-account-type">Adobe ID</div>
                            <div class="account-chooser-account-type-description">Personal account</div>
                        </div>
                        <div id="enterpriseid-option" class="account-chooser-option enterprise item" data-usertype="ent"
                             role="menuitem" tabindex="0">
                            <div class="account-chooser-account-type">Enterprise ID</div>
                            <div class="account-chooser-account-type-description">Company or school account</div>
                            <div class="account-chooser-arrow"></div>
                        </div>
                    </div>
                    <div class="account-chooser-footer">
                        <div class="row mod-top-spaced">
                            Need help?&nbsp;
                            <a href=

    "http://www.adobe.com/go/learn-more-enterprise-id" target="_blank"

    id=learn_more_enterprise
>Learn more.</a>
                        </div>
                        <div class="row">
                            <a href="#" class="close" role="button">Cancel</a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="chooser_screen account-chooser-spinner" id="external_redirect_waiter">
            <div class="container">
                <div class="account-chooser-spinner-content">
                    <div id="spinner_square" class="overlay-spinner"></div>

                    <div class="row mod-top-spaced">
                        <span>Redirecting you to sign in&hellip;</span><br/>
                    </div>

                    <div class="row chooser_footer">
                        <a href="#" class="cancel">Cancel</a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

    <script src="https://static.adobelogin.com/renga-idprovider/resources/2af1166c0ee1ba81718f03eb9df7916a/spectrum/script/spectrum_body.js"></script>
    <!--[if lte IE 9]>
            <script src="https://static.adobelogin.com/renga-idprovider/resources/2af1166c0ee1ba81718f03eb9df7916a/spectrum/script/ie.js"></script>
    <![endif]-->

        <script>
        jQuery.validator.addMethod("validUsername", function (value, element) {
            return this.optional(element) || !value.match(new RegExp("^[^@]*@+$"));
        }, "Enter a valid email address");

        $(document).ready(function () {
            $(".loginform").each(function eachForm () {
                $(this).validate({
                    errorPlacement: function errorPlacement (error, element) {
                        error.attr("aria-hidden", "true");
                        var fieldset = $(element).closest('fieldset');
                        if (fieldset.length) {
                            error.appendTo(fieldset);
                        } else {
                            error.insertAfter(element);
                        }
                        element.attr("aria-invalid", "true");
                    },

                    invalidHandler: function invalidHandler (event, validator) {
                        
                            $(validator.errorList).each(function (id, error) {
                            switch (error.element.name) {
                                case "username":
                                    if (error.rule === "required") {
                                        scReport('SignIn:Error_EmptyEmail');
                                    }
                                    break;
                                case "password":
                                    if (error.rule === "required") {
                                        scReport('SignIn:Error_EmptyPassword');
                                    }
                                    break;
                            }
                        });
                        
                        $('.error.backend').remove();
                    },

                    
                    submitHandler: function submitHandler (form) {
                        $('input', $(form)).attr('readonly', 'true');
                    },

                    rules: {
                        username: {
                            required: true,
                            email: false,
                            maxlength: 100,
                            validUsername: true
                        },
                        password: {
                            required: true,
                            minlength: 6,
                            maxlength: 100
                        }
                    },
                    messages: {
                        username: {
                            required: "Enter your email",
                            maxlength: "A maximum of 60 characters are allowed for the Adobe ID."
                        },
                        password: {
                            required: "Enter your password",
                            minlength: "The password is too short",
                            maxlength: "The password is too long"
                        }
                    }
                });
            });

            
                $('input[type="hidden"][name="remember_me"]').remove();
            

            $("input[name='username']").change(function () {
                this.value = $.trim(this.value);
            });

            $(".forgotpassword").on("mousedown touchstart",function(event){
                var $this = $(this);
               
                var userFieldVal = $this.closest('form').find('input[name=username]').val();
                var href = $this.attr('href');

                if (components.utils.isEmail(userFieldVal)) {
                    $this.attr('href', href.replace(/[&\?]puser=[^&]+/, '') + '&puser=' + window.encodeURIComponent(userFieldVal));
                }
            })
        });

        var views = {
            "enterprise": {
                "onbeforeswitch": function () {
                    $(".loginform").each(function () {
                        $(this).validate().resetForm();
                    });
                    components.utils.switchLogo("enterprise");
                    
                            $("#enterprise_username").val("");
                            $("#enterprise_password").val("");
                        
                },
                "onafterswitch": function () {
                    $(".backend").remove();
                    document.title = "Sign in - Enterprise ID";
                    
                            $("#enterprise_username").focus();
                        
                }
            },
            "adobeid": {
                "onbeforeswitch": function () {
                    $(".loginform").each(function () {
                        $(this).validate().resetForm();
                    });
                    components.utils.switchLogo("adobeid");
                    
                            $("#adobeid_username").val("");
                            $("#adobeid_password").val("");
                        
                },
                "onafterswitch": function () {
                    $(".backend").remove();
                    document.title = "Sign in - Adobe ID";
                    
                            $("#adobeid_username").focus();
                        
                }
            }
        }
    </script>

    <script src="https://static.adobelogin.com/renga-idprovider/resources/2af1166c0ee1ba81718f03eb9df7916a/spectrum/script/spectrum_capsindicator.js"></script>
    <script>
                $(document).ready(function () {
                    (function () {
                    var hint = new IMS.domainHint();
                    hint.element = $("#adobeid_username");
                    hint.localizedMessage = "Did you mean <a href='#'></a>?";
                    
                    hint.isEnabled = true;
                    hint.load();
                })();
            $("#facebook-sign-in-button, #google-sign-in-button").on("click", function(){
                var rememberMeChecked = $("#adobeid_signin").find('input[name="remember_me"]').is(":checked");
                var rememberMeParam = "remember_me=" + !!rememberMeChecked;
                var rememberMeRegex = /([?&])(remember_me=[^&$]*)/;
                var href = '';
                if (rememberMeRegex.test(this.href)) {
                    href = this.href.replace(rememberMeRegex, "$1" + rememberMeParam);
                } else {
                    href = this.href + "&" + rememberMeParam;
                }
                this.setAttribute("href", href);
            });

            (function () {
                var hint = new IMS.domainHint();
                hint.element = $("#enterprise_username");
                hint.localizedMessage = "Did you mean <a href='#'></a>?";
               
                hint.isEnabled = true;
                hint.load();
            })();
                });
            </script>
        </body>
    </html>
回复 支持 反对

使用道具 举报

头像被屏蔽
发表于 2018-9-9 07:10:01 | 显示全部楼层   湖南省湘潭市
啊 学习学习..
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则 致发广告者

发布主题 收藏帖子 返回列表

sitemap| 易语言源码| 易语言教程| 易语言论坛| 易语言模块| 手机版| 广告投放| 精易论坛
拒绝任何人以任何形式在本论坛发表与中华人民共和国法律相抵触的言论,本站内容均为会员发表,并不代表精易立场!
论坛帖子内容仅用于技术交流学习和研究的目的,严禁用于非法目的,否则造成一切后果自负!如帖子内容侵害到你的权益,请联系我们!
防范网络诈骗,远离网络犯罪 违法和不良信息举报电话0663-3422125,QQ: 793400750,邮箱:wp@125.la
网站简介:精易论坛成立于2009年,是一个程序设计学习交流技术论坛,隶属于揭阳市揭东区精易科技有限公司所有。
Powered by Discuz! X3.4 揭阳市揭东区精易科技有限公司 ( 粤ICP备12094385号-1) 粤公网安备 44522102000125 增值电信业务经营许可证 粤B2-20192173

快速回复 返回顶部 返回列表