SIM0810.tpl 1.32 KB
	<div class="SimMiddle">
		<small><br></small>
		<div class="ConfTitle">
			<span id="titletxt">パスワード設定画面</span>
		</div>
		<div class="ConfMain">
			<div class="MenuButton">
				&nbsp;
			</div>
			<table>
				<tr>
					<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}">