<% ' *** START DEFAULT RIGHT PORTAL CONTENT. ' *** DEFAULT CONTENT MANAGED FROM [MAIN PAGE CONFIGURATION] ADMIN PAGE Call Build_Box(with_right, 200, head_right1, BuildContent(display_right1, top_right1, 1, with_right), "xl7") Call Build_Box(with_right, 200, head_right2, BuildContent(display_right2, top_right2, 2, with_right), "xl8") Call Build_Box(with_right, 200, head_right3, BuildContent(display_right3, top_right3, 3, with_right), "xl9") ' *** END DEFAULT RIGHT PORTAL CONTENT ' ========================================== ' ============ START CUSTOM RIGHT PORTAL CONTENT. ============== ' *** Remove Comment sign ['] in front of [Call Build_...] to enable appropriate box content. ' *** START CUSTOM BOX 1 'Call Build_Box_Top(with_right, 200, "Box Head", "xl10") %> <% 'Call Build_Box_Bottom("Box Head") ' *** END CUSTOM BOX 1 ' *** START CUSTOM BOX 2 'Call Build_Box_Top(with_right, 200, "Box Head", "xl11") %> <% 'Call Build_Box_Bottom("Box Head") ' *** END CUSTOM BOX 2 ' *** START CUSTOM BOX 3 'Call Build_Box_Top(with_right, 200, "Box Head", "xl12") %> <% 'Call Build_Box_Bottom("Box Head") ' *** END CUSTOM BOX 3 ' ============= END CUSTOM RIGHT PORTAL CONTENT. ================ %>