projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
tal/str: make tal_count() work for strsplit.
[ccan]
/
web
/
search.html
diff --git
a/web/search.html
b/web/search.html
index 3a497b9f75aa9b0bd805383224ad84d3afdc41c2..694dbf25994fc764f4fc915df76132aebb2323ae 100644
(file)
--- a/
web/search.html
+++ b/
web/search.html
@@
-24,4
+24,15
@@
<td align="left"><a href=search.php?disp=all>Display all</a></td>
</tr>
</table>
<td align="left"><a href=search.php?disp=all>Display all</a></td>
</tr>
</table>
+ <table align="center">
+ <tr align="left">
+ <?php
+ for ($i = "a"; $i != "aa"; $i++) {
+ echo '<td><a href=search.php?disp='. $i . '>'. $i .'</a></td>';
+ }
+ ?>
+ </tr>
+ </td>
+ </tr>
+ </table>
</form>
</form>