Ajout dela structure MDT dans Infra-LAB
This commit is contained in:
@@ -0,0 +1,133 @@
|
||||
<Wizard>
|
||||
|
||||
<Pane id="ConfigurationPoste" title="Configuration du poste">
|
||||
|
||||
<Body>
|
||||
<![CDATA[
|
||||
|
||||
<table style="width: 100%;">
|
||||
|
||||
<tr>
|
||||
<td style="width:1px;">
|
||||
<img src="DeployWiz_Computer.png">
|
||||
</td>
|
||||
<td style="width: 180px;">
|
||||
<span class=Larger>Sélection de la salle :</span>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<select id="SalleSelect" name="SalleSelect" language=vbscript
|
||||
onchange=UpdatePreview onclick=UpdatePreview onkeyup=UpdatePreview
|
||||
style="width:180px;">
|
||||
</select>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
<span class=Larger>Code du site :</span>
|
||||
</td>
|
||||
<td>
|
||||
<input type=text
|
||||
id="SiteCodeManual"
|
||||
name="SiteCodeManual"
|
||||
size=6
|
||||
language=vbscript
|
||||
onchange=SiteCodeManualChange onclick=SiteCodeManualChange onkeyup=SiteCodeManualChange
|
||||
style="display:none; width:90px;">
|
||||
<label class=ErrMsg id=InvalidSiteCode style="display:none; color:red;">
|
||||
* Code site requis
|
||||
</label>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td colspan="2">
|
||||
<span id="GatewayWarning" style="display:none; color:orange; font-weight:bold;">
|
||||
</span>
|
||||
<br>
|
||||
<span id="SiteCodeError" style="display:none; color:red; font-weight:bold;">
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
<span class=Larger>Type de poste :</span>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<input type=radio name="RoleRadio"
|
||||
id="RoleProf"
|
||||
value="P"
|
||||
checked
|
||||
language=vbscript
|
||||
onclick=UpdatePreview onkeyup=UpdatePreview onchange=UpdatePreview>
|
||||
<label for="RoleProf">Prof</label>
|
||||
<br>
|
||||
|
||||
<input type=radio name="RoleRadio"
|
||||
id="RoleEleve"
|
||||
value=""
|
||||
language=vbscript
|
||||
onclick=UpdatePreview onkeyup=UpdatePreview onchange=UpdatePreview>
|
||||
<label for="RoleEleve">Élève</label>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
<span class=Larger>Numéro du poste :</span>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<input type=text
|
||||
id="OSDComputerNumber"
|
||||
name="OSDComputerNumber"
|
||||
size=5
|
||||
language=vbscript
|
||||
onchange=UpdatePreview onclick=UpdatePreview onkeyup=UpdatePreview>
|
||||
|
||||
<label class=ErrMsg id=InvalidNumber style="display:none; color:red;">
|
||||
* Numéro requis
|
||||
</label>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
<span class=Larger>Nom du poste :</span>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<span id="ComputerPreview"
|
||||
style="color:red; font-weight:bold;">
|
||||
</span>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
]]>
|
||||
</Body>
|
||||
|
||||
<Initialization>
|
||||
<![CDATA[InitializeConfigurationPoste]]>
|
||||
</Initialization>
|
||||
|
||||
<Validation>
|
||||
<![CDATA[ValidateConfigurationPoste]]>
|
||||
</Validation>
|
||||
|
||||
</Pane>
|
||||
|
||||
</Wizard>
|
||||
Reference in New Issue
Block a user