From: x2000habouzit Date: Wed, 19 Jul 2006 21:58:58 +0000 (+0000) Subject: yet another file removed X-Git-Tag: xorg/0.9.11~351 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=5dbdcb8c3d57a2e825e00e37d17ddf0ac969fce3;hp=68a457ef3ac4ef48bf72e31262db8a4933675de4;p=platal.git yet another file removed git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@552 839d8a87-29fc-0310-9880-83ba4fa771e5 --- 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'"; - } -} - -?>