#** Display the details of a psml file. @author David Sean Taylor @version $Id$ *#
#if ($msg) #end #if (($mode == "delete")) #formReadOnlyCell ("Id" "Id" $profile.Id) #formReadOnlyCell ("Name" "Name" $profile.Name) #elseif (($mode == "insert") || ($mode == "import")) #formCell ("Category Value" "CategoryValue" $categoryValue) #formCell ("Copy From" "CopyFrom" $copyFrom) #end #if ($mode == "export") #formCell ("Copy From" "CopyFrom" $copyFrom) #formCell ("Copy To" "CopyTo" $copyTo) #end #if ($mode == "export_all") #formCell ("Copy To" "CopyTo" $copyTo) #end #if ($mode == "import_all") #formCell ("Copy From" "CopyFrom" $copyFrom) #end
$msg
Name
Media Type
Language
Country
Category Name:
This option exports ALL .psml profiles found to the root given by Copy To parameter. The root directory is assumed to be located on the server machine.

Please note that this feature is probably not very useful if you're using file-based psml.

This option imports ALL .psml files found in the root given by Copy From parameter including subdirectories. The root directory is assumed to be located on the server machine. Also, it is assumed that each .psml file found will reside relative to the root in one of the following locations:
  • /user | role | group/${entity-name}/${media-type}/${language}/${country}/${page-name}.psml
  • /user | role | group/${entity-name}/${media-type}/${language}/${page-name}.psml
  • /user | role | group/${entity-name}/${media-type}/${page-name}.psml
  • /user | role | group/${entity-name}/${page-name}.psml}
Please note that this feature is probably not very useful if you're using file-based psml.
#if ($mode == "insert") #elseif ($mode == "delete") #elseif ($mode == "export") #elseif ($mode == "import") #elseif ($mode == "export_all") #elseif ($mode == "import_all") #end