<%call Ms(1,"PAGE TABLE BODY",0)%>
<%call ms(0,"PAGE HEADER",0)%>
<%call ms(0,"MIDDLE (LEFT MENU & CONTENT) ROW/TABLE",0)%>
<%'CONTENT (LEFT, CENTER/MAIN & RIGHT) ***********************************************%>
<%if LTCOL then%>
<%call ms(0,"CONTENT ROW LEFT COLUMN",0)%>
<%'----------------------------- CONTENT_LEFT -----------------------------------%>
<%' USE PAGE CUSTOMIZATION DEFAULT OVERRIDES ABOVE TO DISABLE THIS COLUMN %>
[an error occurred while processing this directive] <%=Spacer(LTCOL_WIDTH,1,"")%> |
<%end if %>
<%'--------------------------------- CONTENT CELL ------------------------------------%>
<%call ms(0,"MIDDLE CONTENT AREA COLUMN",0)%>
<%=Spacer(CONTENT_MARGIN,0,"")%> |
[an error occurred while processing this directive] |
<%=Spacer(CONTENT_MARGIN,0,"")%> |
<%if RTCOL then%>
<%call ms(0,"CONTENT ROW RIGHT COLUMN",0)%>
<%'----------------------------- CONTENT_RIGHT -----------------------------------%>
[an error occurred while processing this directive] <%=Spacer(RTCOL_WIDTH,1,"")%> |
<%' USE PAGE CUSTOMIZATION DEFAULT OVERRIDES ABOVE TO DISABLE THIS COLUMN %>
<%end if %>
<%'CONTENT (LEFT, CENTER/MAIN & RIGHT) END ********************************************%>
<%if BMENU then
call ms(0,"BOTTOM MENU",0)%>
|
| [an error occurred while processing this directive] |
<% end if %>
<%call ms(0,"FOOTER",0)%>
|
<%call ms(0,"TEST FOOTER",0)%>
| [an error occurred while processing this directive] |
<%call Ms(1,"CLOSE PAGE TABLE BODY &PAGE TABLE BORDER",0)%>
|