svnno****@sourc*****
svnno****@sourc*****
2007年 10月 26日 (金) 08:25:38 JST
Revision: 662 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=662 Author: shinsuke Date: 2007-10-26 08:25:38 +0900 (Fri, 26 Oct 2007) Log Message: ----------- fixed page navigation. Modified Paths: -------------- pal-admin/trunk/src/main/webapp/view/user/userAttributeConfirm.html pal-admin/trunk/src/main/webapp/view/user/userAttributeEdit.html pal-admin/trunk/src/main/webapp/view/user/userAttributeList.html pal-admin/trunk/src/main/webapp/view/user/userEdit.html pal-admin/trunk/src/main/webapp/view/user/userGroupEdit.html pal-admin/trunk/src/main/webapp/view/user/userProfilingRuleEdit.html pal-admin/trunk/src/main/webapp/view/user/userRoleEdit.html -------------- next part -------------- Modified: pal-admin/trunk/src/main/webapp/view/user/userAttributeConfirm.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/user/userAttributeConfirm.html 2007-10-25 22:23:01 UTC (rev 661) +++ pal-admin/trunk/src/main/webapp/view/user/userAttributeConfirm.html 2007-10-25 23:25:38 UTC (rev 662) @@ -35,21 +35,21 @@ </div> <div> - <a id="jumpUserEdit" href="userEdit.html?fixed_crudType=3&name=name" style="text-decoration: none;"> + <a id="jumpUserEdit" href="userEdit.html?fixed_crudType=2&name=name" style="text-decoration: none;"> <span id="basicTabLabel">Basic</span> </a> | - <a id="jumpUserRoleEdit" href="userRoleEdit.html?fixed_crudType=3&name=name" style="text-decoration: none;"> + <a id="jumpUserRoleEdit" href="userRoleEdit.html?fixed_crudType=1&name=name" style="text-decoration: none;"> <span id="roleTabLabel">Role</span> </a> | - <a id="jumpUserGroupEdit" href="userGroupEdit.html?fixed_crudType=3&name=name" style="text-decoration: none;"> + <a id="jumpUserGroupEdit" href="userGroupEdit.html?fixed_crudType=1&name=name" style="text-decoration: none;"> <span id="groupTabLabel">Group</span> </a> | <label id="userAttributeTabLabel">User Attribute</label> | - <a id="jumpUserProfilingRuleEdit" href="userProfilingRuleEdit.html?fixed_crudType=3&name=name" style="text-decoration: none;"> + <a id="jumpUserProfilingRuleEdit" href="userProfilingRuleEdit.html?fixed_crudType=1&name=name" style="text-decoration: none;"> <span id="profilingRuleTabLabel">Profiling Rule</span> </a> </div> Modified: pal-admin/trunk/src/main/webapp/view/user/userAttributeEdit.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/user/userAttributeEdit.html 2007-10-25 22:23:01 UTC (rev 661) +++ pal-admin/trunk/src/main/webapp/view/user/userAttributeEdit.html 2007-10-25 23:25:38 UTC (rev 662) @@ -35,21 +35,21 @@ </div> <div> - <a id="jumpUserEdit" href="userEdit.html?fixed_crudType=3&name=name" style="text-decoration: none;"> + <a id="jumpUserEdit" href="userEdit.html?fixed_crudType=2&name=name" style="text-decoration: none;"> <span id="basicTabLabel">Basic</span> </a> | - <a id="jumpUserRoleEdit" href="userRoleEdit.html?fixed_crudType=3&name=name" style="text-decoration: none;"> + <a id="jumpUserRoleEdit" href="userRoleEdit.html?fixed_crudType=1&name=name" style="text-decoration: none;"> <span id="roleTabLabel">Role</span> </a> | - <a id="jumpUserGroupEdit" href="userGroupEdit.html?fixed_crudType=3&name=name" style="text-decoration: none;"> + <a id="jumpUserGroupEdit" href="userGroupEdit.html?fixed_crudType=1&name=name" style="text-decoration: none;"> <span id="groupTabLabel">Group</span> </a> | <label id="userAttributeTabLabel">User Attribute</label> | - <a id="jumpUserProfilingRuleEdit" href="userProfilingRuleEdit.html?fixed_crudType=3&name=name" style="text-decoration: none;"> + <a id="jumpUserProfilingRuleEdit" href="userProfilingRuleEdit.html?fixed_crudType=1&name=name" style="text-decoration: none;"> <span id="profilingRuleTabLabel">Profiling Rule</span> </a> </div> Modified: pal-admin/trunk/src/main/webapp/view/user/userAttributeList.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/user/userAttributeList.html 2007-10-25 22:23:01 UTC (rev 661) +++ pal-admin/trunk/src/main/webapp/view/user/userAttributeList.html 2007-10-25 23:25:38 UTC (rev 662) @@ -35,21 +35,21 @@ </div> <div> - <a id="jumpUserEdit" href="userEdit.html?fixed_crudType=3&name=name" style="text-decoration: none;"> + <a id="jumpUserEdit" href="userEdit.html?fixed_crudType=2&name=name" style="text-decoration: none;"> <span id="basicTabLabel">Basic</span> </a> | - <a id="jumpUserRoleEdit" href="userRoleEdit.html?fixed_crudType=3&name=name" style="text-decoration: none;"> + <a id="jumpUserRoleEdit" href="userRoleEdit.html?fixed_crudType=1&name=name" style="text-decoration: none;"> <span id="roleTabLabel">Role</span> </a> | - <a id="jumpUserGroupEdit" href="userGroupEdit.html?fixed_crudType=3&name=name" style="text-decoration: none;"> + <a id="jumpUserGroupEdit" href="userGroupEdit.html?fixed_crudType=1&name=name" style="text-decoration: none;"> <span id="groupTabLabel">Group</span> </a> | <label id="userAttributeTabLabel">User Attribute</label> | - <a id="jumpUserProfilingRuleEdit" href="userProfilingRuleEdit.html?fixed_crudType=3&name=name" style="text-decoration: none;"> + <a id="jumpUserProfilingRuleEdit" href="userProfilingRuleEdit.html?fixed_crudType=1&name=name" style="text-decoration: none;"> <span id="profilingRuleTabLabel">Profiling Rule</span> </a> </div> Modified: pal-admin/trunk/src/main/webapp/view/user/userEdit.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/user/userEdit.html 2007-10-25 22:23:01 UTC (rev 661) +++ pal-admin/trunk/src/main/webapp/view/user/userEdit.html 2007-10-25 23:25:38 UTC (rev 662) @@ -37,11 +37,11 @@ <div> <label id="basicTabLabel">Basic</label> | - <a id="jumpUserRoleEdit" href="userRoleEdit.html?fixed_crudType=3&name=name" style="text-decoration: none;"> + <a id="jumpUserRoleEdit" href="userRoleEdit.html?fixed_crudType=1&name=name" style="text-decoration: none;"> <span id="roleTabLabel">Role</span> </a> | - <a id="jumpUserGroupEdit" href="userGroupEdit.html?fixed_crudType=3&name=name" style="text-decoration: none;"> + <a id="jumpUserGroupEdit" href="userGroupEdit.html?fixed_crudType=1&name=name" style="text-decoration: none;"> <span id="groupTabLabel">Group</span> </a> | @@ -49,7 +49,7 @@ <span id="userAttributeTabLabel">User Attribute</span> </a> | - <a id="jumpUserProfilingRuleEdit" href="userProfilingRuleEdit.html?fixed_crudType=3&name=name" style="text-decoration: none;"> + <a id="jumpUserProfilingRuleEdit" href="userProfilingRuleEdit.html?fixed_crudType=1&name=name" style="text-decoration: none;"> <span id="profilingRuleTabLabel">Profiling Rule</span> </a> </div> Modified: pal-admin/trunk/src/main/webapp/view/user/userGroupEdit.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/user/userGroupEdit.html 2007-10-25 22:23:01 UTC (rev 661) +++ pal-admin/trunk/src/main/webapp/view/user/userGroupEdit.html 2007-10-25 23:25:38 UTC (rev 662) @@ -35,21 +35,21 @@ </div> <div> - <a id="jumpUserEdit" href="userEdit.html?fixed_crudType=3&name=name" style="text-decoration: none;"> + <a id="jumpUserEdit" href="userEdit.html?fixed_crudType=2&name=name" style="text-decoration: none;"> <span id="basicTabLabel">Basic</span> </a> | - <a id="jumpUserRoleEdit" href="userRoleEdit.html?fixed_crudType=3&name=name" style="text-decoration: none;"> + <a id="jumpUserRoleEdit" href="userRoleEdit.html?fixed_crudType=1&name=name" style="text-decoration: none;"> <span id="roleTabLabel">Role</span> </a> | <label id="groupTabLabel">Group</label> | - <a id="jumpUserAttributeEdit" href="userAttributeEdit.html?fixed_crudType=1&name=name" style="text-decoration: none;"> + <a id="jumpUserAttributeEdit" href="userAttributeList.html?fixed_crudType=1&name=name" style="text-decoration: none;"> <span id="userAttributeTabLabel">User Attribute</span> </a> | - <a id="jumpUserProfilingRuleEdit" href="userProfilingRuleEdit.html?fixed_crudType=3&name=name" style="text-decoration: none;"> + <a id="jumpUserProfilingRuleEdit" href="userProfilingRuleEdit.html?fixed_crudType=1&name=name" style="text-decoration: none;"> <span id="profilingRuleTabLabel">Profiling Rule</span> </a> </div> Modified: pal-admin/trunk/src/main/webapp/view/user/userProfilingRuleEdit.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/user/userProfilingRuleEdit.html 2007-10-25 22:23:01 UTC (rev 661) +++ pal-admin/trunk/src/main/webapp/view/user/userProfilingRuleEdit.html 2007-10-25 23:25:38 UTC (rev 662) @@ -35,19 +35,19 @@ </div> <div> - <a id="jumpUserEdit" href="userEdit.html?fixed_crudType=3&name=name" style="text-decoration: none;"> + <a id="jumpUserEdit" href="userEdit.html?fixed_crudType=2&name=name" style="text-decoration: none;"> <span id="basicTabLabel">Basic</span> </a> | - <a id="jumpUserRoleEdit" href="userRoleEdit.html?fixed_crudType=3&name=name" style="text-decoration: none;"> + <a id="jumpUserRoleEdit" href="userRoleEdit.html?fixed_crudType=1&name=name" style="text-decoration: none;"> <span id="roleTabLabel">Role</span> </a> | - <a id="jumpUserGroupEdit" href="userGroupEdit.html?fixed_crudType=3&name=name" style="text-decoration: none;"> + <a id="jumpUserGroupEdit" href="userGroupEdit.html?fixed_crudType=1&name=name" style="text-decoration: none;"> <span id="groupTabLabel">Group</span> </a> | - <a id="jumpUserAttributeEdit" href="userAttributeEdit.html?fixed_crudType=1&name=name" style="text-decoration: none;"> + <a id="jumpUserAttributeEdit" href="userAttributeList.html?fixed_crudType=1&name=name" style="text-decoration: none;"> <span id="userAttributeTabLabel">User Attribute</span> </a> | Modified: pal-admin/trunk/src/main/webapp/view/user/userRoleEdit.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/user/userRoleEdit.html 2007-10-25 22:23:01 UTC (rev 661) +++ pal-admin/trunk/src/main/webapp/view/user/userRoleEdit.html 2007-10-25 23:25:38 UTC (rev 662) @@ -35,21 +35,21 @@ </div> <div> - <a id="jumpUserEdit" href="userEdit.html?fixed_crudType=3&name=name" style="text-decoration: none;"> + <a id="jumpUserEdit" href="userEdit.html?fixed_crudType=2&name=name" style="text-decoration: none;"> <span id="basicTabLabel">Basic</span> </a> | <label id="roleTabLabel">Role</label> | - <a id="jumpUserGroupEdit" href="userGroupEdit.html?fixed_crudType=3&name=name" style="text-decoration: none;"> + <a id="jumpUserGroupEdit" href="userGroupEdit.html?fixed_crudType=1&name=name" style="text-decoration: none;"> <span id="groupTabLabel">Group</span> </a> | - <a id="jumpUserAttributeEdit" href="userAttributeEdit.html?fixed_crudType=1&name=name" style="text-decoration: none;"> + <a id="jumpUserAttributeEdit" href="userAttributeList.html?fixed_crudType=1&name=name" style="text-decoration: none;"> <span id="userAttributeTabLabel">User Attribute</span> </a> | - <a id="jumpUserProfilingRuleEdit" href="userProfilingRuleEdit.html?fixed_crudType=3&name=name" style="text-decoration: none;"> + <a id="jumpUserProfilingRuleEdit" href="userProfilingRuleEdit.html?fixed_crudType=1&name=name" style="text-decoration: none;"> <span id="profilingRuleTabLabel">Profiling Rule</span> </a> </div>