Etienne Kneuss

home » repository » php » php.net » docweb » phpt_list.tpl.php
Tree:
school
mp3
php
sample
publications
Math_Derivative
Math_Expression
ircbot
php.net
docweb
phpt_entities.patch
phpt_generator.php
lib_phpt_generator.inc.php
phpt_edit.tpl.php
phpt_list.tpl.php
phpt_generator.patch
phpt_results.txt
analyzeTestResults.php
lsb
check-acronyms.php
spam_tickets.sql.txt
spam-protection.php
genphpt.php
fix-whitespace.php
generrorlinks.php
remove-ordie.php
docbkphp.vim
script-skel.php
cvslogger.php
generateCvslogs.php
images
dump

Source code raw phps

    <?php if ($ntotal == 200) {     $limitError = '<strong>&docweb.phpt.limitreached;</strong><br />'; } else {     $limitError = ''; } echo <<<HTML <h1>&docweb.phpt.list;</h1> <a href="?import">&docweb.phpt.import;</a><br /><br /> <form action="phpt_generator.php" method="post" class="phpt"> <input type="text" name="q" value="{$search}" style="display:inline; margin: 0px;" /> <input type="submit" name="search" value="&docweb.phpt.search;"/><br /><br /><br /> <input type="submit" name="generate" value="&docweb.phpt.generate;"/> <input type="submit" name="delete" value="&docweb.phpt.delete;"/><br /><br />  {$limitError}Stats: $ntotal examples, $napproved approved, $nfilled filled, $nimported imported.<br />  <table border="1">   <tr>    <th>&docweb.phpt.list.id;</th>    <th>&docweb.phpt.list.location;</th>    <th>&docweb.phpt.list.title;</th>    <th>&docweb.phpt.list.status;</th>   </tr> HTML; foreach ($tests as $test) {     echo <<<HTML   <tr class="{$test['class']}">    <td><input type="checkbox" name="ids[{$test['id']}]" /> <a href="?editId={$test['id']}&q={$search_enc}" title="Edit">{$test['id']}</a></td>    <td><a href="{$test['cvs_link']}" target="_blank">{$test['location']}</a></td>    <td>{$test['title_limited']}</td>    <td>{$test['status']}</td>   </tr> HTML; } echo <<<HTML  </table>    <br /><input type="submit" name="generate" value="&docweb.phpt.generate;"/> <input type="submit" name="delete" value="&docweb.phpt.delete;"/> </form> HTML; ?>

Comments

There is currently no comment here.

Add a comment

Username:

Spam Challenge: 1+7=?

Comment: