Lines Matching refs:ptln

148 		ptln('<p>'.$this->output.'</p>');
149 ptln('<h1>LaTeX plugin administrator tasks</h1>');
150 ptln('<h2>'.$this->getLang('legend_purge').'</h2>');
151 ptln('<div class="level2">');
154ptln('<form action="'.wl($INFO['id']).'?do=admin&page='.$this->getPluginName().'" method="post">');
155 ptln('<table class="inline"><tr>');
156ptln('<td rowspan="2"><input type="submit" class="button" name="latexpurge" value="'.$this->getLa…
157 ptln('<TD>');
159ptln('(<LABEL><INPUT type="radio" name="purgemode" value="atime" checked />'.$labtimes['atime'].'<…
160ptln(' | <LABEL><INPUT type="radio" name="purgemode" value="mtime" />'.$labtimes['mtime'].'</LABEL…
164 ptln('</TD><TR><TD>');
166 ptln('</TD></TR></TABLE>');
167 ptln('</form>');
169 ptln('</div>');
172 ptln('<h2>LaTeX troubleshooter</h2>');
173 ptln('<div class="level2">');
174 ptln('<form action="'.wl($INFO['id']).'" method="get">');
175 ptln(' <input type="hidden" name="do" value="admin" />');
176 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
177ptln('Push this button to diagnose your LaTeX/ImageMagick installation: <input type="submit" class…
178ptln('<input type="checkbox" name="keep_tmp">Check this button to keep the temporary files used du…
179 ptln('The following latex code will be inserted into the template and compiled:');
180 ptln('<br />');
185ptln(' <textarea cols=70 rows=6 type="text" name="testformula">'.htmlspecialchars($testformula).'…
186 ptln('</form>');
187 ptln('</div>');
189 ptln('<h3>Versions</h3>');
190 ptln('<div class="level3">');
191 ptln('This is a test of the acessibility of your programs and their versions.');
192 ptln('<table class="inline">');
193 ptln('<tr><th>command</th><th>output</th></tr>');
196 ptln('<tr><td><pre>');
199 ptln('</pre></td><td>');
207 ptln('</pre></td></tr>');
209 ptln('</table>');
210 ptln('</div>');
212 ptln('<h3>Test run</h3>');
217ptln('<div class="success">Media directory is writable: <code>'.$plug->_latex->getPicturePath().'<…
219ptln('<div class="error">Media directory not writable or nonexistant! <code>'.$plug->_latex->getPi…
222ptln('<div class="success">Temporary directory is writable: <code>'.$plug->_latex->_tmp_dir.'</cod…
224ptln('<div class="error">Temporary directory not writable or nonexistant! <code>'.$plug->_latex->_…
232 ptln('<div class="info">Removed cache file for test: <code>'.$outname.'</code><br/>
235 ptln('<div class="error">Could not remove cached file for test! <code>'.$outname.'</code><br />
238 ptln('<div class="info">Attempting to render to target <code>'.$outname.'</code></div>');
255 ptln('<div class="success">File created: <code>'.$rendstr.'</code></div>');
257 ptln('<div class="error">File missing! <code>'.$fname.'</code></div>');
260ptln('<div class="info">These files <code>'.$tmpf.'.*</code> will be deleted at the end of this sc…
262 ptln('<div class="success">Successfully moved to media: <code>'.$outname.'</code></div>');
264 ptln('<div class="error">File missing from media! <code>'.$outname.'</code></div>');
266 ptln('<div class="level3">');
267 ptln('<table class="inline"><tr><th>Input LaTeX file</th><th>Final result</th></tr>');
268 ptln('<tr><td><pre>');
273 ptln('</pre></td><td>');
276 ptln('<center>');
277 ptln($this->doc);
278 ptln('</center></td></tr>');
279 ptln('</table>');
281 ptln('Command log:');
286 ptln('Contents of '.$tmpf.'.log:');
293 ptln('</div>');