| 遺跡名 |
<% =NullRepWSP(rs.Fields("ISEKI_CH_NM")) %> |
<%
'写真
strSQL = "SELECT * FROM S_PHOTO WHERE DB_KBN = '遺構' AND ISKB_CH_ID = '"& strKey &"' ORDER BY ISKB_NB_SEQ"
Set rs2 = Server.CreateObject("ADODB.RecordSet")
rs2.Open strSQL, cn, 1, 1
If rs2.RecordCount > 0 Then
strImg = MidImagepath(rs2.Fields("IMAGE_PATH"))
Response.Write ""
Response.Write " "
Response.Write ""
Set rs2 = Nothing
%>
<% Else %>
<% End If %>
|
遺跡名
(ふりがな) |
<% =NullRepWSP(rs.Fields("ISEKI_NM_YM")) %> |
| 遺跡所在地 |
<%
Response.Write NullRepWSP(rs.Fields("SYOZAI_TDF")) & NullRepWSP(rs.Fields("SYOZAI_CITY_NM")) & NullRepWSP(rs.Fields("SYOZAI_OAZA"))
%>
|
| エリア名 |
<% =NullRepWSP(rs.Fields("AREA_NM")) %> |
| 時代 |
<%
Dim strJ
If rs.Fields("J_SEKKI") = "1" Then
strJ = "旧石器時代"
End If
If rs.Fields("J_JYOMON") = "1" Then
If strJ <> "" Then
strJ = strJ & "," & "縄文時代"
Else
strJ = "縄文時代"
End If
End If
If rs.Fields("J_YAYOI") = "1" Then
If strJ <> "" Then
strJ = strJ & "," & "弥生時代"
Else
strJ = "弥生時代"
End If
End If
If rs.Fields("J_KOFUN") = "1" Then
If strJ <> "" Then
strJ = strJ & "," & "古墳時代"
Else
strJ = "古墳時代"
End If
End If
If rs.Fields("J_KODAI") = "1" Then
If strJ <> "" Then
strJ = strJ & "," & "古代"
Else
strJ = "古代"
End If
End If
If rs.Fields("J_TYUSEI") = "1" Then
If strJ <> "" Then
strJ = strJ & "," & "中世"
Else
strJ = "中世"
End If
End If
If rs.Fields("J_KINSEI") = "1" Then
If strJ <> "" Then
strJ = strJ & "," & "近世"
Else
strJ = "近世"
End If
End If
If rs.Fields("J_KINDAI") = "1" Then
If strJ <> "" Then
strJ = strJ & "," & "近代"
Else
strJ = "近代"
End If
End If
If rs.Fields("J_GENDAI") = "1" Then
If strJ <> "" Then
strJ = strJ & "," & "現代"
Else
strJ = "現代"
End If
End If
Response.Write NullRepWSP(strJ)
%>
|
| 遺構内施設等 |
<% =NullRepWSP(rs.Fields("IKHOU_SHIST")) %> |
<%
'報告挿図
strSQL = "SELECT * FROM K_RPTZH WHERE DBSE_CH_KBN = '遺構' AND ISKBS_CH_ID = '"& strKey &"' ORDER BY ISKB_NB_SEQ"
Set rs2 = Server.CreateObject("ADODB.RecordSet")
rs2.Open strSQL, cn, 1, 1
If rs2.RecordCount > 0 Then
strImg = MidImagePath(rs2.Fields("GAZ_CH_PATH"))
Response.Write ""
Response.Write " "
Response.Write ""
Set rs2 = Nothing
%>
<% Else %>
<% End If %>
|
| 検出層位 |
<% =NullRepWSP(rs.Fields("KEN_SOUI_NM")) %> |
遺構内 出土遺物 |
<% =NullRepWSP(rs.Fields("KYOHAN_IB")) %> |
遺構の
主な時期 |
<% =NullRepWSP(rs.Fields("IK_MN_JIKI_NM")) %> |
| 遺構の年代 |
<% =NullRepWSP(rs.Fields("IK_NENDAI_E")) %> |
| 遺構の種別 |
<% =NullRepWSP(rs.Fields("IK_SBT_NM")) %> |
| 遺構の種類 |
<% =NullRepWSP(rs.Fields("IK_SYU_NM")) %> |
| 遺構のプラン |
<% =NullRepWSP(rs.Fields("IK_PLAN_NM")) %> |
| 遺構の分類 |
<% =NullRepWSP(rs.Fields("IK_BUN_NM")) %> |
| 記録時の状態 |
<% =NullRepWSP(rs.Fields("REC_JYOTAI")) %> |
| 遺構の名称 |
<% =NullRepWSP(rs.Fields("IKHOU_CH_NM")) %> |
| 説明 |
<% =NullRepWSP(rs.Fields("SETSUMEI_NM")) %> |