79 lines
2.8 KiB
XML
79 lines
2.8 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!--
|
|
|
|
' // ***************************************************************************
|
|
' //
|
|
' // Copyright (c) Microsoft Corporation. All rights reserved.
|
|
' //
|
|
' // Microsoft Deployment Toolkit Solution Accelerator
|
|
' //
|
|
' // File: Credentials_ENU.xml
|
|
' //
|
|
' // Version: 6.3.8456.1000
|
|
' //
|
|
' // Purpose: Prompt for credentials
|
|
' //
|
|
' // ***************************************************************************
|
|
|
|
-->
|
|
<Wizard>
|
|
<Global>
|
|
<CustomStatement><![CDATA[ document.title = "User Credentials" ]]> </CustomStatement>
|
|
<CustomStatement><![CDATA[ window.resizeTo 600,350 ]]> </CustomStatement>
|
|
<CustomStatement><![CDATA[ window.moveTo Window.screen.width/2 - 600/2, Window.screen.height/2 - 350/2 ]]> </CustomStatement>
|
|
<Initialization>Credentials_Scripts.vbs</Initialization>
|
|
<HideNavigation>true</HideNavigation>
|
|
</Global>
|
|
|
|
<Pane id="Credentials">
|
|
<Body>
|
|
<![CDATA[
|
|
|
|
<H1>Specify credentials for connecting to network shares.</H1>
|
|
|
|
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<img src="DeployWiz_Administrator.png">
|
|
</td>
|
|
<td width=100%>
|
|
<span style="width: 100px;"><u>U</u>ser Name:</span>
|
|
<input type=text id=username name="UserID" size=27 language=vbscript onpropertychange="ParseAllWarningLabelsEx userdomain, username" onchange="ParseAllWarningLabelsEx userdomain, username" AccessKey=U>
|
|
<label class=ErrMsg for=username>* Required (MISSING)</label>
|
|
<br><br>
|
|
|
|
<span style="width: 100px;"><u>P</u>assword:</span>
|
|
<input type=password id=userpassword name="UserPassword" size=27 language=vbscript onchange="ParseAllWarningLabelsEx userdomain, username" onpropertychange="ParseAllWarningLabelsEx userdomain, username " AccessKey=P>
|
|
<label class=ErrMsg for=userpassword>* Required (MISSING)</label>
|
|
<br><br>
|
|
|
|
<span style="width: 100px;"><u>D</u>omain:</span>
|
|
<input type=text id=userdomain name="UserDomain" size=27 language=vbscript onchange="ParseAllWarningLabelsEx userdomain, username" onpropertychange="ParseAllWarningLabelsEx userdomain, username " AccessKey=D>
|
|
<label class=ErrMsg for=userdomain>* Required (MISSING)</label>
|
|
<br>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>
|
|
<label class=ErrMsg id=InvalidCredentials>* Invalid credentials</label>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
]]>
|
|
</Body>
|
|
<ButtonNext>
|
|
<Label><![CDATA[<button accesskey=O id=buttonNext language=vbscript onclick=ButtonNextClick><U>O</U>K</button> ]]> </Label>
|
|
</ButtonNext>
|
|
<ButtonPrev>
|
|
<Label><![CDATA[<button accesskey=B id=buttonPrev style="display: none;" language=vbscript onclick=ButtonBackClick><U>B</U>ack</button>]]> </Label>
|
|
</ButtonPrev>
|
|
<Initialization><![CDATA[ UserCredentialsInitialize ]]></Initialization>
|
|
<Initialization><![CDATA[ ParseAllWarningLabelsEx userdomain, username ]]></Initialization>
|
|
<Validation><![CDATA[ ValidateCredentials ]]></Validation>
|
|
</Pane>
|
|
|
|
</Wizard>
|