#* 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. *# #if ($msg) #end
$msg
#if ($mode == "delete")
#formReadOnlyCell ("Name" "security_name" $!entry.Name)
Are you sure you want do delete this security entry?
#elseif($mode == "insert")
Name
Title
Description
#elseif($mode == "update") #if($subMode == "allow") ##Remove Form
Current Access: $securityAccess.action

Allows #foreach($allow in $securityAccess.getAllows()) #end #if($securityAccess.getAllows().size() > 0) #end
#if($allow.user) $allow.user #elseif($allow.role) $allow.role #end


Owner Allows
#foreach($allow in $securityAccess.getOwnerAllows()) #end #if($securityAccess.getOwnerAllows().size() > 0) #end
#if($allow.user) $allow.user #elseif($allow.role) $allow.role #elseif($allow.owner) $allow.owner #end


##Add new allow to access form
Type
Value

#else
#formReadOnlyCell ("Name" "security_name" $!entry.Name)
Title
Description
## ## ## #foreach($securityAccess in $entry.getAccesses()) #end #if($entry.getAccesses().size() > 0) #end
 ActionAllows
$securityAccess.action More
##
Action
Type
Value
#end ##ends else of subMode==allow #end