wml_return_complaint

one of the documented procedures in this installation of the ACS
Usage:
wml_return_complaint   complaint
What it does:
Returns a complaint and provides a back button.
Defined in: /web/philip/tcl/wap-defs.tcl

Source code:


    wml_return "<wml>
<template>
<do type=\"prev\" label=\"Back\">
  <prev/>
</do>
</template>
<card>
  <p>
  Problem: $complaint
  </p>
</card>
</wml>
"


philg@mit.edu