-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
12 changed files
with
364 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
132 changes: 132 additions & 0 deletions
132
...tes-extension/src/main/webapp/WEB-INF/conf/portal/template/pages/spaceContribute/page.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
This file is part of the Meeds project (https://meeds.io/). | ||
Copyright (C) 2020 - 2024 Meeds Association contact@meeds.io | ||
This program is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU Lesser General Public | ||
License as published by the Free Software Foundation; either | ||
version 3 of the License, or (at your option) any later version. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
Lesser General Public License for more details. | ||
You should have received a copy of the GNU Lesser General Public License | ||
along with this program; if not, write to the Free Software Foundation, | ||
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
--> | ||
<container | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_objects_1_12 http://www.gatein.org/xml/ns/gatein_objects_1_12" | ||
xmlns="http://www.gatein.org/xml/ns/gatein_objects_1_12"> | ||
<container template="system:/groovy/portal/webui/container/UIPageLayout.gtmpl"><!-- To be deleted once WebUI is cleaned from Meeds package --> | ||
<section-columns mobile-columns-style="true"> | ||
<column col-span="4"> | ||
<portlet-application> | ||
<portlet> | ||
<application-ref>gamification-portlets</application-ref> | ||
<portlet-ref>topChallengers</portlet-ref> | ||
<preferences> | ||
<preference> | ||
<name>topChallengersPeriod</name> | ||
<value>week</value> | ||
</preference> | ||
<preference> | ||
<name>topChallengersCurrentPosition</name> | ||
<value>true</value> | ||
</preference> | ||
</preferences> | ||
</portlet> | ||
<title>Leaderboard</title> | ||
<height>300</height> | ||
</portlet-application> | ||
<portlet-application> | ||
<portlet> | ||
<application-ref>gamification-portlets</application-ref> | ||
<portlet-ref>myContributions</portlet-ref> | ||
<preferences> | ||
<preference> | ||
<name>myContributionsPeriod</name> | ||
<value>week</value> | ||
</preference> | ||
<preference> | ||
<name>myContributionsDisplayLegend</name> | ||
<value>true</value> | ||
</preference> | ||
<preference> | ||
<name>myContributionsProgramLimit</name> | ||
<value>4</value> | ||
</preference> | ||
</preferences> | ||
</portlet> | ||
<title>Contributions</title> | ||
<height>400</height> | ||
</portlet-application> | ||
</column> | ||
<column col-span="4"> | ||
<portlet-application> | ||
<portlet> | ||
<application-ref>gamification-portlets</application-ref> | ||
<portlet-ref>programsOverview</portlet-ref> | ||
<preferences> | ||
<preference> | ||
<name>limit</name> | ||
<value>3</value> | ||
</preference> | ||
<preference> | ||
<name>programsSortBy</name> | ||
<value>modifiedDate</value> | ||
</preference> | ||
</preferences> | ||
</portlet> | ||
<title>Programs Overview</title> | ||
<height>300</height> | ||
</portlet-application> | ||
<portlet-application> | ||
<portlet> | ||
<application-ref>gamification-portlets</application-ref> | ||
<portlet-ref>challengesOverview</portlet-ref> | ||
<preferences> | ||
<preference> | ||
<name>endingRulesLimit</name> | ||
<value>0</value> | ||
</preference> | ||
<preference> | ||
<name>lockedRulesLimit</name> | ||
<value>0</value> | ||
</preference> | ||
<preference> | ||
<name>availableRulesLimit</name> | ||
<value>4</value> | ||
</preference> | ||
<preference> | ||
<name>upcomingRulesLimit</name> | ||
<value>0</value> | ||
</preference> | ||
<preference> | ||
<name>rulesSortBy</name> | ||
<value>modifiedDate</value> | ||
</preference> | ||
</preferences> | ||
</portlet> | ||
<title>Actions overview</title> | ||
<height>400</height> | ||
</portlet-application> | ||
</column> | ||
<column col-span="4"> | ||
<portlet-application> | ||
<portlet> | ||
<application-ref>gamification-portlets</application-ref> | ||
<portlet-ref>UsersLeaderboard</portlet-ref> | ||
</portlet> | ||
<title>Actions overview</title> | ||
<height>720</height> | ||
</portlet-application> | ||
</column> | ||
</section-columns> | ||
</container> | ||
</container> |
39 changes: 39 additions & 0 deletions
39
...-sites-extension/src/main/webapp/WEB-INF/conf/portal/template/pages/spaceMembers/page.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
This file is part of the Meeds project (https://meeds.io/). | ||
Copyright (C) 2020 - 2024 Meeds Association contact@meeds.io | ||
This program is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU Lesser General Public | ||
License as published by the Free Software Foundation; either | ||
version 3 of the License, or (at your option) any later version. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
Lesser General Public License for more details. | ||
You should have received a copy of the GNU Lesser General Public License | ||
along with this program; if not, write to the Free Software Foundation, | ||
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
--> | ||
<container | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_objects_1_12 http://www.gatein.org/xml/ns/gatein_objects_1_12" | ||
xmlns="http://www.gatein.org/xml/ns/gatein_objects_1_12"> | ||
<container template="system:/groovy/portal/webui/container/UIPageLayout.gtmpl"><!-- To be deleted once WebUI is cleaned from Meeds package --> | ||
<section-columns> | ||
<column col-span="12"> | ||
<portlet-application> | ||
<portlet> | ||
<application-ref>social</application-ref> | ||
<portlet-ref>MembersPortlet</portlet-ref> | ||
</portlet> | ||
<title>Space Settings</title> | ||
</portlet-application> | ||
</column> | ||
</section-columns> | ||
</container> | ||
</container> |
39 changes: 39 additions & 0 deletions
39
...lf-sites-extension/src/main/webapp/WEB-INF/conf/portal/template/pages/spaceNotes/page.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
This file is part of the Meeds project (https://meeds.io/). | ||
Copyright (C) 2020 - 2024 Meeds Association contact@meeds.io | ||
This program is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU Lesser General Public | ||
License as published by the Free Software Foundation; either | ||
version 3 of the License, or (at your option) any later version. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
Lesser General Public License for more details. | ||
You should have received a copy of the GNU Lesser General Public License | ||
along with this program; if not, write to the Free Software Foundation, | ||
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
--> | ||
<container | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_objects_1_12 http://www.gatein.org/xml/ns/gatein_objects_1_12" | ||
xmlns="http://www.gatein.org/xml/ns/gatein_objects_1_12"> | ||
<container template="system:/groovy/portal/webui/container/UIPageLayout.gtmpl"><!-- To be deleted once WebUI is cleaned from Meeds package --> | ||
<section-columns> | ||
<column col-span="12"> | ||
<portlet-application> | ||
<portlet> | ||
<application-ref>notes</application-ref> | ||
<portlet-ref>Notes</portlet-ref> | ||
</portlet> | ||
<title>Space Notes</title> | ||
</portlet-application> | ||
</column> | ||
</section-columns> | ||
</container> | ||
</container> |
39 changes: 39 additions & 0 deletions
39
...sites-extension/src/main/webapp/WEB-INF/conf/portal/template/pages/spaceSettings/page.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
This file is part of the Meeds project (https://meeds.io/). | ||
Copyright (C) 2020 - 2024 Meeds Association contact@meeds.io | ||
This program is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU Lesser General Public | ||
License as published by the Free Software Foundation; either | ||
version 3 of the License, or (at your option) any later version. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
Lesser General Public License for more details. | ||
You should have received a copy of the GNU Lesser General Public License | ||
along with this program; if not, write to the Free Software Foundation, | ||
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
--> | ||
<container | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_objects_1_12 http://www.gatein.org/xml/ns/gatein_objects_1_12" | ||
xmlns="http://www.gatein.org/xml/ns/gatein_objects_1_12"> | ||
<container template="system:/groovy/portal/webui/container/UIPageLayout.gtmpl"><!-- To be deleted once WebUI is cleaned from Meeds package --> | ||
<section-columns> | ||
<column col-span="12"> | ||
<portlet-application> | ||
<portlet> | ||
<application-ref>social</application-ref> | ||
<portlet-ref>SpaceSettingPortlet</portlet-ref> | ||
</portlet> | ||
<title>Space Settings</title> | ||
</portlet-application> | ||
</column> | ||
</section-columns> | ||
</container> | ||
</container> |
39 changes: 39 additions & 0 deletions
39
...lf-sites-extension/src/main/webapp/WEB-INF/conf/portal/template/pages/spaceTasks/page.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
This file is part of the Meeds project (https://meeds.io/). | ||
Copyright (C) 2020 - 2024 Meeds Association contact@meeds.io | ||
This program is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU Lesser General Public | ||
License as published by the Free Software Foundation; either | ||
version 3 of the License, or (at your option) any later version. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
Lesser General Public License for more details. | ||
You should have received a copy of the GNU Lesser General Public License | ||
along with this program; if not, write to the Free Software Foundation, | ||
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
--> | ||
<container | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_objects_1_12 http://www.gatein.org/xml/ns/gatein_objects_1_12" | ||
xmlns="http://www.gatein.org/xml/ns/gatein_objects_1_12"> | ||
<container template="system:/groovy/portal/webui/container/UIPageLayout.gtmpl"><!-- To be deleted once WebUI is cleaned from Meeds package --> | ||
<section-columns> | ||
<column col-span="12"> | ||
<portlet-application> | ||
<portlet> | ||
<application-ref>task-management</application-ref> | ||
<portlet-ref>TasksManagement</portlet-ref> | ||
</portlet> | ||
<title>Space Tasks</title> | ||
</portlet-application> | ||
</column> | ||
</section-columns> | ||
</container> | ||
</container> |
Binary file added
BIN
+121 KB
webapps/plf-sites-extension/src/main/webapp/images/pages/template/SpaceContribute.webp
Binary file not shown.
Binary file added
BIN
+175 KB
webapps/plf-sites-extension/src/main/webapp/images/pages/template/SpaceMembers.webp
Binary file not shown.
Binary file added
BIN
+23.8 KB
webapps/plf-sites-extension/src/main/webapp/images/pages/template/SpaceNotes.webp
Binary file not shown.
Binary file added
BIN
+3.24 KB
webapps/plf-sites-extension/src/main/webapp/images/pages/template/SpaceSettings.webp
Binary file not shown.
Binary file added
BIN
+60.7 KB
webapps/plf-sites-extension/src/main/webapp/images/pages/template/SpaceTasks.webp
Binary file not shown.