... |
... |
@@ -1,5 +1,5 @@ |
1 |
|
-<!~-~- Global Dashboard for XWiki ~-~-> |
2 |
|
-~{~{html clean="false"}} |
|
1 |
+<!-- Global Dashboard for XWiki --> |
|
2 |
+{{html clean="false"}} |
3 |
3 |
<style> |
4 |
4 |
.dashboard { |
5 |
5 |
padding: 1rem; |
... |
... |
@@ -68,28 +68,27 @@ |
68 |
68 |
<li><a href="/xwiki/bin/view/Main%20Categories/Immigration/Border%20Policy">Border Policy</a></li> |
69 |
69 |
</ul> |
70 |
70 |
</div> |
71 |
|
- <!~-~- Add more categories here as needed ~-~-> |
|
71 |
+ <!-- Add more categories here as needed --> |
72 |
72 |
</div> |
73 |
73 |
|
74 |
74 |
<div class="section"> |
75 |
75 |
<h2>🧠 Research & Stats</h2> |
76 |
|
- ~{~{include reference="Main%20Categories.Research%20and%20stats.ResearchStatsWidget"/}} |
|
76 |
+ {{include reference="Main%20Categories.Research%20and%20stats.ResearchStatsWidget"/}} |
77 |
77 |
</div> |
78 |
78 |
|
79 |
79 |
<div class="section"> |
80 |
80 |
<h2>🎯 Arguments & Counterarguments</h2> |
81 |
|
- ~{~{include reference="Main%20Categories.Arguments%20and%20Counterarguments.ArgumentsWidget"/}} |
|
81 |
+ {{include reference="Main%20Categories.Arguments%20and%20Counterarguments.ArgumentsWidget"/}} |
82 |
82 |
</div> |
83 |
83 |
|
84 |
84 |
<div class="section"> |
85 |
85 |
<h2>🕓 Recent Activity</h2> |
86 |
|
- ~{~{activity/}} |
|
86 |
+ {{activity/}} |
87 |
87 |
</div> |
88 |
88 |
|
89 |
89 |
<div class="section"> |
90 |
90 |
<h2>🏷️ Tags</h2> |
91 |
|
- ~{~{tagcloud/}} |
|
91 |
+ {{tagcloud/}} |
92 |
92 |
</div> |
93 |
93 |
</div> |
94 |
|
-~{~{/html}} |
95 |
|
- |
|
94 |
+{{/html}} |