|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/yaleb/examples/ |
Upload File : |
<html> <head> <base href="<output name="http_referer">"> <title>Test Form Results</title> <link rel="stylesheet" type="text/css" href="examples.css"> </head> <body> <h1>Test Form Results</h1> <p>This table shows a set of output elements, and how they get displayed based on what you put into the form. Remember that the same output elements can be used in email and file templates. </p> <div align="center"> <table border="1" width="90%"> <tr> <th> <output name="some_text" pre="You typed : <b>" post="</b> for Some Text" alt="You didn't put anything in the some text bit" type="html"> </th> </tr> <tr><td> <output name="some_text" pre="You typed : <b>" post="</b> for Some Text" alt="You didn't put anything in the some text bit" type="html">. </td></tr> <tr> <th> <output name="some_text" case="upper" alt="<br>" type="html"> </th> </tr> <tr><td> <output name="some_text" case="upper" alt="<br>" type="html"> </td></tr> <tr><th> <output name="some_text" case="lower" alt="<br> type="html""> </th></tr> <tr><td> <output name="some_text" case="lower" alt="<br>" type="html"> </td></tr> <tr><th> <output name="cc" alt="<bt> type="html" format="%cccc%""> </th></tr> <tr><td> <output name="cc" alt="<br>" type="html" format="%cccc%"> </td></tr> <tr><th> <output name="text_box" indent="....." alt="Text box left blank" type="html"> </th></tr> <tr><td> <output name="text_box" sub="<pre>"> <output name="text_box" indent="....." alt="Text box left blank" type="html"> <output name="text_box" sub="</pre>"> </td></tr> <tr><th> <output name="text_box" alt="This would remove newlines and Tab characters" type="html" charmap=" , " newline="none"> </th></tr> <tr><td> <output name="text_box" sub="<pre>"> <output name="text_box" alt="This would remove newlines and Tab characters" type="html" charmap=" , " newline="none"> <output name="text_box" sub="</pre>"> </td></tr> <tr><th> <output name="checks" alt="No checkboxes checked"> </th></tr> <tr><td> <output name="checks" alt="No checkboxes checked"> </td></tr> <tr><th> <output name="checks" list="text" delim=", " alt="No checkboxes checked"> </th></tr> <tr><td> <output name="checks" list="text" delim=", " alt="No checkboxes checked"> </td></tr> <tr><th> <output name="checks" list="text" alt="No checkboxes checked"> </th></tr> <tr><td> <output name="checks" list="text" alt="No checkboxes checked"> </td></tr> <tr><th> <output name="non-existant" alt="This field doesn't exist, but is ALTed"> </th></tr> <tr><td> <output name="non-existant" alt="This field doesn't exist, but is ALTed"> </td></tr> <tr><th> <output name="non-existant" altvar="http_date" format="%mmm%"> </th></tr> <tr><td> <output name="non-existant" altvar="http_date" format="%mmm%"> </td></tr> <tr><th> <output name="SoupermailConf" sub="This field does exist, but is SUBed"> </th></tr> <tr><td> <output name="SoupermailConf" sub="This field does exist, but is SUBed"> </td></tr> <tr><th> <output name="SoupermailConf" subvar="http_time"> </th></tr> <tr><td> <output name="SoupermailConf" subvar="http_time"> </td></tr> <tr><th> <output name="text_box" type="escaped" alt="<br>"> </th></tr> <tr><td> <output name="text_box" type="escaped" alt="<br>"> </td></tr> <tr><th> <output name="checks" math="checks * 2" alt="<br>" pre="val * 2 = "> </th></tr> <tr><td> <output name="checks" math="checks * 2" alt="<br>" pre="val * 2 = "> </td></tr> <tr><th> <output name="checks" math="checks / 3" alt="<br>" pre="val / 2 = "> </th></tr> <tr><td> <output name="checks" math="checks / 3" alt="<br>" pre="val / 2 = "> </td></tr> <tr><th> <output name="checks" math="checks + 5.5" alt="<br>" pre="val + 5.5 = "> </th></tr> <tr><td> <output name="checks" math="checks + 5.5" alt="<br>" pre="val + 5.5 = "> </td></tr> <tr><th> <output name="checks" math="checks / non_existant" alt="<br>" pre="val / non_existant = "> </th></tr> <tr><td> <output name="checks" math="checks / non_existant" alt="<br>" pre="val / non_existant = "> </td></tr> <tr><th> <output name="SoupermailConf" math="5*5" alt="<br>" pre="5*5 = "> </th></tr> <tr><td> <output name="SoupermailConf" math="5*5" alt="<br>" pre="5*5 = "> </td></tr> <tr><th> <output name="checks" math="checks / (num1 + num2)" alt="<br>" pre="val / (num1 + num2) = " precision="4"> </th></tr> <tr><td> <output name="checks" math="checks / (num1 + num2)" alt="<br>" pre="val / (num1 + num2) = " precision="4"> </td></tr> <tr><th> <output name="SoupermailConf" math="sum(checks)" alt="<br>" pre="sum(checks) = "> </th></tr> <tr><td> <output name="SoupermailConf" math="sum(checks)" alt="<br>" pre="sum(checks) = "> </td></tr> <tr><th> <output name="SoupermailConf" math="count(checks)" alt="<br>" pre="count(checks) = "> </th></tr> <tr><td> <output name="SoupermailConf" math="count(checks)" alt="<br>" pre="count(checks) = "> </td></tr> <tr><th> <output name="SoupermailConf" math="sum(checks) / count(checks)" alt="<br>" pre="checks average = "> </th></tr> <tr><td> <output name="SoupermailConf" math="sum(checks) / count(checks)" alt="<br>" pre="checks average = "> </td></tr> </table> </div> <p>Return <a href="index.htm">to the examples page</a>.</p> <hr> <p>The Soupermail configuration file that made this page looks like this:</p> <table width="90%" border="1"> <tr> <td class="egcon"> <pre class="egcon"> <!--#include virtual="testform.con"--> </pre> </td> </tr> </table> <p>The template that made this page is <a href="testform.txt">testform.txt</a>.</p> </body> </html>