Check-in [13d1df713c]
Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Use some short tags |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
13d1df713c8b81368a733342d4457ef1 |
User & Date: | mario 2021-04-05 06:20:05 |
Context
2021-04-05
| ||
06:20 | Add background image for IndieAuth logon button, remove some debug messages. check-in: e56e768074 user: mario tags: trunk | |
06:20 | Use some short tags check-in: 13d1df713c user: mario tags: trunk | |
06:19 | fix missing /section check-in: f7d54b199b user: mario tags: trunk | |
Changes
Changes to page_forum.php.
︙ | ︙ | |||
50 51 52 53 54 55 56 | <!DOCTYPE html> <html> <head> <title>freshcode.club forum</title> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="gimmicks.js?019"></script> <meta charset=UTF-8> | | | 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | <!DOCTYPE html> <html> <head> <title>freshcode.club forum</title> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="gimmicks.js?019"></script> <meta charset=UTF-8> <?="<style>\n" . file_get_contents("forum.css") . "</style>"; ?> </head> <body> <div id=title> <h1><a href="/"><b>fresh</b>(code)<b class=red>.</b><span class=grey>club</span></a></h1> |
︙ | ︙ |
Changes to page_links.php.
︙ | ︙ | |||
320 321 322 323 324 325 326 | </section> <section> <b>Code snippets</b> <li> <a href="http://snipplr.com/">snipplr</a> </section> | | | | 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 | </section> <section> <b>Code snippets</b> <li> <a href="http://snipplr.com/">snipplr</a> </section> <? if (in_array("de", $langs)): ?> <p>Local websites</p> <section> <b>.de</b> <li> <a href="http://www.pro-linux.de/">Pro Linux</a> + <a href="http://www.pro-linux.de/cgi-bin/DBApp/check.cgi">DBApp</a> <li> <a href="http://www.linux-magazin.de/">Linux Magazin</a> <li> <a href="http://www.heise.de/open/">Heise Open</a> + <a href="http://www.heise.de/download/top-downloads-50000505000/?f=5s">SW-Cat</a> <li> <a href="http://www.linux-community.de/">Linux Community</a> <li> <a href="http://wiki.ubuntuusers.de/Software">Ubuntu Users: Software</a> <li> <a href="http://ubuntunews.de/">Ubuntu News</a> </section> <? endif; ?> <?php include("template/table_end.php"); include("template/bottom.php"); ?> |
Changes to page_tags.php.
︙ | ︙ | |||
61 62 63 64 65 66 67 | } ?></p></section><?php #-- sidebar with Trove list ?> <td id=sidebar> <div id=trove_tags class=pick-tags> | | | | 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | } ?></p></section><?php #-- sidebar with Trove list ?> <td id=sidebar> <div id=trove_tags class=pick-tags> <?= tags::trove_select(tags::$tree); ?> </div> </td><?php include("template/table_end.php"); include("template/bottom.php"); ?> |