STEP<n>-AREA<m>

<< Click to Display Table of Contents >>

Navigation:  General Functions > Configuring the MIE (Programmer's Guide) > Portal Design > Software Request Portal Design (Programmer's Guide) > Template Construction >

STEP<n>-AREA<m>

The {%STEP<n>-AREA<m>%} tag is used to define the HTML to be used in one of the areas of the main body of the wizard screen.  There are a maximum of four areas for each step.

Each area may contain merge tags, general tags, or special placeholder tags.  Placeholder tags are used to insert LOOKUPs and/or the ORDERAREA.

The syntax is as follows:

{%STEP<n>-AREA<m>~~<html for area>^^<conditional display directives>%}

Where: 1 <= m <= 4 and 1 <= n <= <steps total>

Example:

{%STEP1-AREA2~~

<div id="divSRPSvrReqType550" name="divSRPSvrReqType550" style="display:none">
<table width="[%V5%]" align="center" cellspacing="0" cellpadding="0">
<tr>
<td align="right" valign="middle" style="width:40%">
<font class="PrintHeader6Text">[%SRPSvrReqType550,Caption,,%]</span>
</td>
<td align="right" valign="middle" style="width:5%">&nbsp;</td>
<td align="left" valign="middle" style="width:50%">
<font class="SmallText">[%SRPSvrReqType550,Input,,%]</font>
</td>
</tr>
</table>
</div>

^^

divSRPSvrReqType550,SRPReqType550|=|2

%}