×
<%= t("ruling_weather.dataid") %>
<%= t("ruling_weather.format") %>: F-xxxxx-xxx (Ex: F-D0047-001)
<%=t("ruling_weather.weather_information_center_api_instruction")%>
×
<%= t("ruling_weather.location") %>
<%= t("ruling_weather.location_need_match_dataid") %>
Ex: 頭城鎮
<%= render :partial => 'location_help' %>
<%=t("ruling_weather.weather_information_center_api_instruction")%>.pdf Page: 47~48(附錄A)
×
<%= t("ruling_weather.observatory_name") %>
Ex: 五分山雷達站
<%= t("ruling_weather.observatory_name") %>
<%= t("ruling_weather.dataid") %>
<%= f.text_field :dataid %>
<%= t("ruling_weather.location") %>
<%= f.text_field :location %>
<%= t("ruling_weather.observatory_name") %>
<%= f.text_field :observatory_name %>
<%#= f.hidden_field :time_offset, :id=>"weather_timeoffset" %> <% referer = request.referer rescue nil %> <% referer = get_referer_url if referer.blank? || request.host != URI.parse(URI.encode(referer)).host %> <%= f.submit t('ruling_weather.save'), class: 'btn btn-primary' %>
<%= link_to t('cancel'), referer, :class=>"btn" %>