Go to the source code of this file.
Functions | |
showlist ($query, $type, $template) | |
listplug_select ($template, $type) | |
listplug_table ($template, $type) | |
listplug_table_memberlist ($template, $type) | |
listplug_table_teamlist ($template, $type) | |
listplug_table_pluginlist ($template, $type) | |
listplug_table_plugoptionlist ($template, $type) | |
listplug_plugOptionRow ($current) | |
listplug_table_itemlist ($template, $type) | |
listplug_nextBatchId () | |
listplug_table_commentlist ($template, $type) | |
listplug_table_bloglist ($template, $type) | |
listplug_table_shortblognames ($template, $type) | |
listplug_table_shortnames ($template, $type) | |
listplug_table_categorylist ($template, $type) | |
listplug_table_templatelist ($template, $type) | |
listplug_table_skinlist ($template, $type) | |
listplug_table_draftlist ($template, $type) | |
listplug_table_actionlist ($template, $type) | |
listplug_table_banlist ($template, $type) |
listplug_nextBatchId | ( | ) |
Definition at line 350 of file showlist.php.
Referenced by listplug_table_categorylist(), listplug_table_commentlist(), listplug_table_itemlist(), listplug_table_memberlist(), and listplug_table_teamlist().
listplug_plugOptionRow | ( | $ | current | ) |
Definition at line 246 of file showlist.php.
References NucleusPlugin::getOptionMeta(), NucleusPlugin::getOptionSelectValues(), and ADMIN::input_yesno().
Referenced by listplug_table_plugoptionlist().
listplug_select | ( | $ | template, | |
$ | type | |||
) |
listplug_table | ( | $ | template, | |
$ | type | |||
) |
Definition at line 91 of file showlist.php.
listplug_table_actionlist | ( | $ | template, | |
$ | type | |||
) |
Definition at line 602 of file showlist.php.
listplug_table_banlist | ( | $ | template, | |
$ | type | |||
) |
Definition at line 617 of file showlist.php.
listplug_table_bloglist | ( | $ | template, | |
$ | type | |||
) |
Definition at line 401 of file showlist.php.
listplug_table_categorylist | ( | $ | template, | |
$ | type | |||
) |
listplug_table_commentlist | ( | $ | template, | |
$ | type | |||
) |
listplug_table_draftlist | ( | $ | template, | |
$ | type | |||
) |
Definition at line 584 of file showlist.php.
listplug_table_itemlist | ( | $ | template, | |
$ | type | |||
) |
listplug_table_memberlist | ( | $ | template, | |
$ | type | |||
) |
listplug_table_pluginlist | ( | $ | template, | |
$ | type | |||
) |
Definition at line 171 of file showlist.php.
References $manager, encode_desc(), quickQuery(), and sql_table().
listplug_table_plugoptionlist | ( | $ | template, | |
$ | type | |||
) |
listplug_table_shortblognames | ( | $ | template, | |
$ | type | |||
) |
Definition at line 430 of file showlist.php.
listplug_table_shortnames | ( | $ | template, | |
$ | type | |||
) |
Definition at line 445 of file showlist.php.
listplug_table_skinlist | ( | $ | template, | |
$ | type | |||
) |
listplug_table_teamlist | ( | $ | template, | |
$ | type | |||
) |
Definition at line 142 of file showlist.php.
References $manager, help(), and listplug_nextBatchId().
listplug_table_templatelist | ( | $ | template, | |
$ | type | |||
) |
showlist | ( | $ | query, | |
$ | type, | |||
$ | template | |||
) |
Functions to create lists of things inside the admin are
http://nucleuscms.org/license.txt GNU General Public License Copyright (C) 2002-2007 The Nucleus Group
Definition at line 23 of file showlist.php.
References $query, mysql_fetch_object(), mysql_free_result(), mysql_num_rows(), and sql_query().
Referenced by ADMIN::action_actionlog(), ADMIN::action_banlist(), ADMIN::action_blogsettings(), ADMIN::action_createnewlog(), ADMIN::action_manageteam(), ADMIN::action_overview(), ADMIN::action_pluginlist(), ADMIN::action_settingsedit(), ADMIN::action_skinedittype(), ADMIN::action_skinoverview(), ADMIN::action_templateoverview(), and ADMIN::pagefoot().