mirror of
https://git.code.sf.net/p/fldigi/flmsg
synced 2026-08-13 17:30:58 -04:00
HICS203
* Improved html view template * Fixed control access bug on UI
This commit is contained in:
parent
54b5c0ba1e
commit
670249f511
3 changed files with 660 additions and 367 deletions
|
|
@ -109,7 +109,7 @@ string hics203_tag_planning_chief = ":planning_chief:";
|
|||
string hics203_tag_res_unit = ":res_unit:";
|
||||
string hics203_tag_sit_unit = ":sit_unit:";
|
||||
string hics203_tag_doc_unit = ":doc_unit:";
|
||||
string hics203_tag_dem_unit = ":dem_unit:";
|
||||
string hics203_tag_dem_unit = ":dem_unit:";
|
||||
string hics203_tag_planning_other = ":planning_other:";
|
||||
|
||||
string hics203_tag_log_chief = ":log_chief:";
|
||||
|
|
|
|||
|
|
@ -104,10 +104,11 @@ void create_hics203_tab()
|
|||
{ // tab_hics203_orglist
|
||||
tab_hics203_1 = new Fl_Group(0, Y+25, 570, 360, _("Org"));
|
||||
{ // group_hics203_orglist_1
|
||||
Fl_Group* group_hics203_orglist_1 = new Fl_Group(2, Y+31, 566, 115);
|
||||
group_hics203_orglist_1->box(FL_ENGRAVED_FRAME);
|
||||
group_hics203_orglist_1->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE);
|
||||
{ txt_hics203_incident = new Fl_Input2(135, Y+36, 425, 24, _("1. Incident Name"));
|
||||
Fl_Group* group_hics203_orglist_1 = new Fl_Group(2, Y+31, 566, 115);
|
||||
group_hics203_orglist_1->box(FL_ENGRAVED_FRAME);
|
||||
group_hics203_orglist_1->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE);
|
||||
|
||||
txt_hics203_incident = new Fl_Input2(135, Y+36, 425, 24, _("1. Incident Name"));
|
||||
txt_hics203_incident->tooltip(_("Incident name"));
|
||||
txt_hics203_incident->box(FL_DOWN_BOX);
|
||||
txt_hics203_incident->color((Fl_Color)FL_BACKGROUND2_COLOR);
|
||||
|
|
@ -119,8 +120,8 @@ void create_hics203_tab()
|
|||
txt_hics203_incident->align(FL_ALIGN_LEFT);
|
||||
txt_hics203_incident->callback(hics_changed);
|
||||
txt_hics203_incident->when(FL_WHEN_CHANGED);
|
||||
} // Fl_Input2* txt_hics203_incident
|
||||
{ txt_hics203_date = new Fl_Input2(135, Y+62, 155, 24, _("2. Date Prepared"));
|
||||
|
||||
txt_hics203_date = new Fl_Input2(135, Y+62, 155, 24, _("2. Date Prepared"));
|
||||
txt_hics203_date->tooltip(_("Date prepared"));
|
||||
txt_hics203_date->box(FL_DOWN_BOX);
|
||||
txt_hics203_date->color((Fl_Color)FL_BACKGROUND2_COLOR);
|
||||
|
|
@ -132,12 +133,12 @@ void create_hics203_tab()
|
|||
txt_hics203_date->align(FL_ALIGN_LEFT);
|
||||
txt_hics203_date->callback(hics_changed);
|
||||
txt_hics203_date->when(FL_WHEN_CHANGED);
|
||||
} // Fl_Input2* txt_hics203_date
|
||||
{ btn_hics203_date = new Fl_Button(294, Y+64, 20, 20, _("..."));
|
||||
|
||||
btn_hics203_date = new Fl_Button(294, Y+64, 20, 20, _("..."));
|
||||
btn_hics203_date->tooltip(_("Set today"));
|
||||
btn_hics203_date->callback((Fl_Callback*)cb_btn_hics203_date);
|
||||
} // Fl_Button* btn_hics203_date
|
||||
{ txt_hics203_time = new Fl_Input2(135, Y+88, 103, 24, _("3. Time Prepared"));
|
||||
|
||||
txt_hics203_time = new Fl_Input2(135, Y+88, 103, 24, _("3. Time Prepared"));
|
||||
txt_hics203_time->tooltip(_("Time prepared"));
|
||||
txt_hics203_time->box(FL_DOWN_BOX);
|
||||
txt_hics203_time->color((Fl_Color)FL_BACKGROUND2_COLOR);
|
||||
|
|
@ -149,12 +150,12 @@ void create_hics203_tab()
|
|||
txt_hics203_time->align(FL_ALIGN_LEFT);
|
||||
txt_hics203_time->callback(hics_changed);
|
||||
txt_hics203_time->when(FL_WHEN_CHANGED);
|
||||
} // Fl_Input2* txt_hics203_time
|
||||
{ btn_hics203_time = new Fl_Button(247, Y+90, 20, 20, _("..."));
|
||||
|
||||
btn_hics203_time = new Fl_Button(247, Y+90, 20, 20, _("..."));
|
||||
btn_hics203_time->tooltip(_("Set time now"));
|
||||
btn_hics203_time->callback((Fl_Callback*)cb_btn_hics203_time);
|
||||
} // Fl_Button* btn_hics203_time
|
||||
{ txt_hics203_op_period = new Fl_Input2(135, Y+116, 425, 24, _("4. Oper\' Period"));
|
||||
|
||||
txt_hics203_op_period = new Fl_Input2(135, Y+116, 425, 24, _("4. Oper\' Period"));
|
||||
txt_hics203_op_period->tooltip(_("Date / Time"));
|
||||
txt_hics203_op_period->box(FL_DOWN_BOX);
|
||||
txt_hics203_op_period->color((Fl_Color)FL_BACKGROUND2_COLOR);
|
||||
|
|
@ -166,13 +167,15 @@ void create_hics203_tab()
|
|||
txt_hics203_op_period->align(FL_ALIGN_LEFT);
|
||||
txt_hics203_op_period->callback(hics_changed);
|
||||
txt_hics203_op_period->when(FL_WHEN_CHANGED);
|
||||
}
|
||||
group_hics203_orglist_1->end();
|
||||
|
||||
group_hics203_orglist_1->end();
|
||||
} // group_hics203_orglist_1
|
||||
|
||||
{ // group_hics203_orglist_2
|
||||
Fl_Group* group_hics203_orglist_2 = new Fl_Group(2, Y+147, 566, 138, "");
|
||||
group_hics203_orglist_2->box(FL_ENGRAVED_FRAME);
|
||||
group_hics203_orglist_2->align(FL_ALIGN_TOP|FL_ALIGN_INSIDE);
|
||||
Fl_Group* group_hics203_orglist_2 = new Fl_Group(2, Y+147, 566, 138, "");
|
||||
group_hics203_orglist_2->box(FL_ENGRAVED_FRAME);
|
||||
group_hics203_orglist_2->align(FL_ALIGN_TOP|FL_ALIGN_INSIDE);
|
||||
|
||||
txt_hics203_incident_commander = new Fl_Input2(133, Y+152, 425, 24, _("Commander"));
|
||||
txt_hics203_incident_commander->tooltip(_("name"));
|
||||
txt_hics203_incident_commander->box(FL_DOWN_BOX);
|
||||
|
|
@ -225,12 +228,13 @@ void create_hics203_tab()
|
|||
txt_hics203_liaison_officer->callback(hics_changed);
|
||||
txt_hics203_liaison_officer->when(FL_WHEN_CHANGED);
|
||||
|
||||
group_hics203_orglist_2->end();
|
||||
group_hics203_orglist_2->end();
|
||||
} // group_hics203_orglist_2
|
||||
|
||||
{ // group_hics203_orglist_3
|
||||
Fl_Group* group_hics203_orglist_3 = new Fl_Group(2, Y+286, 565, 60);
|
||||
group_hics203_orglist_3->box(FL_ENGRAVED_FRAME);
|
||||
{
|
||||
Fl_Group* group_hics203_orglist_3 = new Fl_Group(2, Y+286, 565, 60);
|
||||
group_hics203_orglist_3->box(FL_ENGRAVED_FRAME);
|
||||
|
||||
txt_hics203_prepared_by = new Fl_Input2(133, Y+292, 425, 24, _("Prepared By"));
|
||||
txt_hics203_prepared_by->tooltip(_("preparer"));
|
||||
txt_hics203_prepared_by->box(FL_DOWN_BOX);
|
||||
|
|
@ -243,8 +247,7 @@ void create_hics203_tab()
|
|||
txt_hics203_prepared_by->align(FL_ALIGN_LEFT);
|
||||
txt_hics203_prepared_by->callback(hics_changed);
|
||||
txt_hics203_prepared_by->when(FL_WHEN_CHANGED);
|
||||
}
|
||||
{
|
||||
|
||||
txt_hics203_facility = new Fl_Input2(133, Y+318, 425, 24, _("Facility"));
|
||||
txt_hics203_facility->tooltip(_("facility name"));
|
||||
txt_hics203_facility->box(FL_DOWN_BOX);
|
||||
|
|
@ -257,152 +260,153 @@ void create_hics203_tab()
|
|||
txt_hics203_facility->align(FL_ALIGN_LEFT);
|
||||
txt_hics203_facility->callback(hics_changed);
|
||||
txt_hics203_facility->when(FL_WHEN_CHANGED);
|
||||
}
|
||||
group_hics203_orglist_3->end();
|
||||
|
||||
group_hics203_orglist_3->end();
|
||||
} // group_hics203_orglist_3
|
||||
tab_hics203_1->end();
|
||||
} // Fl_Group* tab_hics203_orglist
|
||||
|
||||
{ // tab_hics203_tech_spec
|
||||
tab_hics203_tech_spec = new Fl_Group(0, Y+25, 570, 360, _("Med/Tech"));
|
||||
tab_hics203_tech_spec->hide();
|
||||
{ Fl_Group* o = new Fl_Group(2, Y+36, 566, 314, _("Medical / Technical Specialists"));
|
||||
o->box(FL_ENGRAVED_FRAME);
|
||||
o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE);
|
||||
for (int i = 0; i < 6; i++) {
|
||||
txt_hics203_tech_spc[i] = new Fl_Input2(135, Y+62 + 30*i, 425, 24, _("Specialist"));
|
||||
txt_hics203_tech_spc[i]->tooltip(_("med / tech spec."));
|
||||
txt_hics203_tech_spc[i]->box(FL_DOWN_BOX);
|
||||
txt_hics203_tech_spc[i]->color((Fl_Color)FL_BACKGROUND2_COLOR);
|
||||
txt_hics203_tech_spc[i]->selection_color((Fl_Color)FL_SELECTION_COLOR);
|
||||
txt_hics203_tech_spc[i]->labeltype(FL_NORMAL_LABEL);
|
||||
txt_hics203_tech_spc[i]->labelfont(0);
|
||||
txt_hics203_tech_spc[i]->labelsize(14);
|
||||
txt_hics203_tech_spc[i]->labelcolor((Fl_Color)FL_FOREGROUND_COLOR);
|
||||
txt_hics203_tech_spc[i]->align(FL_ALIGN_LEFT);
|
||||
txt_hics203_tech_spc[i]->callback(hics_changed);
|
||||
txt_hics203_tech_spc[i]->when(FL_WHEN_CHANGED);
|
||||
}
|
||||
o->end();
|
||||
{
|
||||
Fl_Group* o = new Fl_Group(2, Y+36, 566, 314, _("Medical / Technical Specialists"));
|
||||
o->box(FL_ENGRAVED_FRAME);
|
||||
o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE);
|
||||
for (int i = 0; i < 6; i++) {
|
||||
txt_hics203_tech_spc[i] = new Fl_Input2(135, Y+62 + 30*i, 425, 24, _("Specialist"));
|
||||
txt_hics203_tech_spc[i]->tooltip(_("med / tech spec."));
|
||||
txt_hics203_tech_spc[i]->box(FL_DOWN_BOX);
|
||||
txt_hics203_tech_spc[i]->color((Fl_Color)FL_BACKGROUND2_COLOR);
|
||||
txt_hics203_tech_spc[i]->selection_color((Fl_Color)FL_SELECTION_COLOR);
|
||||
txt_hics203_tech_spc[i]->labeltype(FL_NORMAL_LABEL);
|
||||
txt_hics203_tech_spc[i]->labelfont(0);
|
||||
txt_hics203_tech_spc[i]->labelsize(14);
|
||||
txt_hics203_tech_spc[i]->labelcolor((Fl_Color)FL_FOREGROUND_COLOR);
|
||||
txt_hics203_tech_spc[i]->align(FL_ALIGN_LEFT);
|
||||
txt_hics203_tech_spc[i]->callback(hics_changed);
|
||||
txt_hics203_tech_spc[i]->when(FL_WHEN_CHANGED);
|
||||
}
|
||||
o->end();
|
||||
} // Fl_Group* o
|
||||
tab_hics203_tech_spec->end();
|
||||
} // Fl_Group* tab_hics203_tech_spec
|
||||
} // Fl_Group* tab_hics203_tech_spec
|
||||
tab_hics203_tech_spec->hide();
|
||||
|
||||
{ // tab_hics203_ops
|
||||
tab_hics203_ops = new Fl_Group(0, Y+25, 570, 360, _("Ops"));
|
||||
tab_hics203_ops->hide();
|
||||
{ // tab_hics203_ops
|
||||
tab_hics203_ops = new Fl_Group(0, Y+25, 570, 360, _("Ops"));
|
||||
|
||||
txt_hics203_ops_chief = new Fl_Input2(135, Y+40, 425, 24, _("Chief"));
|
||||
txt_hics203_ops_chief->tooltip("");
|
||||
txt_hics203_ops_chief->box(FL_DOWN_BOX);
|
||||
txt_hics203_ops_chief->color((Fl_Color)FL_BACKGROUND2_COLOR);
|
||||
txt_hics203_ops_chief->selection_color((Fl_Color)FL_SELECTION_COLOR);
|
||||
txt_hics203_ops_chief->labeltype(FL_NORMAL_LABEL);
|
||||
txt_hics203_ops_chief->labelfont(0);
|
||||
txt_hics203_ops_chief->labelsize(14);
|
||||
txt_hics203_ops_chief->labelcolor((Fl_Color)FL_FOREGROUND_COLOR);
|
||||
txt_hics203_ops_chief->align(FL_ALIGN_LEFT);
|
||||
txt_hics203_ops_chief->callback(hics_changed);
|
||||
txt_hics203_ops_chief->when(FL_WHEN_CHANGED);
|
||||
txt_hics203_ops_chief = new Fl_Input2(135, Y+40, 425, 24, _("Chief"));
|
||||
txt_hics203_ops_chief->tooltip("");
|
||||
txt_hics203_ops_chief->box(FL_DOWN_BOX);
|
||||
txt_hics203_ops_chief->color((Fl_Color)FL_BACKGROUND2_COLOR);
|
||||
txt_hics203_ops_chief->selection_color((Fl_Color)FL_SELECTION_COLOR);
|
||||
txt_hics203_ops_chief->labeltype(FL_NORMAL_LABEL);
|
||||
txt_hics203_ops_chief->labelfont(0);
|
||||
txt_hics203_ops_chief->labelsize(14);
|
||||
txt_hics203_ops_chief->labelcolor((Fl_Color)FL_FOREGROUND_COLOR);
|
||||
txt_hics203_ops_chief->align(FL_ALIGN_LEFT);
|
||||
txt_hics203_ops_chief->callback(hics_changed);
|
||||
txt_hics203_ops_chief->when(FL_WHEN_CHANGED);
|
||||
|
||||
txt_hics203_bus_brch = new Fl_Input2(135, Y+66, 425, 24, _("Bus'/Cont' branch"));
|
||||
txt_hics203_bus_brch->tooltip(_("business continuity"));
|
||||
txt_hics203_bus_brch->box(FL_DOWN_BOX);
|
||||
txt_hics203_bus_brch->color((Fl_Color)FL_BACKGROUND2_COLOR);
|
||||
txt_hics203_bus_brch->selection_color((Fl_Color)FL_SELECTION_COLOR);
|
||||
txt_hics203_bus_brch->labeltype(FL_NORMAL_LABEL);
|
||||
txt_hics203_bus_brch->labelfont(0);
|
||||
txt_hics203_bus_brch->labelsize(14);
|
||||
txt_hics203_bus_brch->labelcolor((Fl_Color)FL_FOREGROUND_COLOR);
|
||||
txt_hics203_bus_brch->align(FL_ALIGN_LEFT);
|
||||
txt_hics203_bus_brch->callback(hics_changed);
|
||||
txt_hics203_bus_brch->when(FL_WHEN_CHANGED);
|
||||
txt_hics203_bus_brch = new Fl_Input2(135, Y+66, 425, 24, _("Bus'/Cont' branch"));
|
||||
txt_hics203_bus_brch->tooltip(_("business continuity"));
|
||||
txt_hics203_bus_brch->box(FL_DOWN_BOX);
|
||||
txt_hics203_bus_brch->color((Fl_Color)FL_BACKGROUND2_COLOR);
|
||||
txt_hics203_bus_brch->selection_color((Fl_Color)FL_SELECTION_COLOR);
|
||||
txt_hics203_bus_brch->labeltype(FL_NORMAL_LABEL);
|
||||
txt_hics203_bus_brch->labelfont(0);
|
||||
txt_hics203_bus_brch->labelsize(14);
|
||||
txt_hics203_bus_brch->labelcolor((Fl_Color)FL_FOREGROUND_COLOR);
|
||||
txt_hics203_bus_brch->align(FL_ALIGN_LEFT);
|
||||
txt_hics203_bus_brch->callback(hics_changed);
|
||||
txt_hics203_bus_brch->when(FL_WHEN_CHANGED);
|
||||
|
||||
txt_hics203_stg_mgr = new Fl_Input2(135, Y+92, 425, 24, _("Staging manager"));
|
||||
txt_hics203_stg_mgr->tooltip(_("staging"));
|
||||
txt_hics203_stg_mgr->box(FL_DOWN_BOX);
|
||||
txt_hics203_stg_mgr->color((Fl_Color)FL_BACKGROUND2_COLOR);
|
||||
txt_hics203_stg_mgr->selection_color((Fl_Color)FL_SELECTION_COLOR);
|
||||
txt_hics203_stg_mgr->labeltype(FL_NORMAL_LABEL);
|
||||
txt_hics203_stg_mgr->labelfont(0);
|
||||
txt_hics203_stg_mgr->labelsize(14);
|
||||
txt_hics203_stg_mgr->labelcolor((Fl_Color)FL_FOREGROUND_COLOR);
|
||||
txt_hics203_stg_mgr->align(FL_ALIGN_LEFT);
|
||||
txt_hics203_stg_mgr->callback(hics_changed);
|
||||
txt_hics203_stg_mgr->when(FL_WHEN_CHANGED);
|
||||
txt_hics203_stg_mgr = new Fl_Input2(135, Y+92, 425, 24, _("Staging manager"));
|
||||
txt_hics203_stg_mgr->tooltip(_("staging"));
|
||||
txt_hics203_stg_mgr->box(FL_DOWN_BOX);
|
||||
txt_hics203_stg_mgr->color((Fl_Color)FL_BACKGROUND2_COLOR);
|
||||
txt_hics203_stg_mgr->selection_color((Fl_Color)FL_SELECTION_COLOR);
|
||||
txt_hics203_stg_mgr->labeltype(FL_NORMAL_LABEL);
|
||||
txt_hics203_stg_mgr->labelfont(0);
|
||||
txt_hics203_stg_mgr->labelsize(14);
|
||||
txt_hics203_stg_mgr->labelcolor((Fl_Color)FL_FOREGROUND_COLOR);
|
||||
txt_hics203_stg_mgr->align(FL_ALIGN_LEFT);
|
||||
txt_hics203_stg_mgr->callback(hics_changed);
|
||||
txt_hics203_stg_mgr->when(FL_WHEN_CHANGED);
|
||||
|
||||
txt_hics203_med_care_brch = new Fl_Input2(135, Y+118, 425, 24, _("Med' care branch"));
|
||||
txt_hics203_med_care_brch->tooltip(_("medical care"));
|
||||
txt_hics203_med_care_brch->box(FL_DOWN_BOX);
|
||||
txt_hics203_med_care_brch->color((Fl_Color)FL_BACKGROUND2_COLOR);
|
||||
txt_hics203_med_care_brch->selection_color((Fl_Color)FL_SELECTION_COLOR);
|
||||
txt_hics203_med_care_brch->labeltype(FL_NORMAL_LABEL);
|
||||
txt_hics203_med_care_brch->labelfont(0);
|
||||
txt_hics203_med_care_brch->labelsize(14);
|
||||
txt_hics203_med_care_brch->labelcolor((Fl_Color)FL_FOREGROUND_COLOR);
|
||||
txt_hics203_med_care_brch->align(FL_ALIGN_LEFT);
|
||||
txt_hics203_med_care_brch->callback(hics_changed);
|
||||
txt_hics203_med_care_brch->when(FL_WHEN_CHANGED);
|
||||
txt_hics203_med_care_brch = new Fl_Input2(135, Y+118, 425, 24, _("Med' care branch"));
|
||||
txt_hics203_med_care_brch->tooltip(_("medical care"));
|
||||
txt_hics203_med_care_brch->box(FL_DOWN_BOX);
|
||||
txt_hics203_med_care_brch->color((Fl_Color)FL_BACKGROUND2_COLOR);
|
||||
txt_hics203_med_care_brch->selection_color((Fl_Color)FL_SELECTION_COLOR);
|
||||
txt_hics203_med_care_brch->labeltype(FL_NORMAL_LABEL);
|
||||
txt_hics203_med_care_brch->labelfont(0);
|
||||
txt_hics203_med_care_brch->labelsize(14);
|
||||
txt_hics203_med_care_brch->labelcolor((Fl_Color)FL_FOREGROUND_COLOR);
|
||||
txt_hics203_med_care_brch->align(FL_ALIGN_LEFT);
|
||||
txt_hics203_med_care_brch->callback(hics_changed);
|
||||
txt_hics203_med_care_brch->when(FL_WHEN_CHANGED);
|
||||
|
||||
txt_hics203_infr_brch = new Fl_Input2(135, Y+144, 425, 24, _("Infra' branch"));
|
||||
txt_hics203_infr_brch->tooltip(_("infrastructure"));
|
||||
txt_hics203_infr_brch->box(FL_DOWN_BOX);
|
||||
txt_hics203_infr_brch->color((Fl_Color)FL_BACKGROUND2_COLOR);
|
||||
txt_hics203_infr_brch->selection_color((Fl_Color)FL_SELECTION_COLOR);
|
||||
txt_hics203_infr_brch->labeltype(FL_NORMAL_LABEL);
|
||||
txt_hics203_infr_brch->labelfont(0);
|
||||
txt_hics203_infr_brch->labelsize(14);
|
||||
txt_hics203_infr_brch->labelcolor((Fl_Color)FL_FOREGROUND_COLOR);
|
||||
txt_hics203_infr_brch->align(FL_ALIGN_LEFT);
|
||||
txt_hics203_infr_brch->callback(hics_changed);
|
||||
txt_hics203_infr_brch->when(FL_WHEN_CHANGED);
|
||||
txt_hics203_infr_brch = new Fl_Input2(135, Y+144, 425, 24, _("Infra' branch"));
|
||||
txt_hics203_infr_brch->tooltip(_("infrastructure"));
|
||||
txt_hics203_infr_brch->box(FL_DOWN_BOX);
|
||||
txt_hics203_infr_brch->color((Fl_Color)FL_BACKGROUND2_COLOR);
|
||||
txt_hics203_infr_brch->selection_color((Fl_Color)FL_SELECTION_COLOR);
|
||||
txt_hics203_infr_brch->labeltype(FL_NORMAL_LABEL);
|
||||
txt_hics203_infr_brch->labelfont(0);
|
||||
txt_hics203_infr_brch->labelsize(14);
|
||||
txt_hics203_infr_brch->labelcolor((Fl_Color)FL_FOREGROUND_COLOR);
|
||||
txt_hics203_infr_brch->align(FL_ALIGN_LEFT);
|
||||
txt_hics203_infr_brch->callback(hics_changed);
|
||||
txt_hics203_infr_brch->when(FL_WHEN_CHANGED);
|
||||
|
||||
txt_hics203_sec_brch = new Fl_Input2(135, Y+170, 425, 24, _("Security branch"));
|
||||
txt_hics203_sec_brch->tooltip(_("security"));
|
||||
txt_hics203_sec_brch->box(FL_DOWN_BOX);
|
||||
txt_hics203_sec_brch->color((Fl_Color)FL_BACKGROUND2_COLOR);
|
||||
txt_hics203_sec_brch->selection_color((Fl_Color)FL_SELECTION_COLOR);
|
||||
txt_hics203_sec_brch->labeltype(FL_NORMAL_LABEL);
|
||||
txt_hics203_sec_brch->labelfont(0);
|
||||
txt_hics203_sec_brch->labelsize(14);
|
||||
txt_hics203_sec_brch->labelcolor((Fl_Color)FL_FOREGROUND_COLOR);
|
||||
txt_hics203_sec_brch->align(FL_ALIGN_LEFT);
|
||||
txt_hics203_sec_brch->callback(hics_changed);
|
||||
txt_hics203_sec_brch->when(FL_WHEN_CHANGED);
|
||||
txt_hics203_sec_brch = new Fl_Input2(135, Y+170, 425, 24, _("Security branch"));
|
||||
txt_hics203_sec_brch->tooltip(_("security"));
|
||||
txt_hics203_sec_brch->box(FL_DOWN_BOX);
|
||||
txt_hics203_sec_brch->color((Fl_Color)FL_BACKGROUND2_COLOR);
|
||||
txt_hics203_sec_brch->selection_color((Fl_Color)FL_SELECTION_COLOR);
|
||||
txt_hics203_sec_brch->labeltype(FL_NORMAL_LABEL);
|
||||
txt_hics203_sec_brch->labelfont(0);
|
||||
txt_hics203_sec_brch->labelsize(14);
|
||||
txt_hics203_sec_brch->labelcolor((Fl_Color)FL_FOREGROUND_COLOR);
|
||||
txt_hics203_sec_brch->align(FL_ALIGN_LEFT);
|
||||
txt_hics203_sec_brch->callback(hics_changed);
|
||||
txt_hics203_sec_brch->when(FL_WHEN_CHANGED);
|
||||
|
||||
txt_hics203_hazmat_brch = new Fl_Input2(135, Y+196, 425, 24, _("Hazmat branch"));
|
||||
txt_hics203_hazmat_brch->tooltip(_("hazardous materials"));
|
||||
txt_hics203_hazmat_brch->box(FL_DOWN_BOX);
|
||||
txt_hics203_hazmat_brch->color((Fl_Color)FL_BACKGROUND2_COLOR);
|
||||
txt_hics203_hazmat_brch->selection_color((Fl_Color)FL_SELECTION_COLOR);
|
||||
txt_hics203_hazmat_brch->labeltype(FL_NORMAL_LABEL);
|
||||
txt_hics203_hazmat_brch->labelfont(0);
|
||||
txt_hics203_hazmat_brch->labelsize(14);
|
||||
txt_hics203_hazmat_brch->labelcolor((Fl_Color)FL_FOREGROUND_COLOR);
|
||||
txt_hics203_hazmat_brch->align(FL_ALIGN_LEFT);
|
||||
txt_hics203_hazmat_brch->callback(hics_changed);
|
||||
txt_hics203_hazmat_brch->when(FL_WHEN_CHANGED);
|
||||
txt_hics203_hazmat_brch = new Fl_Input2(135, Y+196, 425, 24, _("Hazmat branch"));
|
||||
txt_hics203_hazmat_brch->tooltip(_("hazardous materials"));
|
||||
txt_hics203_hazmat_brch->box(FL_DOWN_BOX);
|
||||
txt_hics203_hazmat_brch->color((Fl_Color)FL_BACKGROUND2_COLOR);
|
||||
txt_hics203_hazmat_brch->selection_color((Fl_Color)FL_SELECTION_COLOR);
|
||||
txt_hics203_hazmat_brch->labeltype(FL_NORMAL_LABEL);
|
||||
txt_hics203_hazmat_brch->labelfont(0);
|
||||
txt_hics203_hazmat_brch->labelsize(14);
|
||||
txt_hics203_hazmat_brch->labelcolor((Fl_Color)FL_FOREGROUND_COLOR);
|
||||
txt_hics203_hazmat_brch->align(FL_ALIGN_LEFT);
|
||||
txt_hics203_hazmat_brch->callback(hics_changed);
|
||||
txt_hics203_hazmat_brch->when(FL_WHEN_CHANGED);
|
||||
|
||||
txt_hics203_ops_other = new Fl_Input2(135, Y+222, 425, 24, _("Other"));
|
||||
txt_hics203_ops_other->tooltip("");
|
||||
txt_hics203_ops_other->box(FL_DOWN_BOX);
|
||||
txt_hics203_ops_other->color((Fl_Color)FL_BACKGROUND2_COLOR);
|
||||
txt_hics203_ops_other->selection_color((Fl_Color)FL_SELECTION_COLOR);
|
||||
txt_hics203_ops_other->labeltype(FL_NORMAL_LABEL);
|
||||
txt_hics203_ops_other->labelfont(0);
|
||||
txt_hics203_ops_other->labelsize(14);
|
||||
txt_hics203_ops_other->labelcolor((Fl_Color)FL_FOREGROUND_COLOR);
|
||||
txt_hics203_ops_other->align(FL_ALIGN_LEFT);
|
||||
txt_hics203_ops_other->callback(hics_changed);
|
||||
txt_hics203_ops_other->when(FL_WHEN_CHANGED);
|
||||
txt_hics203_ops_other = new Fl_Input2(135, Y+222, 425, 24, _("Other"));
|
||||
txt_hics203_ops_other->tooltip("");
|
||||
txt_hics203_ops_other->box(FL_DOWN_BOX);
|
||||
txt_hics203_ops_other->color((Fl_Color)FL_BACKGROUND2_COLOR);
|
||||
txt_hics203_ops_other->selection_color((Fl_Color)FL_SELECTION_COLOR);
|
||||
txt_hics203_ops_other->labeltype(FL_NORMAL_LABEL);
|
||||
txt_hics203_ops_other->labelfont(0);
|
||||
txt_hics203_ops_other->labelsize(14);
|
||||
txt_hics203_ops_other->labelcolor((Fl_Color)FL_FOREGROUND_COLOR);
|
||||
txt_hics203_ops_other->align(FL_ALIGN_LEFT);
|
||||
txt_hics203_ops_other->callback(hics_changed);
|
||||
txt_hics203_ops_other->when(FL_WHEN_CHANGED);
|
||||
|
||||
tab_hics203_ops->end();
|
||||
} // Fl_Group* tab_hics203_ops
|
||||
tab_hics203_ops->end();
|
||||
} // Fl_Group* tab_hics203_ops
|
||||
tab_hics203_ops->hide();
|
||||
|
||||
{ // tab_hics203_planning
|
||||
{ // tab_hics203_planning
|
||||
tab_hics203_planning = new Fl_Group(0, Y+25, 570, 360, _("Plan'/Log'"));
|
||||
tab_hics203_planning->hide();
|
||||
{ Fl_Group* o = new Fl_Group(2, Y+31, 566, 184, _("Planning"));
|
||||
{
|
||||
Fl_Group* o = new Fl_Group(2, Y+31, 566, 184, _("Planning"));
|
||||
o->box(FL_ENGRAVED_FRAME);
|
||||
o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE);
|
||||
|
||||
|
|
@ -485,8 +489,10 @@ void create_hics203_tab()
|
|||
txt_hics203_planning_other->when(FL_WHEN_CHANGED);
|
||||
|
||||
o->end();
|
||||
} // Fl_Group* o
|
||||
{ Fl_Group* o = new Fl_Group(2, Y+215, 566, 140, _("Logistics"));
|
||||
} // Fl_Group* o
|
||||
|
||||
{
|
||||
Fl_Group* o = new Fl_Group(2, Y+215, 566, 140, _("Logistics"));
|
||||
o->box(FL_ENGRAVED_FRAME);
|
||||
o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE);
|
||||
|
||||
|
|
@ -543,14 +549,15 @@ void create_hics203_tab()
|
|||
txt_hics203_log_other->when(FL_WHEN_CHANGED);
|
||||
|
||||
o->end();
|
||||
} // Fl_Group* o
|
||||
} // Fl_Group* o
|
||||
tab_hics203_planning->end();
|
||||
} // tab_hics203_planning
|
||||
} // tab_hics203_planning
|
||||
tab_hics203_planning->hide();
|
||||
|
||||
{ // tab_hics203_admin
|
||||
tab_hics203_admin = new Fl_Group(0, Y+295, 570, 326, _("Admin"));
|
||||
tab_hics203_admin->hide();
|
||||
{ Fl_Group* o = new Fl_Group(2, Y+32, 566, 176, _("Finance/Admin Section"));
|
||||
{ // tab_hics203_admin
|
||||
tab_hics203_admin = new Fl_Group(0, Y+31, 570, 326, _("Admin"));
|
||||
{
|
||||
Fl_Group* o = new Fl_Group(2, Y+32, 566, 176, _("Finance/Admin Section"));
|
||||
o->box(FL_ENGRAVED_FRAME);
|
||||
o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE);
|
||||
|
||||
|
|
@ -691,13 +698,15 @@ void create_hics203_tab()
|
|||
txt_hics203_ext_rep->callback(hics_changed);
|
||||
txt_hics203_ext_rep->when(FL_WHEN_CHANGED);
|
||||
|
||||
o->end();
|
||||
o->end();
|
||||
} // Fl_Group* o
|
||||
|
||||
tab_hics203_admin->end();
|
||||
} // Fl_Group* tab_hics203_admin
|
||||
} // Fl_Group* tab_hics203_admin
|
||||
tab_hics203_admin->hide();
|
||||
|
||||
tab_hics203_type->end();
|
||||
|
||||
Fl_Group::current()->resizable(tab_hics203_type);
|
||||
tab_hics203->end();
|
||||
|
||||
|
|
|
|||
|
|
@ -20,213 +20,497 @@
|
|||
|
||||
#include "templates.h"
|
||||
|
||||
const char hics203_html_template[] =
|
||||
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">\
|
||||
<html><head>\
|
||||
<meta http-equiv=\"CONTENT-TYPE\" content=\"text/html; charset=utf-8\"><title>HICS-203</title>\
|
||||
<meta name=\"AUTHOR\" content=\"w1hkj\">\
|
||||
<meta name=\"CREATED\" content=\"20111027;13000000\">\
|
||||
const char hics203_html_template[] =
|
||||
"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN\"\
|
||||
\"http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd\">\
|
||||
<html xmlns=\"http://www.w3.org/1999/xhtml\">\
|
||||
<head profile=\"http://dublincore.org/documents/dcmi-terms/\">\
|
||||
<!--This file was converted to xhtml by OpenOffice.org -\
|
||||
see http://xml.openoffice.org/odf2xhtml for more info.-->\
|
||||
\
|
||||
<meta http-equiv=\"Content-Type\" content=\"application/xhtml+xml; charset=utf-8\" />\
|
||||
<title xml:lang=\"en-US\">ORGANIZATION ASSIGNMENT LIST</title>\
|
||||
<meta name=\"DCTERMS.title\" content=\"ORGANIZATION ASSIGNMENT LIST\" xml:lang=\"en-US\" />\
|
||||
<meta name=\"DCTERMS.language\" content=\"en-US\" scheme=\"DCTERMS.RFC4646\" />\
|
||||
<meta name=\"DCTERMS.source\" content=\"http://xml.openoffice.org/odf2xhtml\" />\
|
||||
<meta name=\"DCTERMS.creator\" content=\"deguzmno\" />\
|
||||
<meta name=\"DCTERMS.issued\" content=\"2007-04-23T15:03:00\" scheme=\"DCTERMS.W3CDTF\" />\
|
||||
<meta name=\"DCTERMS.contributor\" content=\"MedStar Health\" />\
|
||||
<meta name=\"DCTERMS.modified\" content=\"2007-04-23T15:03:00\" scheme=\"DCTERMS.W3CDTF\" />\
|
||||
<meta name=\"DCTERMS.provenance\" content=\"\" xml:lang=\"en-US\" />\
|
||||
<meta name=\"DCTERMS.subject\" content=\",\" xml:lang=\"en-US\" />\
|
||||
<link rel=\"schema.DC\" href=\"http://purl.org/dc/elements/1.1/\" hreflang=\"en\" />\
|
||||
<link rel=\"schema.DCTERMS\" href=\"http://purl.org/dc/terms/\" hreflang=\"en\" />\
|
||||
<link rel=\"schema.DCTYPE\" href=\"http://purl.org/dc/dcmitype/\" hreflang=\"en\" />\
|
||||
<link rel=\"schema.DCAM\" href=\"http://purl.org/dc/dcam/\" hreflang=\"en\" />\
|
||||
<style type=\"text/css\">\
|
||||
@page { }\
|
||||
table { border-collapse:collapse; border-spacing:0; empty-cells:show }\
|
||||
td, th { vertical-align:top; font-size:12pt;}\
|
||||
h1, h2, h3, h4, h5, h6 { clear:both }\
|
||||
ol, ul { margin:0; padding:0;}\
|
||||
li { list-style: none; margin:0; padding:0;}\
|
||||
<!-- \"li span.odfLiEnd\" - IE 7 issue-->\
|
||||
li span. { clear: both; line-height:0; width:0; height:0; margin:0; padding:0; }\
|
||||
span.footnodeNumber { padding-right:1em; }\
|
||||
span.annotation_style_by_filter { font-size:95%; font-family:Arial; background-color:#fff000; margin:0; border:0; padding:0; }\
|
||||
* { margin:0;}\
|
||||
.fr1 { font-size:12pt; text-align:center; vertical-align:top; writing-mode:lr-tb; margin-left:0in; margin-right:0in; padding-left:0.0937in; padding-right:0.0937in; padding-top:0.0437in; padding-bottom:0.0437in; border-width:0.018cm; border-style:solid; border-color:#000000; }\
|
||||
.gr1 { font-size:12pt; writing-mode:lr-tb; padding-top:0.0902in; padding-bottom:0.0902in; padding-left:0.1736in; padding-right:0.1736in; margin-left:0.1256in; margin-right:0.1256in; vertical-align:middle; text-align:center; }\
|
||||
.Footer { font-size:12pt; font-family:Times New Roman; writing-mode:lr-tb; }\
|
||||
.P1 { font-size:8pt; font-family:Arial; writing-mode:lr-tb; text-align:right ! important; }\
|
||||
.P2 { font-size:8pt; font-family:Arial; writing-mode:lr-tb; }\
|
||||
.P3 { font-size:12pt; font-family:Times New Roman; writing-mode:lr-tb; }\
|
||||
.P4 { font-size:1pt; font-family:Times New Roman; writing-mode:lr-tb; }\
|
||||
.P5 { font-size:10pt; font-family:Arial; writing-mode:lr-tb; text-align:center ! important; font-weight:bold; }\
|
||||
.P6 { font-size:11pt; font-family:Arial; writing-mode:lr-tb; font-weight:bold; background-color:#c0c0c0; }\
|
||||
.P7 { font-size:11pt; font-family:Arial; writing-mode:lr-tb; font-weight:bold; }\
|
||||
.P8 { font-size:11pt; font-family:Arial; writing-mode:lr-tb; text-align:justify ! important; letter-spacing:-0.0016in; }\
|
||||
.P9 { font-size:9pt; font-family:Arial; writing-mode:lr-tb; font-weight:bold; background-color:#c0c0c0; }\
|
||||
.P10 { font-size:9pt; font-family:Arial; writing-mode:lr-tb; }\
|
||||
.P11_borderStart { font-size:9pt; font-family:Arial; writing-mode:lr-tb; margin-top:0.028in; font-weight:bold; background-color:#c0c0c0; padding-bottom:0in; border-bottom-style:none; }\
|
||||
.P11 { font-size:9pt; font-family:Arial; writing-mode:lr-tb; font-weight:bold; background-color:#c0c0c0; padding-top:0.028in; padding-bottom:0in; border-top-style:none; border-bottom-style:none; }\
|
||||
.P11_borderEnd { font-size:9pt; font-family:Arial; writing-mode:lr-tb; margin-bottom:0in; font-weight:bold; background-color:#c0c0c0; padding-top:0.028in; border-top-style:none;}\
|
||||
.P12 { font-size:8pt; font-family:Arial; writing-mode:lr-tb; margin-top:0.028in; margin-bottom:0.028in; text-align:right ! important; }\
|
||||
.P13 { font-size:9pt; font-family:Arial; writing-mode:lr-tb; margin-top:0.028in; margin-bottom:0.028in; font-weight:bold; }\
|
||||
.P14 { font-size:9pt; font-family:Arial; writing-mode:lr-tb; margin-top:0.028in; margin-bottom:0.028in; }\
|
||||
.P15 { font-size:9pt; font-family:Arial; writing-mode:lr-tb; margin-top:0.028in; margin-bottom:0.028in; text-align:center ! important; }\
|
||||
.P16 { font-size:9pt; font-family:Arial; writing-mode:lr-tb; margin-top:0.028in; margin-bottom:0.028in; }\
|
||||
.Table1 { width:8.1569in; margin-left:-0.0785in; writing-mode:lr-tb; }\
|
||||
.Table1_A1 { vertical-align:middle; padding-left:0.075in; padding-right:0.075in; padding-top:0in; padding-bottom:0in; border-left-width:0.0176cm; border-left-style:solid; border-left-color:#000000; border-right-style:none; border-top-width:0.0176cm; border-top-style:solid; border-top-color:#000000; border-bottom-width:0.0176cm; border-bottom-style:solid; border-bottom-color:#000000; writing-mode:lr-tb; }\
|
||||
.Table1_A2 { vertical-align:top; padding-left:0.075in; padding-right:0.075in; padding-top:0in; padding-bottom:0in; border-left-width:0.0176cm; border-left-style:solid; border-left-color:#000000; border-right-style:none; border-top-width:0.0176cm; border-top-style:solid; border-top-color:#000000; border-bottom-width:0.0176cm; border-bottom-style:solid; border-bottom-color:#000000; writing-mode:lr-tb; }\
|
||||
.Table1_C1 { vertical-align:top; padding-left:0.075in; padding-right:0.075in; padding-top:0in; padding-bottom:0in; border-width:0.0176cm; border-style:solid; border-color:#000000; writing-mode:lr-tb; }\
|
||||
.Table1_A { width:2.7167in; }\
|
||||
.Table1_B { width:1.4833in; }\
|
||||
.Table1_C { width:1.375in; }\
|
||||
.Table1_D { width:2.5819in; }\
|
||||
.T1 { font-weight:bold; }\
|
||||
.T2 { background-color:#c0c0c0; }\
|
||||
<!-- ODF styles with no properties representable as CSS -->\
|
||||
.Table1.1 .Table1.2 .Table1.3 { }\
|
||||
</style>\
|
||||
</head>\
|
||||
<body>\
|
||||
<table style=\"width: 100%;\" cellpadding=\"2\" cellspacing=\"0\" border=\"1\">\
|
||||
<col width=30%><col width=20%><col width=20%><col width=30%>\
|
||||
<tbody><tr>\
|
||||
<td colspan=\"2\"><font style=\"font-size:12pt;\"><b>HICS-203 – ORGANIZATION ASSIGNMENT LIST</b></font></td>\
|
||||
<td colspan=\"2\"></td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\"><b>1. INCIDENT NAME</b></font><br>:inc:</td>\
|
||||
<td><font style=\"font-size:11pt;\"><b>2. DATE PREPARED</b></font><br>:dat:</td>\
|
||||
<td><font style=\"font-size:11pt;\"><b>3. TIME PREPARED</b></font><br>:tim:</td>\
|
||||
<td><font style=\"font-size:11pt;\"><b>4. OPERATIONAL PERIOD DATE/TIME</b></font><br>:opp:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\"><b>POSITION</b></td>\
|
||||
<td colspan=\"3\" ><font style=\"font-size: 11pt;\"><b>NAME / tech_spec</b></font></td>\
|
||||
</tr>\
|
||||
<tr>\
|
||||
<td colspan=\"4\"><font style=\"font-size: 11pt;\"><b>5.Incident Commander and Staff</b></td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Incident Commander</font></td>\
|
||||
<td colspan=\"3\">:icc:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Public Information Officer</font></td>\
|
||||
<td colspan=\"3\">:ici:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Liaison Officer</font></font></td>\
|
||||
<td colspan=\"3\">:icl:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Safety Officer</font></td>\
|
||||
<td colspan=\"3\">:ics:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Medical/Technical Specialist (Type)</font></td>\
|
||||
<td colspan=\"3\">:tech_spc[0]:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Medical/Technical Specialist (Type)</font></td>\
|
||||
</td>\
|
||||
<td colspan=\"3\">:tech_spc[1]:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Medical/Technical Specialist (Type)</font></td>\
|
||||
<td colspan=\"3\">:tech_spc[2]:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Medical/Technical Specialist (Type)</font></td>\
|
||||
<td colspan=\"3\">:tech_spc[3]:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Medical/Technical Specialist (Type)</font></td>\
|
||||
<td colspan=\"3\">:tech_spc[4]:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Medical/Technical Specialist (Type)</font></td>\
|
||||
<td colspan=\"3\">:tech_spc[5]:</td>\
|
||||
</tr>\
|
||||
<tr>\
|
||||
<td colspan=\"4\"><font style=\"font-size: 11pt;\"><b>6. Operations Section</span></b></font></td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Chief</font></td>\
|
||||
<td colspan=\"3\">:ops_chief:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Staging Manager</font></td>\
|
||||
<td colspan=\"3\">:stg_mgr:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Medical Care Branch</font></td>\
|
||||
<td colspan=\"3\">:med_care_brch:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Infrastructure Branch</font></td>\
|
||||
<td colspan=\"3\">:infr_brch:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Security Branch</font></td>\
|
||||
<td colspan=\"3\">:sec_brch:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Business Continuity Branch</font></td>\
|
||||
<td colspan=\"3\">:bus_brch:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">HazMat Branch</font></td>\
|
||||
<td colspan=\"3\">:hazmat_brch:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Other Branch:</font></td>\
|
||||
<td colspan=\"3\">:ops_other:</td>\
|
||||
</tr>\
|
||||
<tr>\
|
||||
<td colspan=\"4\"><font style=\"font-size: 11pt;\"><b>7. Planning Section</span></b></font></td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Chief</font></td>\
|
||||
<td colspan=\"3\">:planning_chief:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Resources Unit</font></td>\
|
||||
<td colspan=\"3\">:res_unit:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Situation Unit</font></td>\
|
||||
<td colspan=\"3\">:sit_unit:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Documentation Unit</font></td>\
|
||||
<td colspan=\"3\">:doc_unit:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Demobilization Unit</font></td>\
|
||||
<td colspan=\"3\">:dem_unit:</td>\
|
||||
</tr>\
|
||||
<tr>\
|
||||
<td><font style=\"font-size:11pt;\">Other Branch:</font></td>\
|
||||
<td colspan=\"3\">:planning_other:</td>\
|
||||
</tr>\
|
||||
<tr>\
|
||||
<td colspan=\"4\"><font style=\"font-size: 11pt;\"><b>8. Logistics Section</b></font></td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Chief</font></td>\
|
||||
<td colspan=\"3\">:log_chief:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Service Branch</font></td>\
|
||||
<td colspan=\"3\">:svc_brch:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Support Branch</font></td>\
|
||||
<td colspan=\"3\">:sup_brch:</td>\
|
||||
</tr>\
|
||||
<tr>\
|
||||
<td><font style=\"font-size:11pt;\">Other Branch:</font></td>\
|
||||
<td colspan=\"3\">:log_other:</td>\
|
||||
</tr>\
|
||||
<tr>\
|
||||
<td colspan=\"4\"><font style=\"font-size: 11pt;\"><b>9. Finance/Administration Section</b></font></td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Chief</font></td>\
|
||||
<td colspan=\"3\">:fin_chief:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Time Unit</font></td>\
|
||||
<td colspan=\"3\">:time_unit:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Procurement Unit</font></td>\
|
||||
<td colspan=\"3\">:proc_unit:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Compensation/Claims Unit</font></td>\
|
||||
<td colspan=\"3\">:comp_unit:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Cost Unit</font></td>\
|
||||
<td colspan=\"3\">:cost_unit:</td>\
|
||||
</tr>\
|
||||
<tr>\
|
||||
<td><font style=\"font-size:11pt;\">Other Branch:</font></td>\
|
||||
<td colspan=\"3\">:fin_other:</td>\
|
||||
</tr>\
|
||||
<tr>\
|
||||
<td colspan=\"4\"><font style=\"font-size: 11pt;\"><b>10. Agency Representative (in Hospital Command Center)</b></font></td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Agency</font></td>\
|
||||
<td colspan=\"3\">:hcc_agency:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Representative</font></td>\
|
||||
<td colspan=\"3\">:hcc_rep:</td>\
|
||||
</tr>\
|
||||
<td colspan=\"4\"><font style=\"font-size: 11pt;\"><b>11. Hospital Representative (in External EOC)</b></font></td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">External Location</font></td>\
|
||||
<td colspan=\"3\">:ext_loc:</td>\
|
||||
</tr>\
|
||||
<tr valign=\"top\">\
|
||||
<td><font style=\"font-size:11pt;\">Representative<br></td>\
|
||||
<td colspan=\"3\">:ext_rep:</td>\
|
||||
</tr>\
|
||||
<td colspan=\"4\"><font style=\"font-size: 11pt;\"><b>12. PREPARED BY (RESOURCES UNIT LEADER)</b></font> :pre:</td>\
|
||||
</tr>\
|
||||
<tr>\
|
||||
<td colspan=\"4\"><font style=\"font-size: 11pt;\"><b>13. FACILITY NAME</b></font> :facility:</td>\
|
||||
</tr>\
|
||||
</tbody>\
|
||||
<body dir=\"ltr\" style=\"margin: 0.25in; max-width: 8.5in;\">\
|
||||
<table class=\"Table1\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\
|
||||
<colgroup>\
|
||||
<col width=\"302\" />\
|
||||
<col width=\"165\" />\
|
||||
<col width=\"153\" />\
|
||||
<col width=\"287\" />\
|
||||
</colgroup>\
|
||||
<tbody>\
|
||||
<tr class=\"Table11\">\
|
||||
<td colspan=\"2\" style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A1\">\
|
||||
<p class=\"P5\">HICS 203 – ORGANIZATION ASSIGNMENT LIST</p>\
|
||||
</td>\
|
||||
<td colspan=\"2\" style=\"text-align: left; width: 1.375in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P12\"> </p></td>\
|
||||
</tr>\
|
||||
<tr class=\"Table12\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P11\">1. INCIDENT NAME</p>\
|
||||
</td>\
|
||||
<td style=\"text-align: left; width: 1.4833in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P11\">2. DATE PREPARED</p>\
|
||||
</td>\
|
||||
<td style=\"text-align: left; width: 1.375in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P11\">3. TIME PREPARED</p>\
|
||||
</td>\
|
||||
<td style=\"text-align: left; width: 2.5819in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P13\"><span class=\"T2\">4. OPERATIONAL PERIOD DATE/TIME</span></p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table12\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P11\"> :inc:</p>\
|
||||
</td>\
|
||||
<td style=\"text-align: left; width: 1.4833in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P11\"> :dat:</p>\
|
||||
</td>\
|
||||
<td style=\"text-align: left; width: 1.375in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P11\"> :tim:</p>\
|
||||
</td>\
|
||||
<td style=\"text-align: left; width: 2.5819in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P11\"><span class=\"T2\"> :opp:</span></p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P6\">POSITION</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P7\"><span class=\"T2\">NAME / AGENCY</span></p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td colspan=\"4\" style=\"text-align: left; width: 2.7167in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P9\">5. Incident Commander and Staff</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Incident Commander</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :icc:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Public Information Officer</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :ici:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Liaison Officer</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :icl:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Safety Officer</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :ics:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Medical/Technical Specialist (Type)</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :tech_spc[0]:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Medical/Technical Specialist (Type)</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :tech_spc[1]:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Medical/Technical Specialist (Type)</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :tech_spc[2]:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Medical/Technical Specialist (Type)</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :tech_spc[3]:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Medical/Technical Specialist (Type)</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :tech_spc[4]:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Medical/Technical Specialist (Type)</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :tech_spc[5]:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td colspan=\"4\" style=\"text-align: left; width: 2.7167in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P9\">6. Operations Section</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Chief</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :ops_chief:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Staging Manager</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :stg_mgr:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Medical Care Branch</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :med_care_brch:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Infrastructure Branch</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :infr_brch:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Security Branch</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :sec_brch:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Business Continuity Branch</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :bus_brch:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">HazMat Branch</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :hazmat_brch:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Other Branch:</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :ops_other:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td colspan=\"4\" style=\"text-align: left; width: 2.7167in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P9\">7. Planning Section</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Chief</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :planning_chief:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Resources Unit</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :res_unit:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Situation Unit</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :sit_unit:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Documentation Unit</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :doc_unit:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Demobilization Unit</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :dem_unit:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Other Branch:<br /></p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :planning_other:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td colspan=\"4\" style=\"text-align: left; width: 2.7167in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P9\">8. Logistics Section</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Chief</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :log_chief:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Service Branch</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :svc_brch:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Support Branch</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :sup_brch:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Other Branch:</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :log_other:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td colspan=\"4\" style=\"text-align: left; width: 2.7167in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P9\">9. Finance/Administration Section</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Chief</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :fin_chief:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Time Unit</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :time_unit:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Procurement Unit</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :proc_unit:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Compensation/Claims Unit</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :comp_unit:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Cost Unit</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :cost_unit:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P14\">Other Branch:</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> :fin_other:</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td colspan=\"4\" style=\"text-align: left; width: 2.7167in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P9\">10. Agency Representative (in Hospital Command Center)</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P15\">Agency</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P16\"> :hcc_agency: <br /></p>\
|
||||
<p class=\"P16\"> :hcc_rep:<br /></p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P16\"> </p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\"><br />\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P16\"> </p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> </p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td colspan=\"4\" style=\"text-align: left; width: 2.7167in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P9\">11. Hospital Representative (in External EOC)</p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P15\">External Location</p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P16\"> :ext_loc:</p>\
|
||||
<p class=\"P16\"> :ext_rep:</p>\
|
||||
</td>\
|
||||
</tr><tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P16\"> </p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> </p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td style=\"text-align: left; width: 2.7167in;\" class=\"Table1_A2\">\
|
||||
<p class=\"P16\"> </p>\
|
||||
</td>\
|
||||
<td colspan=\"3\" style=\"text-align: left; width: 1.4833in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P10\"> </p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td colspan=\"4\" style=\"text-align: left; width: 2.7167in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P9\">12. PREPARED BY (RESOURCES UNIT LEADER) :pre:<br /></p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
<tr class=\"Table13\">\
|
||||
<td colspan=\"4\" style=\"text-align: left; width: 2.7167in;\" class=\"Table1_C1\">\
|
||||
<p class=\"P9\">13. FACILITY NAME :facility:<br /></p>\
|
||||
</td>\
|
||||
</tr>\
|
||||
</tbody>\
|
||||
</table>\
|
||||
Generated by flmsg\
|
||||
</body>\
|
||||
</html>";
|
||||
<p class=\"P8\"> </p>\
|
||||
</body></html>";
|
||||
|
||||
const char hics203_text_template[] =
|
||||
"HICS 203 ORGANIZATION ASSIGNMENT LIST\n\n\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue