Home « Server software «
Documentation: tables/edit.php
tables/edit.php - Upload a new table or update an existing one
This script attempts to validate the new or updated article description against a standard PHP XML parser. The objective is to spot malformed or unordered HTML and XHTML tags. No more, no less.Only associates and editors can post and edit tables.
The edition time is not limited at all. Some Javascript code polls the server in the background to ensure that session data is not lost during all the time the browser window is opened.
Accepted calls:
- edit.php/<type>/<id> create a new table for this anchor
- edit.php?anchor=<type>:<id> create a new table for the anchor
- edit.php/<id> modify an existing table
- edit.php?id=<id> modify an existing table
If the anchor for this item specifies a specific skin (option keyword '
skin_xyz'),
or a specific variant (option keyword 'variant_xyz'), they are used instead default values.This script is a reference file of this system.
Voir aussi:
Licence: GNU Lesser General Public License
Auteurs:
- Bernard Paques bernard.paques@bigfoot.com
- Vincent Noël