% nsw=1024 '預設螢幕解析度 select case n_w case 1 ' n_f=7 nsw2=nsw*1.2 case 2 ' n_f=6 nsw2=nsw end select '標題顯示設定 c_s_title="" & c_title & "" if l_hid_title then c_s_title="" end if %>
| <%=c_src%><%=c_s_title%> | |
|
<%
set fs = CreateObject("Scripting.FileSystemObject")
src_file="images/" & a_event( a_event_n(rs("g_id")) , rs("e_id") ) & ".gif"
realpath = server.mappath(src_file)
if fs.FileExists(realpath) then
%>
|
<%=a_class(rs("g_id"),rs("a_id"))%> |
|
<%
set fs = CreateObject("Scripting.FileSystemObject")
src_file="images/" & a_country_f(rs("c_id")) & ".gif"
realpath = server.mappath(src_file)
if fs.FileExists(realpath) then
%>
|
|
| TOTAL <%=p_forma_s(rs("total"),a_sum_t( a_event_n(n_g), rs("e_id")))%> <% c_cw8=rs("cw8") if l_input_time and c_cw8<>"" then %> 時間:<%=c_cw8%> <% end if %> | |
| <%=show_c_sc%> | <% next %><%=c_scer%> |
| <%=p_forma_s(a_jsc(i),a_sum_t( a_event_n(n_g), rs("e_id")))%> | <% next %><%=p_forma_s(rs("scer"),a_sum_t( a_event_n(n_g), rs("e_id")))%> <%=rs("note")%> |