+
+
+
+ ' . fxDocAdminEsc($strFlash) . '
';
+ }
+ if ($strError !== '') {
+ echo '' . fxDocAdminEsc($strError) . '
';
+ }
+
+ if (!fxDocAdminSchemaReady()) {
+ echo 'Les tables de documentation (doc_mod / doc_page) ne sont pas installées sur cet environnement.
';
+ } else {
+ switch ($strAction) {
+ case 'pages':
+ fxDocAdminRenderPages($strModClef);
+ break;
+ case 'list':
+ default:
+ fxDocAdminRenderModulesList();
+ break;
+ }
+ }
+ ?>
+ +