SIM0810.tpl
1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<div class="SimMiddle">
<small><br></small>
<div class="ConfTitle">
<span id="titletxt">パスワード設定画面</span>
</div>
<div class="ConfMain">
<div class="MenuButton">
<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
</div>
<table>
<td>
<table class="ConfTable">
<tr>
<th class="ConfPassTh">氏名</th>
<td class="ConfPassTd">{$uName}</td>
</tr>
</Table>
<br>
<table class="ConfTable">
<tr>
<th class="ConfPassTh">変更パスワード</th>
<td class="ConfPassTd"><input type="password" size="26" name="uPw" value="{$uPw}"></td>
</tr>
<tr>
<th class="ConfPassTh">変更パスワード確認</th>
<td class="ConfPassTd"><input type="password" size="26" name="uPw2" value=""></td>
</tr>
</table>
</td>
</tr>
</table>
<table class="SimComment">
<tr><td>
<span style="margin-left: 20px;">パスワードは確認のために2箇所に入力してください</span>
</td></tr>
</table>
<br>
<input type="button" class="SimOkButton" value=" {$btnCap} " onclick="data_chk();">
<input type="button" class="SimCancelButton" value=" 戻る " onclick="location.href='SIM0100.php'">
<br>
</div>
<small><br></small>
</div>
<input type="hidden" name="mode" value="{$mode}">
<input type="hidden" name="uSeq" value="{$uSeq}">