# Surgeweb plain HTML interface # Primary page template that displays a "message for editing" ||include||_head.htm|| ||define||no_headers||true|| ||include||_layout_begin.htm|| ||define||menu||basic_message_edit|| ||include||_menu_bar.htm|| # Setup the message info ||iftrue(compose_refresh)|| # Nothing to do, everything should be all set ||else|| ||if(equal(send_type,(edit)))|| ||define((from),email_address(pref_reply,concat(username_ex,(@),domain_ex)))|| ||else|| ||if(equal(send_type,(compose)))|| ||define((from),email_address(pref_reply,concat(username_ex,(@),domain_ex)))|| ||define((signature_out),pref_signature)|| ||define((reply_header),()|| ||else|| # Load the message index into memory ||tcmd_load_msg_info|| # Setup some input parameters to the tcmd_process_message processing function # - Reformat orgininal message based on send_type variable ||define||tparam_send_reformat||true|| # - We will be expecting the output to be text as opposed to html # ||define||tparam_show_as||text|| # Now process the message for sending giving us all the message || variables ||tcmd_process_message|| ||if(or(equal(send_type,(reply)),equal(send_type,(forward))))|| ||define((RH1),($$st_txt_hdr_orig$$$
))|| ||define((RH2),concat(($$st_hdr_subject$$),( ),web_encode(subject_orig),(
)))|| ||define((RH3),concat(($$st_hdr_from$$),( ),web_encode(from_orig),(
)))|| ||define((RH4),concat(($$st_hdr_to$$),( ),web_encode(to_orig),(
)))|| ||define((RH5),concat(($$st_hdr_date$$),( ),web_encode(msg_date),( ),web_encode(msg_time),(

)))|| ||define((reply_header),concat(RH1,RH2,RH3,RH4,RH5))|| ||endif|| ||endif|| ||endif|| ||endif|| #||ifndef||attach_ids|| ||define||attach_ids|||| ||endif||
# Table to layout actual message headers ||if(equal(send_type,(redirect)))|| ||else|| ||ifdef||show_cc_bcc|| ||endif|| # Show everything we need to regarding attachments ||if(or(longer(attach_ids,0),longer(attach_ids_mpr,0)))|| ||tcmd_attach_get|| ||if(longer(attach_ids,0))|| ||endif|| ||if(longer(attach_ids_mpr,0))|| ||endif|| ||endif|| ||endif||
$$st_hdr_to$$
$$st_hdr_attachments$$ ||define((foreach),attach_ids)|| ||begin_list_foreach||||if(not(istrue(first)))||,||endif|| ||lookup(concat((attach_fname_),item))|| (||bytes_basic(lookup(concat((attach_fsize_),item)))||)\ ||end_list_foreach||\
||ifdef||true_text|| ||else|| ||define((editor),(iframe))|| ||include||../shared/modules/_editor.htm|| ||endif||
\ \