From 5dbdcb8c3d57a2e825e00e37d17ddf0ac969fce3 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Wed, 19 Jul 2006 21:58:58 +0000 Subject: [PATCH] yet another file removed git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@552 839d8a87-29fc-0310-9880-83ba4fa771e5 --- plugins/pmwiki.config.php | 37 ++++++++++++++++++++++++++++++++++++- plugins/pmwiki.platalSkin.php | 40 ---------------------------------------- 2 files changed, 36 insertions(+), 41 deletions(-) delete mode 100644 plugins/pmwiki.platalSkin.php diff --git a/plugins/pmwiki.config.php b/plugins/pmwiki.config.php index 893946b..15858ed 100644 --- a/plugins/pmwiki.config.php +++ b/plugins/pmwiki.config.php @@ -28,7 +28,6 @@ XLSDV('en', array('EnterAttributes' => ou des espaces (qui remplace le ou logique)
")); include_once($globals->spoolroot."/plugins/pmwiki.platalAuth.php"); -include_once($globals->spoolroot."/plugins/pmwiki.platalSkin.php"); @include_once("$FarmD/cookbook/e-protect.php"); $DefaultPasswords['read'] = 'has_perms: and: identified:'; @@ -62,4 +61,40 @@ $GUIButtons['table'] = array(600, '||border=1 width=80%\\n||!Hdr ||!Hdr ||!Hdr ||\\n|| || || ||\\n|| || || ||\\n', '', '', '$GUIButtonDirUrlFmt/table.gif"$[Table]"'); +// set default author +$Author = $_SESSION['forlife']."|".$_SESSION['prenom']." ".$_SESSION['nom']; + +$InputTags['e_form'] = array( + ':html' => "
"); + +// set profiles to point to plat/al fiche +Markup('[[~platal', '<[[~', '/\[\[~([^|\]]*)\|([^\]]*)\]\]/e', + 'PreserveText("=", \'$2\', "")'); + +// prevent restorelinks before block apply (otherwise [[Sécurité]] will give +// .../Se9'>Sécurité +Markup('restorelinks','<%%',"//", ''); + +## [[#anchor]] in standard XHTML +Markup('[[#','<[[','/(?>\\[\\[#([A-Za-z][-.:\\w]*))\\]\\]/e', + "Keep(\"\",'L')"); + +Markup('tablebicol', '$2'); + +function doBicol($column=false) +{ + global $TableRowIndexMax, $TableRowAttrFmt, $TableCellAttrFmt; + $TableRowAttrFmt = "class='pair_pmwiki_\$TableRowCount'"; + if ($column) { + $TableCellAttrFmt = "class='$column'"; + } +} ?> diff --git a/plugins/pmwiki.platalSkin.php b/plugins/pmwiki.platalSkin.php deleted file mode 100644 index 723beb7..0000000 --- a/plugins/pmwiki.platalSkin.php +++ /dev/null @@ -1,40 +0,0 @@ - "
"); - -// set profiles to point to plat/al fiche -Markup('[[~platal', '<[[~', '/\[\[~([^|\]]*)\|([^\]]*)\]\]/e', - 'PreserveText("=", \'$2\', "")'); - -// prevent restorelinks before block apply (otherwise [[Sécurité]] will give -// .../Se9'>Sécurité -Markup('restorelinks','<%%',"//", ''); - -## [[#anchor]] in standard XHTML -Markup('[[#','<[[','/(?>\\[\\[#([A-Za-z][-.:\\w]*))\\]\\]/e', - "Keep(\"\",'L')"); - -Markup('tablebicol', '$2'); - -function doBicol($column=false) -{ - global $TableRowIndexMax, $TableRowAttrFmt, $TableCellAttrFmt; - $TableRowAttrFmt = "class='pair_pmwiki_\$TableRowCount'"; - if ($column) { - $TableCellAttrFmt = "class='$column'"; - } -} - -?> -- 2.1.4