TABLE OF CONTENTS
Yass/Layouts [ Packages ]
FUNCTION
Provide code for manipulate site layouts
SOURCE
package Layouts is
Layouts/Layouts.Create_Directory_Layout [ Subprograms ]
[ Top ] [ Layouts ] [ Subprograms ]
FUNCTION
Create default layout for directory listing for web server in layouts directory with full path DirectoryName
SOURCE
procedure Create_Directory_Layout(Directory_Name: String) with Test_Case => (Name => "Test_Create_Directory_Layout", Mode => Robustness);
PARAMETERS
Directory_Name - Full path to the directory where layout will be created
Layouts/Layouts.Create_Layout [ Subprograms ]
[ Top ] [ Layouts ] [ Subprograms ]
FUNCTION
Create default site layouts in directory with full path DirectoryName
SOURCE
procedure Create_Layout(Directory_Name: String) with Pre => Directory_Name'Length > 0, Test_Case => (Name => "Test_Create_Layout", Mode => Nominal);
PARAMETERS
Directory_Name - Full path to the directory where default layout will be created