Develop and Download Open Source Software

Browse CVS Repository

Contents of /pal/pal-portal/portal/resources/psml/1.0-beta4/my-account.psml

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Sat Mar 10 23:13:50 2007 UTC (17 years ago) by shinsuke
Branch: MAIN
CVS Tags: RELEASE-1_0_BETA4
Changes since 1.1: +17 -7 lines
sync up with the latest one

1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Licensed to the Apache Software Foundation (ASF) under one or more
4 contributor license agreements. See the NOTICE file distributed with
5 this work for additional information regarding copyright ownership.
6 The ASF licenses this file to You under the Apache License, Version 2.0
7 (the "License"); you may not use this file except in compliance with
8 the License. You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
17 -->
18 <page id="my-account" hidden="true"
19 xmlns="http://portals.apache.org/jetspeed"
20 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21 xsi:schemaLocation="http://portals.apache.org/jetspeed http://portals.apache.org/jetspeed-2/2.1/schemas/psml.xsd">
22 <defaults
23 skin="blue"
24 layout-decorator="nextgen"
25 portlet-decorator="nextgen"
26 />
27 <title>My Account</title>
28 <metadata name="title" xml:lang="ja">���������������</metadata>
29 <metadata name="title" xml:lang="es">Mi cuenta</metadata>
30 <metadata name="title" xml:lang="hu">Szem��lyes be��ll��t��sok</metadata>
31 <metadata name="title" xml:lang="zh">������������������</metadata>
32 <metadata name="title" xml:lang="zh-TW">������������������</metadata>
33 <metadata name="title" xml:lang="ko">��� ������</metadata>
34
35 <fragment id="cpwd-1" type="layout" name="jetspeed-layouts::VelocityOneColumn">
36 <fragment id="cpwd-2" type="portlet" name="j2-admin::ChangePasswordPortlet">
37 <property layout="OneColumn" name="row" value="0" />
38 </fragment>
39 </fragment>
40
41 <security-constraints>
42 <security-constraint>
43 <users>guest</users>
44 </security-constraint>
45 <security-constraints-ref>public-view</security-constraints-ref>
46 </security-constraints>
47 </page>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26