|
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>Soupermail Formats Example</title> <link rel="stylesheet" type="text/css" href="examples.css"> </head> <body bgcolor="white" text="black"> <h1>Formats in Templates</h1> <p>This page shows the use of formats with OUTPUT elements in a template.</p> <div align="center"> <table border="1" width="90%"> <tr> <th>OUTPUT Element</th> <th>Template Results</th> </tr> <tr> <td><output name="http_time" alt="<br>"></td> <td><output name="http_time" alt="<br>"></td> </tr> <tr> <td><output name="http_time" alt="<br>" format="%hh% hours, %mm% minutes and %ss% seconds (%ampm%)"></td> <td><output name="http_time" alt="<br>" format="%hh% hours, %mm% minutes and %ss% seconds (%ampm%)"></td> </tr> <tr> <td><output name="http_date" alt="<br>"></td> <td><output name="http_date" alt="<br>"></td> </tr> <tr> <td><output name="http_date" alt="<br>" format="%dd%/%mmm%/%yy%"></td> <td><output name="http_date" alt="<br>" format="%dd%/%mmm%/%yy%"></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="formats.con"--> </pre> </td> </tr> </table> <p>The template that made this page is <a href="formats.txt">formats.txt</a>.</p> </body> </html>