Step 2 Edit the Web Skeleton

LANSA Web Functions

Step 2. Edit the Web Skeleton

In this step, you will simply change the copied Web skeleton, by removing the standard footer.

1.  Edit your iiiPROC03 Web skeleton (using option 2) and press Enter.

2.  Review the Web skeleton. It should appear as follows:

<RDML LAYOUT>                                                      

<!-- Process  : %PR        %PRDS                                   

<!-- Function : %FU        %FUDS                                   

<!-- Page     : %PG                                                

<!-- Generated by    - %PROD                                       

<!-- Created by user - %USERI                                      

<!-- Time and Date   - %STAMP                                      

<!-- RDML function sequence number - %SEQ                          

<!-- This is a *WEBEVENT function   %IFWEV                         

                                    %IFWEV                         

%W3FRM                                                             

<RDML MERGE="&HIDDEN">                                             

<RDML COMPONENT="STDHEADER">                                        

%W3TTL                                                              

<BR>                                                                

<RDML MERGE="&MESSAGES">                                            

<FONT SIZE="BASEFONT">                                              

<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=3>             %IFNRLTB   

<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=3 ALIGN=RIGHT> %IFRLTB    

<TBODY>                                                             

%W3FLD                                                              

</TBODY>                                                            

</TABLE>                                                                

<BR CLEAR="right"> %IFRLTB                                              

</FONT>                                                                 

<BR>                                                                    

%W3BRW                                                                  

<RDML MERGE="&BUTTONS">                                                 

<RDML COMPONENT="STDFOOTER">                                            

</FORM>

                                                            

3.  Remove the Standard Footer by deleting the line <RDML COMPONENT="STDFOOTER">.

4.  Insert the following, where the STDFOOTER used to be:

<FONT COLOR="RED"><CENTER><H3>Personnel System</H3></CENTER></FONT>

 

     The bottom half of the Web Skeleton should now appear as follows:

%W3FLD                                                              

</TBODY>                                                            

</TABLE>                                                                

<BR CLEAR="right"> %IFRLTB                                              

</FONT>                                                                 

<BR>                                                                    

%W3BRW                                                                  

<RDML MERGE="&BUTTONS">                                                 

 

<FONT COLOR="RED"><CENTER><H3>Personnel System</H3></CENTER></FONT>

 

</FORM>

 

5.  Press the F3 Exit key, to the exit the screen. The Change/Create member option should be defaulted to Y. Press Enter to save the changes.