PAGEHEADER<n>

<< Click to Display Table of Contents >>

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

PAGEHEADER<n>

The {%PAGEHEADER<n>%} tag is used to populate the header area of the wizard page.  <n> is the step number and there should be one {%PAGEHEADER<n>%} tag for each step.

The syntax is as follows:

{%PAGEHEADER<n>~~<HTML for the page header>%}

 
Example:

{%PAGEHEADER1~~<br>&nbsp;

<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="width:20%" valign="middle">
[%CUSTLOGO=150%]</td>
<td align="center" style="width:60%" valign="middle">
<font class="PrintHeader2Text">Request Portal</font><br>
<font class="PrintHeader5Text">General Information</font>
</td>
<td align="left" style="width:20%" valign="middle">
<font class="PrintHeader6Text">Page [%V1%] of [%V2%]</font>
</td>
</tr>
</table>

%}