diff options
author | Andrew Manning <andrew@reticu.li> | 2016-03-26 14:31:41 -0400 |
---|---|---|
committer | Andrew Manning <andrew@reticu.li> | 2016-03-26 14:31:41 -0400 |
commit | c25ef1d9a86193eb5b96484d9bfaae0bd4166653 (patch) | |
tree | 07f5cc158af2394f29a4273dab504d64e26946f4 /doc/context/channel/help.html | |
parent | 661b0084f3d819532c4c97c840a189d7e0c7a93d (diff) | |
download | volse-hubzilla-c25ef1d9a86193eb5b96484d9bfaae0bd4166653.tar.gz volse-hubzilla-c25ef1d9a86193eb5b96484d9bfaae0bd4166653.tar.bz2 volse-hubzilla-c25ef1d9a86193eb5b96484d9bfaae0bd4166653.zip |
Search docs/context/ hierarchically for help.html files to reduce redundancy
Diffstat (limited to 'doc/context/channel/help.html')
-rw-r--r-- | doc/context/channel/help.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/context/channel/help.html b/doc/context/channel/help.html new file mode 100644 index 000000000..8c3d1e422 --- /dev/null +++ b/doc/context/channel/help.html @@ -0,0 +1,20 @@ +<script> + var contextualHelp1 = function (target, openSidePanel) { + $("#help-content").removeClass('help-content-open'); // Close the help panel + $("#navbar-collapse-1").removeClass('in'); // Collapse the navbar for small screens + if (openSidePanel) { + $("main").addClass('region_1-on'); // Open the side panel to highlight element + } else { + $("main").removeClass('region_1-on'); + } + // Animate the page scroll to the element and then pulse the element to direct attention + $('html,body').animate({scrollTop: $(target).offset().top - $('#navbar-collapse-1').height() - 20}, 'slow'); + for (i = 0; i < 3; i++) { + $(target).fadeTo('slow', 0.1).fadeTo('slow', 1.0); + } + } +</script> +<dl class="dl-horizontal"> + <dt>General</dt> + <dd>This is the home page of a channel. It is similar to someone's "wall" in a social network context.</dd> +</dl>
\ No newline at end of file |