Changeset 1072444
- Timestamp:
- 01/21/2015 10:32:05 AM (11 years ago)
- Location:
- knvb-api/trunk
- Files:
-
- 3 edited
-
knvb-api-plugin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
templates/wedstrijden.html (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
knvb-api/trunk/knvb-api-plugin.php
r1071791 r1072444 4 4 * Plugin URI: http://www.hoest.nl 5 5 * Description: A plugin to use the KNVB Data API 6 * Version: 1.2 6 * Version: 1.2.1 7 7 * Author: Jelle de Jong 8 8 * Author URI: http://www.hoest.nl -
knvb-api/trunk/readme.txt
r1071791 r1072444 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.1 7 Stable tag: 1.2 7 Stable tag: 1.2.1 8 8 9 9 This plugin can be used for Dutch football clubs with a WordPress wedsite and a API-key for the KNVB data-API: http://www.knvbdataservice.nl/ … … 32 32 33 33 1. Upload the plugin-folder to the `/wp-content/plugins/` directory 34 2. Activate the plugin through the 'Plugins' menu in WordPress 34 2. The plugin need to create a `./cache/` folder with files: `chmod 777` 35 3. Activate the plugin through the 'Plugins' menu in WordPress 35 36 36 37 == Frequently Asked Questions == -
knvb-api/trunk/templates/wedstrijden.html
r1071791 r1072444 2 2 {if="isset($thuis) || isset($uit)"} 3 3 <tr> 4 <th colspan=" 5">Thuis</th>4 <th colspan="6">Thuis</th> 5 5 </tr> 6 6 {loop="thuis"} … … 15 15 {else} 16 16 <tr> 17 <td colspan=" 5">Momenteel is er geen thuis-wedstrijdenoverzicht beschikbaar.</td>17 <td colspan="6">Momenteel is er geen thuis-wedstrijdenoverzicht beschikbaar.</td> 18 18 </tr> 19 19 {/loop} … … 21 21 <table class="games uit"> 22 22 <tr> 23 <th colspan=" 5">Uit</th>23 <th colspan="6">Uit</th> 24 24 </tr> 25 25 {loop="uit"} … … 34 34 {else} 35 35 <tr> 36 <td colspan=" 5">Momenteel is er geen uit-wedstrijdenoverzicht beschikbaar.</td>36 <td colspan="6">Momenteel is er geen uit-wedstrijdenoverzicht beschikbaar.</td> 37 37 </tr> 38 38 {/loop}
Note: See TracChangeset
for help on using the changeset viewer.