Home
last modified time | relevance | path

Searched refs:ptln (Results 26 – 50 of 107) sorted by last modified time

12345

/plugin/newpagetemplate/
H A Dadmin.php92 ptln('<div id="nptpl_howto" style="display:none;border:1px black solid;padding:12px 12px 12px 8px;height:400px;overflow:auto;">' );
93 ptln('<button style = "float:right;" onclick="nptpl_toggle(\'#nptpl_howto\')">' . $this->getLang('close'). '</button>&nbsp;' . $this->locale_xhtml('howto'));
94 ptln('<button style = "float:right" onclick="nptpl_toggle(\'#nptpl_howto\')">' . $this->getLang('close'). '</button>&nbsp;<br /><br /></div>');
96 ptln('<form action="' . wl($ID) . '" method="post">');
98 ptln(' <input type="hidden" name="do" value="admin" />');
99 ptln(' <input type="hidden" name="page" value="' . $this->getPluginName() . '" />');
103 ptln($this->getLang('select-ini') .': <select name="ini_file">');
105 ptln($ini_files);
106 ptln('</select>&nbsp;&nbsp;');
109 ptln(
[all...]
/plugin/quickstats/
H A Dadmin.php186 ptln('</div>');
215 ptln('</table>');
221 ptln('</form></div>');
228 ptln('</div>');
257 ptln('</select>');
266 ptln('</select></td>');
267 ptln('</tr>');
291 ptln('</table>');
300 ptln('</div>');
308 ptln('<p><pre>');
[all …]
/plugin/metadisplay/
H A Dadmin.php142 ptln('<form action="'.wl($ID).'" method="post">');
145 ptln(' <input type="hidden" name="do" value="admin" />');
146 ptln('<input type="hidden" name="page" value="'.$this->getPluginName().'" />');
154 ptln('<br />');
155 ptln($this->getLang('date') . ':&nbsp;&nbsp;');
161 ptln('<table><tr><td>&nbsp;&nbsp;');
162 ptln($this->getLang('when') );
191 ptln('</div>');
193 ptln('<div style="line-height:2">');
196 ptln('</form>');
[all …]
/plugin/preregister/
H A Daction.php41 ptln( "\n<style type='text/css'>\n /*<![CDATA[*/");
42 ptln("#plugin__captcha_wrapper{ display:none; }\n /*]]>*/\n</style>");
H A Dadmin.php52ptln('<a href="javascript:prereg_Inf.toggle();void 0"><span style="line-height: 175%">Toggle info<…
53ptln('<div id="prereg_info" style="border: 1px solid silver; padding:4px;">'. $this->locale_xh…
56 ptln('<form action="'.wl($ID).'" method="post">');
59 ptln(' <input type="hidden" name="do" value="admin" />');
60 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
62ptln(' <input type="submit" name="cmd[confirm]" value="'.$this->getLang('btn_confirm').'" />&nbs…
63ptln(' <input type="submit" name="cmd[secure]" value="'.$this->getLang('btn_secure').'" />');
64 ptln('<br /><br /><div>');
66 ptln('</div>');
67 ptln('</form>');
/plugin/iptrust2/
H A Dadmin.php105 ptln("<thead>");
106 ptln("<tr>");
109 ptln("</tr>");
110 ptln("</thead>");
111 ptln("<tbody>");
126 ptln("</form>");
127 ptln("</div>");
136 ptln("</form>");
137 ptln("</div>");
181 ptln("</form>");
[all …]
/plugin/pdftools/
H A Dadmin.php137 ptln ('<tr>');
141 ptln ("<td>");
158 ptln ("</td>");
168 ptln ('</tr>');
174 ptln ('<tr>');
178 ptln('<td>');
183 ptln(date("Y-m-d / H:i:s",$m_time));
184 ptln('</td>');
194 ptln ('</tr>');
198 ptln ('</table>');
[all …]
/plugin/watchcycle/
H A Dadmin.php54 ptln('<h1>' . $this->getLang('menu') . '</h1>');
56 ptln('<div id="plugin__watchcycle_admin">');
71 ptln($form->toHTML());
72 ptln('<table>');
73 ptln('<tr>');
94 ptln('<th><a href="' . $href . '">' . $icon . ' ' . $lang . '</a></th>');
121 ptln('<tr>');
122 ptln('<td><a href="' . wl($row['page']) . '" class="wikilink1">' . $row['page'] . '</a></td>');
123 ptln('<td>' . $row['maintainer'] . '</td>');
124 ptln('<t
[all...]
/plugin/stale/
H A Dadmin.php58 ptln('<h1>' . $this->getLang('h1') . '</h1>');
59 ptln("<p>$this->msg</p>");
/plugin/refnotes/
H A Dadmin.php737 public function ptln($string, $indentDelta = 0) { global() function in refnotes_html_sink
/plugin/deletehistory/
H A Dadmin.php40 ptln('<h1>' . $this->getLang('menu') . '</h1>');
/plugin/ipgroup/
H A Dadmin.php77 ptln("<thead>");
78 ptln("<tr>");
82 ptln("</tr>");
83 ptln("</thead>");
84 ptln("<tbody>");
88 ptln("<tr>");
91 ptln("<td>");
101 ptln("</form>");
102 ptln("</div>");
113 ptln("</form>");
[all …]
/plugin/schedule/
H A Dschedules.class.php1064 ptln ('</div>');
1089 ptln ('</th>'.NL.
1137 ptln ('
1140 ptln ('</td>'.NL.
1404 ptln('
1414 ptln ('
1425 ptln ('
1432 ptln ('
1446 ptln ('
1455 ptln ('
[all …]
H A Dajax.php55 ptln ($text);
/plugin/userhistory/
H A Dadmin.php46 ptln ( '<li><a href = "'.$href.'">'.$nick.' - '.$name.'</li>' );
48 ptln ( '</ol></div>' );
103 ptln ( '<p><a href = "'.$href.'">['.$this->getLang('back').']</a></p>' );
104 ptln ( '<h2>'.$user.'</h2>' );
113 ptln ( $change['type'] === 'e' ? '<li class = "minor">' : '<li>' );
114 ptln ( '<div class = "li"><span class="date">'.$date.'</span>' );
125ptln ( '<a class = "revisions_link" href = "'.wl ( $change['id'], "do=revisions" ).'"><img '.$att.…
126ptln ( $change['id'].' &ndash; '.html_wikilink ( ':'.$change['id'], $conf['useheading'] ? NULL : $…
128 ptln ( ' &ndash; '.hsc ( $change['sum'] ) );
130 ptln ( '</div></li>' );
[all …]
/plugin/googleads/
H A Dcode.php47 ptln('<div class="success">' . 'Google AdSense preferences saved successfully.' . '</div>');
49ptln('<div class="error">' . 'Google AdSense preferences is not writable by the server.' . '</div>…
70 ptln(stripslashes($gads_settings['code']));
/plugin/hubspot/
H A Dcode.php47 ptln($trackingCode);
/plugin/securelogin/
H A Dadmin.php73 ptln('<div id="secure__login">');
85 ptln('</div>');
95 ptln('<div class="half">');
97 ptln('</div>');
/plugin/telleveryone/
H A Dadmin.php90 ptln('<h1>' . $this->getLang('menu') . '</h1>');
109 ptln('<ul>');
116 ptln('<li class="level1"><div class="li">');
119 ptln('<div>' . dformat($timestamp) . '</div>');
120 ptln('<hr>');
124 ptln($form->toHTML());
148 ptln('<hr>');
149 ptln('<div>' . $message_html . '</div>');
152 ptln('</div></li>');
154 ptln('</ul>');
[all …]
/plugin/syntaxhighlighter4/
H A Daction.php69 ptln('');
70 ptln("<script type='text/javascript'>");
71 ptln('syntaxhighlighterConfig = {');
72 ptln(' autoLinks: '.($this->getConf('autoLinks') == 1 ? 'true' : 'false').',');
75 ptln(' firstLine: '.$firstLine.',');
77 ptln(' gutter: '.($this->getConf('gutter') == 1 ? 'true' : 'false').',');
78 ptln(' htmlScript: '.($this->getConf('htmlScript') == 1 ? 'true' : 'false').',');
81 ptln(' tabSize: '.$tabSize.',');
83 ptln(' smartTabs: '.($this->getConf('smartTabs') == 1 ? 'true' : 'false'));
84 ptln('}');
[all …]
/plugin/webdavclient/
H A Dadmin.php218 ptln('<table>');
221 ptln('<tr>');
225 ptln('</tr>');
229 ptln('<tr>');
256 ptln('</table>');
261 ptln('<table>');
267 ptln('</table>');
268 ptln('</div>');
272 ptln('<table>');
284 ptln('</div>');
[all …]
/plugin/textinsert/
H A Dadmin.php123 ptln('</table>');
144 ptln('</table>');
154 ptln('</table>');
222 ptln('</div>');
223 ptln('<h2>Info</h2>');
245 ptln('</div>');
270 ptln('</div><br />');
276 ptln('</div>');
282 ptln('</div>');
284 ptln('</form>');
[all …]
/plugin/webcomponent/action/
H A Dmath.php59 ptln('<div id="' . $math_div_id . '"">');
60 ptln(DOKU_TAB . '<script type="text/x-mathjax-config">
74ptln(DOKU_TAB . '<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathja…
75 ptln('</div>');
/plugin/userimportextended/
H A Dadmin.php116 ptln(' <table class="import_failures">');
117 ptln(' <thead>');
118 ptln(' <tr>');
126 ptln(' </tr>');
127 ptln(' </thead>');
128 ptln(' <tbody>');
130 ptln(' <tr>');
138 ptln(' </tr>');
140 ptln(' </tbody>');
141 ptln(' </table>');
[all …]
/plugin/dlcounter/
H A Dadmin.php46 ptln('<h1>' . $this->getLang('menu') . '</h1>');

12345