69 lines
1.2 KiB
Plaintext
69 lines
1.2 KiB
Plaintext
|
|
|
|
|
|
|
|
|
|
JET will pass through the untagged areas to the output without any
|
|
modifications. Data contained within the tags may modify their
|
|
containers before placing any output. The space taken by the tag
|
|
itself is not passwed to the output and will not appear in the output.
|
|
|
|
Skip Blank Lines options on containers will skip passing any blank
|
|
lines or line containing only whitespace to the output.
|
|
|
|
\chapter{Tags}
|
|
|
|
|
|
|
|
|
|
\section{call}
|
|
|
|
Use the call tag to evoke an executable file from a jet script.
|
|
|
|
\section{comment}
|
|
|
|
Use the comment tag to create a section in the jet script that is
|
|
ignored.
|
|
|
|
\section{for}
|
|
|
|
Use the for tag to iterate a tag container for a logical number of
|
|
times.
|
|
|
|
\section{header}
|
|
|
|
Use the header tag to output a header prior to outputting the process
|
|
buffer to the requester.
|
|
|
|
\section{if/else}
|
|
|
|
Use the if tag to perform a conditional output on the tag container.
|
|
An optional else container provides alternate output in the event the
|
|
condition is not met.
|
|
|
|
\section{ifrow/else}
|
|
|
|
Use the ifrow tag to output the tag container if a row exists in the
|
|
mysql tag.
|
|
|
|
\section{jet}
|
|
|
|
\section{mysql}
|
|
|
|
\section{read}
|
|
|
|
\section{set}
|
|
|
|
\section{sql}
|
|
|
|
\section{system}
|
|
|
|
\section{while}
|
|
|
|
\section{whiledir}
|
|
|
|
\section{whilerow}
|
|
|
|
\section{write}
|
|
|