!7 concept Dialog { new L entries; } concept Entry { S text; S ip; } html { ret hhtml_head_title_body("Talk", hfullcenter(hform(htextfield('text, autofocus := true, style := "width: 400px; text-align: center"))) ); }