画面構成のメモ

画面構成図 2025-08-05 更新

init_screen()

待機画面を出力するオプション
地図画面を出力するオプション

html: ファイル全体(開始)

body: 画面全体(開始)

ope_window: 操作画面外枠(開始)

include_map_window(): 地図画面

error: エラー表示画面

wait: 待機画面 (※オプション)

main: 主要操作画面(開始)

include_init_form()

ファイル添付を許可するオプション

include_common_dialog(): 共通ダイアログ画面

          • div_place_result
          • div_analysis_result
          • div_info_dialog

entry: 入力画面外枠(開始)

form: 入力画面(id=submit)(開始)

入力画面外枠(entry)は地図を使用しない画面において背景色を分離するために使用(entry.cssで定義)

include_term_form()

/form: 入力画面(id=submit)(終了)

/entry: 入力画面外枠(終了)

入力画面外枠(entry)は地図を使用しない画面において背景色を分離するために使用(entry.cssで定義)

term_screen()

ファイル添付を許可するオプション

div_signiture: 署名版権表示 ※オプション

/main: 主要操作画面(終了)

/ope_window: 操作画面外枠(終了)

/body: 画面全体(終了)

/html: ファイル全体(終了)

include_map_window()

map_dialog: 地図画面(開始)

map_window: 地図外枠(開始)

map_status_line: ステータス行

map_status: ステータス表示

map_info_line: 情報表示行

map_info: 情報表示

map_canvas: 地図表示領域

(noname)

map_address: 住所

map_others: その他

map_control: 地図操作領域

/map_window: 地図外枠(終了)

/map_dialog: 地図画面(終了)