Merge pull request 'feat: move countries xml to global instead of tools' (#4608) from delliott/fsfe-website:feat/move-countries into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #4608
This commit is contained in:
commit
1098ce64dc
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
<!-- showing a dropdown select menu with all countries in /tools/countries.**.xml -->
|
||||
<!-- showing a dropdown select menu with all countries in /global/countries/*.**.xml -->
|
||||
<xsl:template name="country-list">
|
||||
<xsl:param name="required" select="'no'" />
|
||||
<xsl:param name="class" select="''" />
|
||||
|
@ -73,8 +73,8 @@
|
||||
<country-list/>-->
|
||||
<!--
|
||||
|
||||
/! Following country list should be moved to /tools/countries.el.xml and
|
||||
country codes be added accordingly (see /tools/countries.en.xml) /!
|
||||
/! Following country list should be moved to /global/countries/*.el.xml and
|
||||
country codes be added accordingly (see /global/countries/*.en.xml) /!
|
||||
<select id="country" name="country">
|
||||
<option>Αγία Ελένη</option>
|
||||
<option>Άγιος Βενσάν και οι Γρεναδίνες</option>
|
||||
|
@ -1,2 +1,2 @@
|
||||
fsfe.org/activities/pdfreaders/petition-sig:[]
|
||||
tools/countries:[]
|
||||
global/countries/countries:[]
|
||||
|
@ -1,2 +1,2 @@
|
||||
fsfe.org/activities/upcyclingandroid/sigtable:[]
|
||||
tools/countries:[]
|
||||
global/countries/countries:[]
|
||||
|
@ -1,3 +1,3 @@
|
||||
fsfe.org/news/202*/*:[routers]
|
||||
fsfe.org/news/202*/.*:[routers]
|
||||
tools/countries:[]
|
||||
global/countries/countries:[]
|
||||
|
@ -1,3 +1,3 @@
|
||||
fsfe.org/contribute/promoitems/active-items:[]
|
||||
fsfe.org/contribute/promoitems/info-*:[]
|
||||
tools/countries:[]
|
||||
global/countries/countries:[]
|
||||
|
@ -1 +1 @@
|
||||
tools/countries:[]
|
||||
global/countries/countries:[]
|
||||
|
@ -1,3 +1,3 @@
|
||||
fsfe.org/order/data/items*:[]
|
||||
fsfe.org/order/data/info/*:[]
|
||||
tools/countries:[]
|
||||
global/countries/countries:[]
|
||||
|
Loading…
Reference in New Issue
Block a user