Fossil

Check-in [e03610b1]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Show the option box to select the viewing mode for the Leaves web page.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | fix-timeline-view
Files: files | file ages | folders
SHA3-256: e03610b1d2cfdcf81d78a6ca6d4bc16a557a6dcfcce3c39a96c7d23acdbc772a
User & Date: florian 2018-12-24 07:11:00.000
Context
2018-12-24
12:11
Add timeline query parameters 'ng', 'brbg' and 'ubg' for the Leaves web page. ... (check-in: 2ac6b507 user: florian tags: fix-timeline-view)
07:11
Show the option box to select the viewing mode for the Leaves web page. ... (check-in: e03610b1 user: florian tags: fix-timeline-view)
06:40
Restore background colors and clickable nodes for the Leaves web page. ... (check-in: d28f9e99 user: florian tags: fix-timeline-view)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/descendants.c.
473
474
475
476
477
478
479


480
481
482
483
484
485
486
    style_submenu_element("Closed", "leaves?closed");
  }
  if( showClosed || showAll ){
    style_submenu_element("Open", "leaves");
  }
  style_header("Leaves");
  login_anonymous_available();


#if 0
  style_sidebox_begin("Nomenclature:", "33%");
  @ <ol>
  @ <li> A <div class="sideboxDescribed">leaf</div>
  @ is a check-in with no descendants in the same branch.</li>
  @ <li> An <div class="sideboxDescribed">open leaf</div>
  @ is a leaf that does not have a "closed" tag







>
>







473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
    style_submenu_element("Closed", "leaves?closed");
  }
  if( showClosed || showAll ){
    style_submenu_element("Open", "leaves");
  }
  style_header("Leaves");
  login_anonymous_available();
  timeline_ss_submenu();
  cookie_render();
#if 0
  style_sidebox_begin("Nomenclature:", "33%");
  @ <ol>
  @ <li> A <div class="sideboxDescribed">leaf</div>
  @ is a check-in with no descendants in the same branch.</li>
  @ <li> An <div class="sideboxDescribed">open leaf</div>
  @ is a leaf that does not have a "closed" tag