740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
|
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
|
-
-
+
+
|
/*
** Emit Forum Javascript which applies (or optionally can apply)
** to all forum-related pages. It does not include page-specific
** code (e.g. "forum.js").
*/
static void forum_emit_js(void){
builtin_fossil_js_bundle_or("dom", "copybutton", "pikchr", 0);
builtin_emit_fossil_js_apis("page.forumpost", 0);
builtin_fossil_js_bundle_or("copybutton", "pikchr", 0);
builtin_request_js("fossil.page.forumpost.js");
}
/*
** WEBPAGE: forumpost
**
** Show a single forum posting. The posting is shown in context with
** its entire thread. The selected posting is enclosed within
|