mgasia.canto.global
Open in
urlscan Pro
52.19.18.27
Public Scan
Submitted URL: http://mgasia.canto.global/
Effective URL: https://mgasia.canto.global/index.html
Submission Tags: falconsandbox
Submission: On August 13 via api from US — Scanned from DE
Effective URL: https://mgasia.canto.global/index.html
Submission Tags: falconsandbox
Submission: On August 13 via api from US — Scanned from DE
Form analysis
3 forms found in the DOMName: contentRenameForm —
<form name="contentRenameForm" class="pull-left ellipsis ng-pristine ng-valid">
<!---->
<!---->
<div ng-if="!titleMessage.status1" class="title color12 ellipsis ng-binding ng-scope" ng-click="editTitleClick(1);"></div><!-- -->
<!-- <span ng-if="!titleMessage.status && !titleMessage.editing && authz.writeContentInfo && context != 'share' && context !='trashbin'" class="edit-pencil icon-icn_pencil_01" ng-click="editTitleClick();"></span> -->
<!---->
<div ng-show="contentRenameForm.contentNameText.$error.pattern" class="invalid-tips1 color9 color10Bg ng-hide" data-i18n="DMC_Name_SpecialChar">Avoid using \ / : * ? " ` ' < > or | in name.</div>
</form>
Name: contentRenameForm —
<form name="contentRenameForm" class="ng-pristine ng-valid">
<!---->
<!---->
<div ng-if="!titleMessage.status" class="title color9 ng-binding ng-scope" ng-click="editTitleClick('');"></div><!-- -->
<!-- <span ng-if="!titleMessage.status && !titleMessage.editing && authz.writeContentInfo && context != 'share' && context !='trashbin'" class="edit-pencil icon-icn_pencil_01" ng-click="editTitleClick();"></span> -->
<!---->
<div ng-show="contentRenameForm.contentNameText.$error.pattern" class="invalid-tips secondaryColor ng-hide" data-i18n="DMC_Name_SpecialChar">Avoid using \ / : * ? " ` ' < > or | in name.</div>
</form>
Name: form — POST
<form name="form" id="loginForm" method="post" novalidate="" class="login-form ng-pristine ng-invalid ng-invalid-required custom-login login-form-box"
ng-class="{'custom-login':isAllowSSO,'login-form-box': loginConfig.applyEffect && !loginConfig.effectType}">
<div class="login-header">
<div class="title div-break ng-binding title-h1" ng-class="getTilteStyle();">MGA Asset Library</div>
</div>
<div class="login-body" ng-show="showLoginBtn && (!ssoMultiPage || !isAllowSSO)">
<input data-ng-change="emailNoValid = false;" ng-attr-placeholder="{{loginData.userId}}" name="username" type="text" ng-model="username" class="username ng-pristine ng-untouched ng-invalid ng-invalid-required" required="" autocomplete="off"
tabindex="1" aria-label="username" placeholder="Email Address">
<span ng-show="emailNoValid" class="error-warning ng-hide" data-i18n="DMC_Login_Error_Invalid_Email">Please input a valid email address</span>
<input ng-attr-placeholder="{{loginData.userPwd}}" name="password" type="password" ng-model="password" class="password ng-pristine ng-untouched ng-invalid ng-invalid-required" required="" autocomplete="off" tabindex="2" aria-label="password"
placeholder="Password">
<div class="login-checkbox-area">
<div class="forget ng-binding" ng-click="forgetPassord();" data-i18n1="DMC_Login_Forget_Password" set-aria="{i:4,r:'group',d:'Forget Password',sp:1}" tabindex="4" role="group" aria-label="Forget Password">Forgot password?</div>
<div name="rememberme" type="checkbox" class="rememberme-cbox icon-s-Checkbox2_16" ng-class="{true: 'icon-s-Checkbox1_16', false: 'icon-s-Checkbox2_16'}[rememberToggle]" ng-click="toggleRemember()"></div>
<div class="rememberme-text ng-binding" data-i18n1="DMC_Login_Remember_Me" ng-click="toggleRemember()" set-aria="{i:3,r:'group',d:'Remember Me',sp:1}" tabindex="3" role="group" aria-label="Remember Me">Remember Me</div>
</div>
</div>
<div class="login-footer-1">
<div style="overflow: hidden; margin: 0 10px;">
<div class="login-btn-area" ng-show="showLoginBtn && (!ssoMultiPage || !isAllowSSO)">
<button class="login-btn btn-parent btn-default ng-binding" ng-click="login()" ng-style="loginBtnFontSize();" set-aria="{i:5,r:'',d:'Login',sp:1}" tabindex="5" aria-label="Login" style="font-size: 16px;"> Login </button>
</div>
<div class="login-btn-area ng-hide" ng-show="isAllowSSO && showLoginBtn && ssoBetOneFive && ssoMultiPage">
<button data-i18n="DMC_Login_With_Canto" class="login-btn btn-parent btn-default" ng-click="gotoLoginPage()" ng-style="loginBtnFontSize();" set-aria="{i:6,r:'link',d:'Login Login',sp:1}" tabindex="6" role="link" aria-label="Login Login"
style="font-size: 16px;">Login with Canto</button>
</div>
<div class="sso-login-btns ng-hide" ng-show="isAllowSSO && ssoBetOneFive && ssoMultiPage">
<!-- Less 5 SSO account -->
<!---->
<div ng-if="idps.length < 5" class="ng-scope">
<!---->
</div><!-- -->
</div>
<!---->
<!---->
<div class="sso-login-btns ng-scope" ng-if="isAllowSSO && !ssoBetOneFive">
<div class="btn-login ng-binding" ng-ca="" ng-click="loginSSO()" ng-mouseleave="hideSsoMenu();" ng-style="loginBtnFontSize();" set-aria="{i:6,r:'link',d:'Login SSO',sp:1}" tabindex="6" role="link" aria-label="Login SSO"
style="font-size: 16px;">Login using SSO</div>
<!-- Multi SSO list -->
<div id="sso-menu-list" ng-show="displaySsoMenu" sso-menu-location="" class="sso-login-menu secondaryColorScrollbar ng-hide" ng-mouseenter="showSsoMenu();" ng-mouseleave="hideSsoMenu();" style="top: 480.797px;">
<!---->
</div>
</div><!-- -->
<!---->
<!---->
</div>
</div>
<div class="login-language" ng-show="showLoginBtn">
<select class="language-select ng-pristine ng-untouched ng-valid effect-language" data-ng-change="changeLanguage(true)" tabindex="7"
ng-class="{'effect-language': (loginConfig.applyEffect && !loginConfig.effectType) || !loginConfig.textAndIcons}" ng-model="tenant.loginLanguage" ng-options="item.lanTag as item.lanLabel for item in selectLanguageList"
aria-label="select language">
<option label="English" value="string:en-US" selected="selected">English</option>
<option label="中文-简体" value="string:zh-CN">中文-简体</option>
<option label="中文-繁體" value="string:zh-TW">中文-繁體</option>
<option label="Español" value="string:es-ES">Español</option>
<option label="日本語" value="string:ja-JP">日本語</option>
<option label="Deutsch" value="string:de-DE">Deutsch</option>
<option label="Nederlands" value="string:nl-NL">Nederlands</option>
<option label="Français" value="string:fr-FR">Français</option>
<option label="Česky" value="string:cs-CZ">Česky</option>
<option label="한국어" value="string:ko-KR">한국어</option>
<option label="Italiano" value="string:it-IT">Italiano</option>
<option label="Pусский" value="string:ru-RU">Pусский</option>
<option label="Svenska" value="string:sv-SE">Svenska</option>
</select>
</div>
</form>
Text Content
CANTO Drop files anywhere to begin uploading Settings Profile Account Workflows Canto Connect About Us Logout Exit View Detail 0 Item(s) Selected (0Bytes) 0 Items 0 Portals Portal 0 Style Guides Style Guide 0 Workspaces Workspace 0 Upload Links Upload Link 0 Collections Collection 0 Item Item 0 Groups Group The Maximum Number of Files you can Select is 10000. Sort by Name * Sort by Date * -------------------------------------------------------------------------------- * Sort by Name * -------------------------------------------------------------------------------- * Sort by Type -------------------------------------------------------------------------------- Library Duplicates Unassigned My Selections My Uploads My Collections Asset Requests Following Canto Connect Portals Style Guides Workspaces Upload Links MORE Clear All ... The library is empty. No items were found to match your search. 0 File The related files have either been restricted or deleted from this library. Type Name Size Canto's Preview Page and Information Page are getting a new look. Click here to try it out. Try Now Edit * All Related Files The related files have either been restricted or deleted from this library. Info Avoid using \ / : * ? " ` ' < > or | in name. Avoid using \ / : * ? " ` ' < > or | in name. Activity Shares Views Downloads SHARED BY SHARED TO SHARED ON ▼ VIEWED BY VIEWED ON ▼ DOWNLOADED BY DOWNLOADED ON ▼ Document Text En * Arabic * Chinese (Simplified) * Chinese (Traditional) * Czech * English * French * German * Italian * Japanese * Portuguese * Russian * Spanish * Turkish * Swedish Video Captions Download En Tags Smart Tags Smart Tags Previous Next KEYBOARD SHORTCUTS: ?Show / hide this help menu↓scroll down bar↑scroll up baresccancel select←focus on previous content→focus on next contentalt + sEnter select file mode,if in ,then select all , or out select modealt + tquick focus on option for the select contentalt + ↓Select next visible tree itemalt + ←Collapse the currently selected parent node if it is expanded.alt + →Expand the currently selected parent node and move to the first child list item.alt + ↑Select the previous visible tree item.⇧ + ↓Select next visible tree item⇧ + ↑Select next visible tree itemctrl + ccopy tree item.ctrl + vpaste tree item. × MGA Asset Library Please input a valid email address Forgot password? Remember Me Login Login with Canto Login using SSO English中文-简体中文-繁體Español日本語DeutschNederlandsFrançaisČesky한국어ItalianoPусскийSvenska Powered by Canto © 2023