Standard modular UI to add an entry.
tempcode
ad
()
Get some XHTML for a form to choose a catalogue out of all the available ones.
?tempcode
choose_catalogue
(tempcode $title)
-
tempcode
$title: The get_page_title converted title for this page
The do-next manager for after content management.
tempcode
do_next_manager
(tempcode $title, tempcode $description, ?ID_TEXT $id)
-
tempcode
$title: The title (output of get_page_title)
-
tempcode
$description: Some description to show, saying what happened
-
?ID_TEXT
$id: The ID of whatever we are working with (NULL: deleted)
Redefined in descendants as:
Standard modular UI to choose an entry to edit.
tempcode
ed
()
Redefined in descendants as:
Standard modular entry-point finder function.
?array
get_entry_points
()
Redefined in descendants as:
Standard modular permission chooser.
tempcode
get_permission_fields
(?ID_TEXT $category_id, [?tempcode $help = NULL], [boolean $new_category = false], [?tempcode $pinterface_view = NULL])
-
?ID_TEXT
$category_id: The category ID the permissions are being chosen for (NULL: new category)
-
?tempcode
$help: Extra help to show in interface (NULL: none)
-
boolean
$new_category: Whether this is a new category (don't load permissions, default to on)
-
?tempcode
$pinterface_view: Label for view permissions (NULL: default)
If a confirmation is needed, and not been given, ask for one.
?tempcode
handle_confirmations
(tempcode $title)
-
tempcode
$title: The page title for what's being done
Standard modular info function.
?array
info
()
Redefined in descendants as:
Standard modular entry list fetcher.
tempcode
nice_get_entries
()
Redefined in descendants as:
Standard modular UI for a separate preview.
tempcode
preview_intercept
(tempcode $title)
-
tempcode
$title: The page title
Standard modular run function.
tempcode
run
()
Set permissions of the news category from POST parameters.
void
set_permissions
(ID_TEXT $id)
-
ID_TEXT
$id: The category to set permissions for
Standard modular UI/actualiser to add an entry.
tempcode
_ad
()
Standard modular UI to edit an entry.
tempcode
_ed
()
Standard modular UI/actualiser to edit an entry.
tempcode
__ed
()