Subversion Repositories oidplus

Rev

Rev 1404 | Rev 1418 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1404 Rev 1410
Line 1064... Line 1064...
1064
                        }
1064
                        }
1065
                        if (strpos($out['text'], '%%CRUD%%') !== false) {
1065
                        if (strpos($out['text'], '%%CRUD%%') !== false) {
1066
                                $out['text'] = str_replace('%%CRUD%%', self::showCrud($obj->nodeId()), $out['text']);
1066
                                $out['text'] = str_replace('%%CRUD%%', self::showCrud($obj->nodeId()), $out['text']);
1067
                        }
1067
                        }
1068
                        if (strpos($out['text'], '%%RA_INFO%%') !== false) {
1068
                        if (strpos($out['text'], '%%RA_INFO%%') !== false) {
1069
                                $out['text'] = str_replace('%%RA_INFO%%', OIDplusPagePublicRaInfo::showRaInfo($obj->getRaMail()), $out['text']);
1069
                                $out['text'] = str_replace('%%RA_INFO%%', OIDplusPagePublicRaInfo::showRaInfo($obj->getRaMail(), $obj), $out['text']);
1070
                        }
1070
                        }
1071
 
1071
 
1072
                        $out['text'] .= '<!-- MARKER 3 -->'; // use this to better control modifyContent!
1072
                        $out['text'] .= '<!-- MARKER 3 -->'; // use this to better control modifyContent!
1073
                        $out['text'] .= '<!-- MARKER 4 -->'; // use this to better control modifyContent!
1073
                        $out['text'] .= '<!-- MARKER 4 -->'; // use this to better control modifyContent!
1074
                        $out['text'] .= '<!-- MARKER 5 -->'; // use this to better control modifyContent!
1074
                        $out['text'] .= '<!-- MARKER 5 -->'; // use this to better control modifyContent!