-
- #set ($id = $request.getParameter("id"))
- #set ($methodToCall = "UpdateFile")
-
- #if($id)
- #set ($file = $view.getFile($id))
- #if ($User.isAllowed("UpdateFile") && $methodToCall == "UpdateFile")
-
- #end
-
- #else
- File:
- #set ($files = $view.getFiles())
-
-
- #end
-
-
-
-
-
-#parse("/layout/footer.vm")
-
-
-
Index: Core/File/details.vm
===================================================================
--- Core/File/details.vm (revision 619464)
+++ Core/File/details.vm (working copy)
@@ -1,97 +0,0 @@
-##
-## Licensed to the Apache Software Foundation (ASF) under one
-## or more contributor license agreements. See the NOTICE file
-## distributed with this work for additional information
-## regarding copyright ownership. The ASF licenses this file
-## to you 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.
-##
-## $Id$
-##
-#set ($menu = "/layout/menu/EntityTop.vm")
-#set ($pageSelected = "file")
-#parse("/layout/header.vm")
-
-#parse("/layout/footer.vm")
-
-
-
Index: Core/File/add.vm
===================================================================
--- Core/File/add.vm (revision 619464)
+++ Core/File/add.vm (working copy)
@@ -1,83 +0,0 @@
-##
-## Licensed to the Apache Software Foundation (ASF) under one
-## or more contributor license agreements. See the NOTICE file
-## distributed with this work for additional information
-## regarding copyright ownership. The ASF licenses this file
-## to you 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.
-##
-## $Id$
-##
-#set ($menu = "/layout/menu/EntityTop.vm")
-#set ($pageSelected = "file")
-#parse("/layout/header.vm")
-
-
-
-
-
-
-
Administration - File
-
-
- #parse("Core/File/menu/global.vm")
-
-
-
-
-
-
-
-
-
-
- #parse("/layout/footer.vm")
-
-
Index: Core/File/list.vm
===================================================================
--- Core/File/list.vm (revision 619464)
+++ Core/File/list.vm (working copy)
@@ -1,99 +0,0 @@
-##
-## Licensed to the Apache Software Foundation (ASF) under one
-## or more contributor license agreements. See the NOTICE file
-## distributed with this work for additional information
-## regarding copyright ownership. The ASF licenses this file
-## to you 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.
-##
-## $Id$
-##
-#if (!$collection)
-#set ($menu = "/layout/menu/EntityTop.vm")
-#set ($pageSelected = "file")
-#parse("/layout/header.vm")
-#set ($plf = "true")
-#if ($request.getParameter("id"))
-#set ($id = $request.getParameter("id"))
-#set ($individual = $view.getFile($id))
-#set ($indivPage = "/Core/File/confirm.vm")
-#else
-#set ($collection = $view.getFiles())
-#end
-#end
-#set ($entity = "File")
-#set ($usesEnv = "false")
-#set ($path = "Core/File")
-#set ($addFunction = "Add$entity")
-#set ($deleteFunction = "Delete$entity")
-#if (! $currentPage)
-#set ($currentPage = "$appRoot/Core/File/list.vm")
-#end
-
-#parse("/layout/list2.vm")
-#if ($plf)
-#parse("/layout/footer.vm")
-#end
-
-
-##
-###parse("/layout/footer.vm")
-##
-##
Index: Core/File/confirm.vm
===================================================================
--- Core/File/confirm.vm (revision 619464)
+++ Core/File/confirm.vm (working copy)
@@ -1,34 +0,0 @@
-##
-## Licensed to the Apache Software Foundation (ASF) under one
-## or more contributor license agreements. See the NOTICE file
-## distributed with this work for additional information
-## regarding copyright ownership. The ASF licenses this file
-## to you 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.
-##
-## $Id$
-##
-
Index: Core/File/add.vm
===================================================================
--- Core/File/add.vm (revision 619464)
+++ Core/File/add.vm (working copy)
@@ -1,83 +0,0 @@
-##
-## Licensed to the Apache Software Foundation (ASF) under one
-## or more contributor license agreements. See the NOTICE file
-## distributed with this work for additional information
-## regarding copyright ownership. The ASF licenses this file
-## to you 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.
-##
-## $Id$
-##
-#set ($menu = "/layout/menu/EntityTop.vm")
-#set ($pageSelected = "file")
-#parse("/layout/header.vm")
-
-
-
-
-
-
-
Administration - File
-
-
- #parse("Core/File/menu/global.vm")
-
-
-
-
-
-
-
-
-
-
- #parse("/layout/footer.vm")
-
-
Index: Core/File/confirm.vm
===================================================================
--- Core/File/confirm.vm (revision 619464)
+++ Core/File/confirm.vm (working copy)
@@ -1,34 +0,0 @@
-##
-## Licensed to the Apache Software Foundation (ASF) under one
-## or more contributor license agreements. See the NOTICE file
-## distributed with this work for additional information
-## regarding copyright ownership. The ASF licenses this file
-## to you 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.
-##
-## $Id$
-##
-
Index: Core/File/delete.vm
===================================================================
--- Core/File/delete.vm (revision 619464)
+++ Core/File/delete.vm (working copy)
@@ -1,26 +0,0 @@
-####
-## Licensed to the Apache Software Foundation (ASF) under one
-## or more contributor license agreements. See the NOTICE file
-## distributed with this work for additional information
-## regarding copyright ownership. The ASF licenses this file
-## to you 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.
-##
-## $Id$
-##
-#set($actionLink = "administration/File/Delete")
-#set($methodToCall = "DeleteFile")
-#set($buttonName = "Delete")
-#set ($function = "DeleteFile")
-#set ($currentPage = "delete.vm")
-#parse("Core/File/list.vm")
\ No newline at end of file
Index: Core/File/details.vm
===================================================================
--- Core/File/details.vm (revision 619464)
+++ Core/File/details.vm (working copy)
@@ -1,97 +0,0 @@
-##
-## Licensed to the Apache Software Foundation (ASF) under one
-## or more contributor license agreements. See the NOTICE file
-## distributed with this work for additional information
-## regarding copyright ownership. The ASF licenses this file
-## to you 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.
-##
-## $Id$
-##
-#set ($menu = "/layout/menu/EntityTop.vm")
-#set ($pageSelected = "file")
-#parse("/layout/header.vm")
-
-#parse("/layout/footer.vm")
-
-
-
Index: Core/File/list.vm
===================================================================
--- Core/File/list.vm (revision 619464)
+++ Core/File/list.vm (working copy)
@@ -1,99 +0,0 @@
-##
-## Licensed to the Apache Software Foundation (ASF) under one
-## or more contributor license agreements. See the NOTICE file
-## distributed with this work for additional information
-## regarding copyright ownership. The ASF licenses this file
-## to you 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.
-##
-## $Id$
-##
-#if (!$collection)
-#set ($menu = "/layout/menu/EntityTop.vm")
-#set ($pageSelected = "file")
-#parse("/layout/header.vm")
-#set ($plf = "true")
-#if ($request.getParameter("id"))
-#set ($id = $request.getParameter("id"))
-#set ($individual = $view.getFile($id))
-#set ($indivPage = "/Core/File/confirm.vm")
-#else
-#set ($collection = $view.getFiles())
-#end
-#end
-#set ($entity = "File")
-#set ($usesEnv = "false")
-#set ($path = "Core/File")
-#set ($addFunction = "Add$entity")
-#set ($deleteFunction = "Delete$entity")
-#if (! $currentPage)
-#set ($currentPage = "$appRoot/Core/File/list.vm")
-#end
-
-#parse("/layout/list2.vm")
-#if ($plf)
-#parse("/layout/footer.vm")
-#end
-
-
-##
-###parse("/layout/footer.vm")
-##
-##
Index: Core/File/menu/global.vm
===================================================================
--- Core/File/menu/global.vm (revision 619464)
+++ Core/File/menu/global.vm (working copy)
@@ -1,38 +0,0 @@
-##
-## Licensed to the Apache Software Foundation (ASF) under one
-## or more contributor license agreements. See the NOTICE file
-## distributed with this work for additional information
-## regarding copyright ownership. The ASF licenses this file
-## to you 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.
-##
-## $Id$
-##
-
-
Index: Core/File/menu/indiv.vm
===================================================================
--- Core/File/menu/indiv.vm (revision 619464)
+++ Core/File/menu/indiv.vm (working copy)
@@ -1,35 +0,0 @@
-##
-## Licensed to the Apache Software Foundation (ASF) under one
-## or more contributor license agreements. See the NOTICE file
-## distributed with this work for additional information
-## regarding copyright ownership. The ASF licenses this file
-## to you 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.
-##
-## $Id$
-##
-
-
Index: Core/File/menu/global.vm
===================================================================
--- Core/File/menu/global.vm (revision 619464)
+++ Core/File/menu/global.vm (working copy)
@@ -1,38 +0,0 @@
-##
-## Licensed to the Apache Software Foundation (ASF) under one
-## or more contributor license agreements. See the NOTICE file
-## distributed with this work for additional information
-## regarding copyright ownership. The ASF licenses this file
-## to you 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.
-##
-## $Id$
-##
-
-
Index: Core/File/menu/indiv.vm
===================================================================
--- Core/File/menu/indiv.vm (revision 619464)
+++ Core/File/menu/indiv.vm (working copy)
@@ -1,35 +0,0 @@
-##
-## Licensed to the Apache Software Foundation (ASF) under one
-## or more contributor license agreements. See the NOTICE file
-## distributed with this work for additional information
-## regarding copyright ownership. The ASF licenses this file
-## to you 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.
-##
-## $Id$
-##
-
-
Index: Core/File/update.vm
===================================================================
--- Core/File/update.vm (revision 619464)
+++ Core/File/update.vm (working copy)
@@ -1,90 +0,0 @@
-##
-## Licensed to the Apache Software Foundation (ASF) under one
-## or more contributor license agreements. See the NOTICE file
-## distributed with this work for additional information
-## regarding copyright ownership. The ASF licenses this file
-## to you 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.
-##
-## $Id$
-##
-#set ($menu = "/layout/menu/EntityTop.vm")
-#set ($pageSelected = "file")
-#parse("/layout/header.vm")
-