0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

	<html:form action="/kshinsei">
		<!-- 右側テーブル -->
		<table class="cssBorderNone">
			<!-- 右側ヘッダー -->
			<tr>
				<td class="cssHead"><p>&nbsp;&nbsp;交通費申請</p></td>
			</tr>
			<!-- 右側ヘッダー End -->
			<!-- 右側エラーメッセージ -->
			<tr><html:errors/></tr>
			<!-- 右側エラーメッセージ End -->


			<!-- 交通費情報入力 Area -->
			<tr>
				<td>
					<table class="csstable">
						<tr>
							<td>
								<!-- 入力 Area -->
								<table class="csskoutuuhitable">
									<tr>
										<td class="cssTitle">日付*</td>
										<td>
											<a>
											<html:select property="sinSelYmd" name="kshinseiform">
											<html:options
											collection="selYmdList"
											property="key"
											labelProperty="value" />
											</html:select>
											</a>
										</td>
									</tr>
									<tr>
										<td class="cssTitle">業務No*</td>
										<td class="itemunevenrow">
											<html:text property="sinGyoumuNo"  name="kshinseiform" />
										</td>
									</tr>
									<tr>
										<td class="cssTitle">訪問先</td>
										<td><html:text property="sinVisit" name="kshinseiform" /></td>
									</tr>
									<tr>
										<td class="cssTitle">出発地</td>
										<td class="itemunevenrow"><html:text property="sinDepartArea"  name="kshinseiform" /></td>
									</tr>
									<tr>
										<td class="cssTitle">到着地</td>
										<td class="itemunevenrow"><html:text property="sinArrivalArea"  name="kshinseiform" /></td>
									</tr>
									<tr>
										<td class="cssTitle">交通機関</td>
										<td class="itemunevenrow"><html:text property="sinVehicle"  name="kshinseiform" /></td>
									</tr>
									<tr>
										<td class="cssTitle">金額*</td>
										<td class="itemunevenrow">
										¥<html:text property="sinKinngaku" name="kshinseiform" /></td>
									</tr>
									<tr>
										<td class="cssTitle">備考</td>
										<td class="itemunevenrow"><html:text property="sinEtc" name="kshinseiform" /></td>
									</tr>
									<tr>
										<td class="cssTitle">状態</td>
										<td class="itemunevenrow">
										</td>
									</tr>
									<tr>
										<td class="cssTitle">申請日</td>
										<td class="itemunevenrow">
										</td>
									</tr>
									<tr>
										<td class="cssTitle">承認者</td>
										<td class="itemunevenrow">
										</td>
									</tr>
									<tr>
										<td class="cssTitle">承認日</td>
										<td class="itemunevenrow"></td>
									</tr>
								</table>
								<!-- 入力 Area End -->
							</td>
						</tr>
						<tr>
							<!-- ボタン Area -->
							<td align="right" >
								<table class="cssbuttontable">
									<tr>
										<td class="cssbutton">
										<html:submit property="submitshinsei" value="申請" />
										<html:submit property="submitClose2" value="戻る" /><br>
										</td>
									</tr>
								</table>
							</td>
							<!-- ボタン Area End -->
						</tr>
					</table>
				</td>
			</tr>
			<!-- 交通費情報入力 Area End -->


		</table><!-- <!-- 右側テーブル End -->
	</html:form>
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?