| Server IP : 123.56.80.60 / Your IP : 216.73.216.78 Web Server : Apache/2.4.54 (Win32) OpenSSL/1.1.1s PHP/7.4.33 mod_fcgid/2.3.10-dev System : Windows NT iZhx3sob14hnz7Z 10.0 build 14393 (Windows Server 2016) i586 User : SYSTEM ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Windows/SystemApps/Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy/views/ |
Upload File : |
<!DOCTYPE html>
<html id="_htmlRoot">
<head>
<meta charset="utf-8" />
<title>OOBE</title>
<!-- WinJS references -->
<script src="../Microsoft.WinJS/js/base.js"></script>
<script src="../Microsoft.WinJS/js/ui.js"></script>
<!-- bridge references -->
<script src="../js/bridge.js"></script>
<script src="../js/events.js"></script>
<!-- Page references -->
<script src="../js/uiHelpers.js"></script>
<script src="../js/helloEnrollmentPage.js"></script>
<script src="../js/core.js"></script>
</head>
<body>
<div class="control-app">
<div class="app-content">
<form action="#" class="control-page">
<div class="page-body" id="PageContent">
<header class="body-header" aria-labelledby="Title">
<h2 role="presentation">
<span id="Title"></span>
</h2>
</header>
<div class="body-container">
<div class="container-content">
<p tabindex="-1" class="content-lead" aria-labelledby="LeadText">
<span id="LeadText"></span>
</p>
<h1 id="HelloGlyph" style="margin-top: 120px; font-family: 'Segoe MDL2 Assets'; font-size: 225px; text-align: center;"></h1>
<!-- Item template -->
<div id="enrollmentChoiceItemTemplate" data-win-control="WinJS.Binding.Template">
<div style="width: 370px; height: 125px; display: -ms-grid;">
<h1 data-win-bind="innerText: glyph" style="margin: 5px; -ms-grid-column: 1; font-family: 'Segoe MDL2 Assets'; -ms-grid-row-align: center;" role="presentation"></h1>
<div style="margin: 5px; -ms-grid-column: 2; -ms-row-column-align: center">
<h4 data-win-bind="innerText: title" style="line-height: 0px;" role="presentation"></h4>
<span class="content-lead" style="line-height: 100%;" data-win-bind="innerText: description" role="presentation"></span>
</div>
</div>
</div>
<style>
.win-container .win-item {
background-color: #005a9e;
}
@media (-ms-high-contrast) {
.win-container .win-item {
background-color: ButtonFace;
}
}
</style>
<div id="EnrollmentListView"
style="display: none;"
data-win-control="WinJS.UI.ListView"
data-win-options="{ itemDataSource : CloudExperienceHost.Hello.enrollmentList.dataSource,
itemTemplate: select('#enrollmentChoiceItemTemplate'),
selectionMode: 'single',
tapBehavior: 'directSelect',
layout: {type: WinJS.UI.ListLayout}}">
</div>
</div>
<div class="container-footer">
<div class="footer-content">
<ul class="control-actionLinks" role="presentation">
<li role="presentation"><a href="#" id="SkipLink"></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="page-footer">
<div class="footer-icons">
<button id="easeOfAccess" type="button" class="icon icon-win-easeOfAccess"></button>
<button id="inputSwitcher" type="button" class="icon icon-win-keyboardStandard"></button>
</div>
<div class="footer-buttons template-buttonGroup">
<button id="NextButton" type="submit" class="win-button control-button button_primary"></button>
</div>
</div>
</form>
</div>
</div>
</body>
</html>