You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/02/06 23:46:55 UTC

svn commit: r619199 - in /lenya/trunk/src/modules/profiling/config: menu.xml menu.xsp

Author: andreas
Date: Wed Feb  6 14:46:54 2008
New Revision: 619199

URL: http://svn.apache.org/viewvc?rev=619199&view=rev
Log:
Converting profile module menu to static XML, using target attribute to open new window.

Added:
    lenya/trunk/src/modules/profiling/config/menu.xml
Removed:
    lenya/trunk/src/modules/profiling/config/menu.xsp

Added: lenya/trunk/src/modules/profiling/config/menu.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/profiling/config/menu.xml?rev=619199&view=auto
==============================================================================
--- lenya/trunk/src/modules/profiling/config/menu.xml (added)
+++ lenya/trunk/src/modules/profiling/config/menu.xml Wed Feb  6 14:46:54 2008
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  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.
+-->
+
+<menu xmlns="http://apache.org/cocoon/lenya/menubar/1.0"
+  xmlns:i18n="http://apache.org/cocoon/i18n/2.1">
+  <menus>
+    <menu i18n:attr="name" name="Development">
+      <block>
+        <item href="/modules/profiling/profile.html" target="_blank"><i18n:text>Profiling</i18n:text></item>
+      </block>
+    </menu>
+  </menus>
+</menu>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org