Fossil SCM

added cross references for help

wolfgang 2010-10-10 13:38 wolfgangHelpCmd
Commit c3bf3c0c6370005b3fe084cd91e40a75c60ad427
--- src/descendants.c
+++ src/descendants.c
@@ -295,11 +295,11 @@
295295
@ <a href="%s(g.zBaseURL)/timeline?p=%d(rid)">[timeline]</a>
296296
}
297297
}
298298
299299
/*
300
-** WEBPAGE: leaves
300
+** WEBPAGE: leaves
301301
**
302302
** Find leaves of all branches.
303303
*/
304304
void leaves_page(void){
305305
Stmt q;
@@ -354,7 +354,7 @@
354354
@ function xin(id){
355355
@ }
356356
@ function xout(id){
357357
@ }
358358
@ </script>
359
- style_footer();
359
+ style_footer_cmdref("leaves",0);
360360
}
361361
--- src/descendants.c
+++ src/descendants.c
@@ -295,11 +295,11 @@
295 @ <a href="%s(g.zBaseURL)/timeline?p=%d(rid)">[timeline]</a>
296 }
297 }
298
299 /*
300 ** WEBPAGE: leaves
301 **
302 ** Find leaves of all branches.
303 */
304 void leaves_page(void){
305 Stmt q;
@@ -354,7 +354,7 @@
354 @ function xin(id){
355 @ }
356 @ function xout(id){
357 @ }
358 @ </script>
359 style_footer();
360 }
361
--- src/descendants.c
+++ src/descendants.c
@@ -295,11 +295,11 @@
295 @ <a href="%s(g.zBaseURL)/timeline?p=%d(rid)">[timeline]</a>
296 }
297 }
298
299 /*
300 ** WEBPAGE: leaves
301 **
302 ** Find leaves of all branches.
303 */
304 void leaves_page(void){
305 Stmt q;
@@ -354,7 +354,7 @@
354 @ function xin(id){
355 @ }
356 @ function xout(id){
357 @ }
358 @ </script>
359 style_footer_cmdref("leaves",0);
360 }
361
+1 -1
--- src/info.c
+++ src/info.c
@@ -931,11 +931,11 @@
931931
blob_reset(&c1);
932932
blob_reset(&c2);
933933
@ %h(blob_str(&diff))
934934
@ </pre></blockquote>
935935
blob_reset(&diff);
936
- style_footer();
936
+ style_footer_cmdref("diff",0);
937937
}
938938
939939
/*
940940
** WEBPAGE: raw
941941
** URL: /raw?name=ARTIFACTID&m=TYPE
942942
--- src/info.c
+++ src/info.c
@@ -931,11 +931,11 @@
931 blob_reset(&c1);
932 blob_reset(&c2);
933 @ %h(blob_str(&diff))
934 @ </pre></blockquote>
935 blob_reset(&diff);
936 style_footer();
937 }
938
939 /*
940 ** WEBPAGE: raw
941 ** URL: /raw?name=ARTIFACTID&m=TYPE
942
--- src/info.c
+++ src/info.c
@@ -931,11 +931,11 @@
931 blob_reset(&c1);
932 blob_reset(&c2);
933 @ %h(blob_str(&diff))
934 @ </pre></blockquote>
935 blob_reset(&diff);
936 style_footer_cmdref("diff",0);
937 }
938
939 /*
940 ** WEBPAGE: raw
941 ** URL: /raw?name=ARTIFACTID&m=TYPE
942
+1 -1
--- src/tag.c
+++ src/tag.c
@@ -531,11 +531,11 @@
531531
@ <li><span class="tagDsp">%h(zName)</span></li>
532532
}
533533
}
534534
@ </ul>
535535
db_finalize(&q);
536
- style_footer_cmdref("tags","list");
536
+ style_footer_cmdref("tag","list");
537537
}
538538
539539
/*
540540
** Draw the names of all tags added to check-in rid. Only tags
541541
** that are directly applied to rid are named. Propagated tags
542542
--- src/tag.c
+++ src/tag.c
@@ -531,11 +531,11 @@
531 @ <li><span class="tagDsp">%h(zName)</span></li>
532 }
533 }
534 @ </ul>
535 db_finalize(&q);
536 style_footer_cmdref("tags","list");
537 }
538
539 /*
540 ** Draw the names of all tags added to check-in rid. Only tags
541 ** that are directly applied to rid are named. Propagated tags
542
--- src/tag.c
+++ src/tag.c
@@ -531,11 +531,11 @@
531 @ <li><span class="tagDsp">%h(zName)</span></li>
532 }
533 }
534 @ </ul>
535 db_finalize(&q);
536 style_footer_cmdref("tag","list");
537 }
538
539 /*
540 ** Draw the names of all tags added to check-in rid. Only tags
541 ** that are directly applied to rid are named. Propagated tags
542
+3 -3
--- src/wiki.c
+++ src/wiki.c
@@ -384,11 +384,11 @@
384384
@ <input type="submit" name="cancel" value="Cancel" />
385385
@ </div></form>
386386
if( !isSandbox ){
387387
manifest_clear(&m);
388388
}
389
- style_footer();
389
+ style_footer_cmdref("wiki",0);
390390
}
391391
392392
/*
393393
** WEBPAGE: wikinew
394394
** URL /wikinew
@@ -417,11 +417,11 @@
417417
@ </p></form>
418418
if( zName[0] ){
419419
@ <p><span class="wikiError">
420420
@ "%h(zName)" is not a valid wiki page name!</span></p>
421421
}
422
- style_footer();
422
+ style_footer_cmdref("wiki","create");
423423
}
424424
425425
426426
/*
427427
** Append the wiki text for an remark to the end of the given BLOB.
@@ -603,11 +603,11 @@
603603
db_prepare(&q, zSQL);
604604
free(zSQL);
605605
zWikiPageName = zPageName;
606606
www_print_timeline(&q, TIMELINE_ARTID, wiki_history_extra);
607607
db_finalize(&q);
608
- style_footer();
608
+ style_footer_cmdref("timeline",0);
609609
}
610610
611611
/*
612612
** WEBPAGE: wdiff
613613
** URL: /whistory?name=PAGENAME&a=RID1&b=RID2
614614
--- src/wiki.c
+++ src/wiki.c
@@ -384,11 +384,11 @@
384 @ <input type="submit" name="cancel" value="Cancel" />
385 @ </div></form>
386 if( !isSandbox ){
387 manifest_clear(&m);
388 }
389 style_footer();
390 }
391
392 /*
393 ** WEBPAGE: wikinew
394 ** URL /wikinew
@@ -417,11 +417,11 @@
417 @ </p></form>
418 if( zName[0] ){
419 @ <p><span class="wikiError">
420 @ "%h(zName)" is not a valid wiki page name!</span></p>
421 }
422 style_footer();
423 }
424
425
426 /*
427 ** Append the wiki text for an remark to the end of the given BLOB.
@@ -603,11 +603,11 @@
603 db_prepare(&q, zSQL);
604 free(zSQL);
605 zWikiPageName = zPageName;
606 www_print_timeline(&q, TIMELINE_ARTID, wiki_history_extra);
607 db_finalize(&q);
608 style_footer();
609 }
610
611 /*
612 ** WEBPAGE: wdiff
613 ** URL: /whistory?name=PAGENAME&a=RID1&b=RID2
614
--- src/wiki.c
+++ src/wiki.c
@@ -384,11 +384,11 @@
384 @ <input type="submit" name="cancel" value="Cancel" />
385 @ </div></form>
386 if( !isSandbox ){
387 manifest_clear(&m);
388 }
389 style_footer_cmdref("wiki",0);
390 }
391
392 /*
393 ** WEBPAGE: wikinew
394 ** URL /wikinew
@@ -417,11 +417,11 @@
417 @ </p></form>
418 if( zName[0] ){
419 @ <p><span class="wikiError">
420 @ "%h(zName)" is not a valid wiki page name!</span></p>
421 }
422 style_footer_cmdref("wiki","create");
423 }
424
425
426 /*
427 ** Append the wiki text for an remark to the end of the given BLOB.
@@ -603,11 +603,11 @@
603 db_prepare(&q, zSQL);
604 free(zSQL);
605 zWikiPageName = zPageName;
606 www_print_timeline(&q, TIMELINE_ARTID, wiki_history_extra);
607 db_finalize(&q);
608 style_footer_cmdref("timeline",0);
609 }
610
611 /*
612 ** WEBPAGE: wdiff
613 ** URL: /whistory?name=PAGENAME&a=RID1&b=RID2
614

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button