Differences From Artifact [8e84b3f442]:
- File src/style.c — part of check-in [54afc94ce0] at 2025-08-16 00:36:03 on branch robot-restrict-simplified — Add the "timelineX" tag to robot-restrict processing. Move /honeypot over to the captcha.c file and have it use the resources found there. (user: drh size: 57990) [more...]
To Artifact [ade005bcb4]:
- File src/style.c — part of check-in [b765e65267] at 2025-08-17 12:10:01 on branch robotck-instant — An experiment in reducing the proof-of-work to a single operation. (This description is intentionally vague.) (user: stephan size: 58029)
| ︙ | |||
824 825 826 827 828 829 830 831 832 833 834 835 836 837 | 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 | + |
headerHasBeenGenerated = 1;
sideboxUsed = 0;
if( g.perm.Debug && P("showqp") ){
@ <div class="debug">
cgi_print_all(0, 0, 0);
@ </div>
}
@ <style>body { z-index: 0 }</style>
fossil_free(zTitle);
}
#if INTERFACE
/* Allowed parameters for style_adunit() */
#define ADUNIT_OFF 0x0001 /* Do not allow ads on this page */
#define ADUNIT_RIGHT_OK 0x0002 /* Right-side vertical ads ok here */
|
| ︙ |