Changeset 1156

Show
Ignore:
Timestamp:
08/27/10 21:04:29 (18 months ago)
Author:
winfried
Message:

Renaming pages, where posible. refs #215

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • HelpIM3/config/sites/localhost.xml

    r1148 r1156  
    88  XSLTsheet="/htdocs/xslt/HelpIM_html_UI_BSL.xslt" 
    99        css="helpim2_style.css" 
    10         initialUri='ShowNationalNews' 
     10        initialUri='home' 
    1111        loginUri='login' 
    1212        logoutUri='logout' 
     
    4343                        </actionResult> 
    4444                </actionPerformed> 
    45                 <actionPerformed name="EditNationalNews"> 
    46                         <actionResult name="actionResult_SUCCESS" target="ShowNationalNews" /> 
     45                <actionPerformed name="Edithome"> 
     46                        <actionResult name="actionResult_SUCCESS" target="home" /> 
    4747                </actionPerformed> 
    4848                <actionPerformed name="AddUser"> 
     
    8080                <page location="chgPwd" module="auth" script="ChangePassword" 
    8181                        allowCookies="True" /> 
    82                 <!-- Setup --> 
     82                <!-- Setup 
    8383                <page location="" module="auth" script="ShowLoginPanel" 
    8484                        allowCookies="True" /> 
     85     --> 
    8586                <page location="login" module="auth" script="ShowLoginPanel" 
    8687                        authenticationNeeded="False" allowCookies="True" /> 
     
    9798 
    9899                <!-- Intranet --> 
    99                 <page location="EditNationalNews" module="intranet" script="EditTextPanel" 
    100                         allowCookies="True" /> 
    101                 <page location="ShowNationalNews" module="intranet" script="ShowTextPanel" 
    102                         allowCookies="True" /> 
    103                 <page location="EditManual" module="intranet" script="EditTextPanel" 
    104                         allowCookies="True" /> 
    105                 <page location="ShowManual" module="intranet" script="ShowTextPanel" 
    106                         allowCookies="True" /> 
    107                 <page location="EditCases" module="intranet" script="EditTextPanel" 
    108                         allowCookies="True" /> 
    109                 <page location="ShowCases" module="intranet" script="ShowTextPanel" 
    110                         allowCookies="True" /> 
    111                 <page location="ShowDisclaimer" module="intranet" script="ShowTextPanel" 
    112                         allowCookies="True" /> 
    113                 <page location="ShowFrontPage" module="intranet" script="ShowTextPanel" 
    114                         allowCookies="True" /> 
    115                 <page location="ShowTerms" module="intranet" script="ShowTextPanel" 
    116                         allowCookies="True" /> 
    117                 <page location="EditDisclaimer" module="intranet" script="EditTextPanel" 
    118                         allowCookies="True" /> 
    119                 <page location="EditFrontPage" module="intranet" script="EditTextPanel" 
    120                         allowCookies="True" /> 
    121                 <page location="EditTerms" module="intranet" script="EditTextPanel" 
     100                <page location="Edithome" module="intranet" script="EditTextPanel" 
     101                        allowCookies="True" /> 
     102                <page location="home" module="intranet" script="ShowTextPanel" 
     103                        allowCookies="True" /> 
     104                <page location="Edithandleiding" module="intranet" script="EditTextPanel" 
     105                        allowCookies="True" /> 
     106                <page location="handleiding" module="intranet" script="ShowTextPanel" 
     107                        allowCookies="True" /> 
     108                <page location="Editcasuistiek" module="intranet" script="EditTextPanel" 
     109                        allowCookies="True" /> 
     110                <page location="casuistiek" module="intranet" script="ShowTextPanel" 
     111                        allowCookies="True" /> 
     112                <page location="disclaimer" module="intranet" script="ShowTextPanel" 
     113                        allowCookies="True" /> 
     114                <page location="" module="intranet" script="ShowTextPanel" 
     115                        allowCookies="True" /> 
     116                <page location="gebruikersvoorwaarden" module="intranet" script="ShowTextPanel" 
     117                        allowCookies="True" /> 
     118                <page location="Editdisclaimer" module="intranet" script="EditTextPanel" 
     119                        allowCookies="True" /> 
     120                <page location="Edit" module="intranet" script="EditTextPanel" 
     121                        allowCookies="True" /> 
     122                <page location="Editgebruikersvoorwaarden" module="intranet" script="EditTextPanel" 
    122123                        allowCookies="True" /> 
    123124 
     
    143144        <UnAuthorizedResource key="login" /> 
    144145        <UnAuthorizedResource key="PasswordRecover" />         
    145         <UnAuthorizedResource key="RegisterUser" /> 
    146         <UnAuthorizedResource key="RegisterUserSuccess" /> 
    147         <UnAuthorizedResource key="ActivateUser" /> 
     146        <UnAuthorizedResource key="register" /> 
     147        <UnAuthorizedResource key="registerSuccess" /> 
     148        <UnAuthorizedResource key="activate" /> 
    148149        <UnAuthorizedResource key="EndCareSeekerChat" /> 
    149150        <UnAuthorizedResource key="ChatStartError" /> 
    150         <UnAuthorizedResource key="ShowDisclaimer" /> 
    151         <UnAuthorizedResource key="ShowFrontPage" /> 
    152         <UnAuthorizedResource key="ShowTerms" /> 
    153         <UnAuthorizedResource key="ShowManual" /> 
     151        <UnAuthorizedResource key="disclaimer" /> 
     152        <UnAuthorizedResource key="" /> 
     153        <UnAuthorizedResource key="gebruikersvoorwaarden" /> 
     154        <UnAuthorizedResource key="handleiding" /> 
    154155 
    155156        <Domain id="Public"> 
     
    168169                <AuthorizedLocation key="ShowAccessCodes" /> 
    169170                <!-- Intranet --> 
    170                 <AuthorizedLocation key="EditNationalNews" /> 
    171                 <AuthorizedLocation key="ShowNationalNews" /> 
    172                 <AuthorizedLocation key="EditManual" /> 
    173                 <AuthorizedLocation key="ShowManual" /> 
    174                 <AuthorizedLocation key="EditCases" /> 
    175                 <AuthorizedLocation key="ShowCases" /> 
    176                 <AuthorizedLocation key="EditDisclaimer" /> 
    177                 <AuthorizedLocation key="EditFrontPage" /> 
    178                 <AuthorizedLocation key="EditTerms" /> 
     171                <AuthorizedLocation key="Edithome" /> 
     172                <AuthorizedLocation key="home" /> 
     173                <AuthorizedLocation key="Edithandleiding" /> 
     174                <AuthorizedLocation key="handleiding" /> 
     175                <AuthorizedLocation key="Editcasuistiek" /> 
     176                <AuthorizedLocation key="casuistiek" /> 
     177                <AuthorizedLocation key="Editdisclaimer" /> 
     178                <AuthorizedLocation key="Edit" /> 
     179                <AuthorizedLocation key="Editgebruikersvoorwaarden" /> 
    179180                <!-- Chat --> 
    180181                <AuthorizedLocation key="ShowChats" /> 
     
    189190        <RoleAuthorization key='volunteer'> 
    190191                <!-- Intranet --> 
    191                 <AuthorizedLocation key="ShowNationalNews" /> 
    192                 <AuthorizedLocation key="ShowCases" /> 
    193                 <AuthorizedLocation key="chgPwd" /> 
    194                 <AuthorizedLocation key="ChangePassword" /> 
    195                 <AuthorizedLocation key="ShowManual" /> 
     192                <AuthorizedLocation key="home" /> 
     193                <AuthorizedLocation key="casuistiek" /> 
     194                <AuthorizedLocation key="chgPwd" /> 
     195                <AuthorizedLocation key="ChangePassword" /> 
     196                <AuthorizedLocation key="handleiding" /> 
    196197                <!-- Chat --> 
    197198                <AuthorizedLocation key="ShowChats" /> 
     
    205206        <RoleAuthorization key='coordinator'> 
    206207                <!-- Intranet --> 
    207                 <AuthorizedLocation key="EditNationalNews" /> 
    208                 <AuthorizedLocation key="ShowNationalNews" /> 
    209                 <AuthorizedLocation key="EditCases" /> 
    210                 <AuthorizedLocation key="ShowCases" /> 
    211                 <AuthorizedLocation key="ShowChats" /> 
    212                 <AuthorizedLocation key="chgPwd" /> 
    213                 <AuthorizedLocation key="ChangePassword" /> 
    214                 <AuthorizedLocation key="ShowManual" /> 
     208                <AuthorizedLocation key="Edithome" /> 
     209                <AuthorizedLocation key="home" /> 
     210                <AuthorizedLocation key="Editcasuistiek" /> 
     211                <AuthorizedLocation key="casuistiek" /> 
     212                <AuthorizedLocation key="ShowChats" /> 
     213                <AuthorizedLocation key="chgPwd" /> 
     214                <AuthorizedLocation key="ChangePassword" /> 
     215                <AuthorizedLocation key="handleiding" /> 
    215216                <!-- Authorisation--> 
    216217                <AuthorizedLocation key="ShowUsers" /> 
     
    234235                <AuthorizedLocation key="ChangePassword" /> 
    235236                <AuthorizedLocation key="ShowAccessCodes" /> 
    236                 <AuthorizedLocation key="ShowManual" /> 
    237                 <!-- Intranet --> 
    238                 <AuthorizedLocation key="EditNationalNews" /> 
    239                 <AuthorizedLocation key="ShowNationalNews" /> 
    240                 <AuthorizedLocation key="EditManual" /> 
    241                 <AuthorizedLocation key="EditCases" /> 
    242                 <AuthorizedLocation key="ShowCases" /> 
    243                 <AuthorizedLocation key="EditDisclaimer" /> 
    244                 <AuthorizedLocation key="EditFrontPage" /> 
    245                 <AuthorizedLocation key="EditTerms" /> 
    246                 <!-- Chat --> 
    247                 <AuthorizedLocation key="ShowChats" /> 
    248                 <AuthorizedLocation key="ShowChat" /> 
    249                 <AuthorizedLocation key="SubChat" /> 
    250                 <AuthorizedLocation key="ShowChatInvitation" /> 
    251                 <AuthorizedLocation key="StartStaffWebChatInvitation" /> 
    252                 <AuthorizedLocation key="StartClientWebChatInvitationForm" /> 
    253         </RoleAuthorization> 
    254  
    255         <menuEntry action="ShowNationalNews" title="Home" /> 
    256         <menuEntry action="ShowCases" title="Casuïstiek" /> 
     237                <AuthorizedLocation key="handleiding" /> 
     238                <!-- Intranet --> 
     239                <AuthorizedLocation key="Edithome" /> 
     240                <AuthorizedLocation key="home" /> 
     241                <AuthorizedLocation key="Edithandleiding" /> 
     242                <AuthorizedLocation key="Editcasuistiek" /> 
     243                <AuthorizedLocation key="casuistiek" /> 
     244                <AuthorizedLocation key="Editdisclaimer" /> 
     245                <AuthorizedLocation key="Edit" /> 
     246                <AuthorizedLocation key="Editgebruikersvoorwaarden" /> 
     247                <!-- Chat --> 
     248                <AuthorizedLocation key="ShowChats" /> 
     249                <AuthorizedLocation key="ShowChat" /> 
     250                <AuthorizedLocation key="SubChat" /> 
     251                <AuthorizedLocation key="ShowChatInvitation" /> 
     252                <AuthorizedLocation key="StartStaffWebChatInvitation" /> 
     253                <AuthorizedLocation key="StartClientWebChatInvitationForm" /> 
     254        </RoleAuthorization> 
     255 
     256        <menuEntry action="home" title="Home" /> 
     257        <menuEntry action="casuistiek" title="Casuïstiek" /> 
    257258        <menuEntry action="ShowChats" title="Gesprekken" /> 
    258259        <menuEntry action="ShowChatInvitation" title="Chat" /> 
    259         <menuEntry action="ShowManual" title="Handleiding" /> 
     260        <menuEntry action="handleiding" title="Handleiding" /> 
    260261        <menuEntry action="ShowUsers" title="Gebruikers" /> 
    261262        <menuEntry action="ShowUsers_Admin" title="Gebruikers" />