#* Copyright 2004 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. *# #** 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