diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-05 15:24:42 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-05 15:24:42 +0200 |
commit | d99a1d8de0d21011879896a1cc2d9f3dd52b2bbd (patch) | |
tree | 9a5698ecd3fc841316000761701f48ecfb688489 /doc/context/photos/help.html | |
parent | 0012030826030af1065d59b50aca16412be96caa (diff) | |
parent | ec41170121fc364b7d7394080c29f646720ad923 (diff) | |
download | volse-hubzilla-d99a1d8de0d21011879896a1cc2d9f3dd52b2bbd.tar.gz volse-hubzilla-d99a1d8de0d21011879896a1cc2d9f3dd52b2bbd.tar.bz2 volse-hubzilla-d99a1d8de0d21011879896a1cc2d9f3dd52b2bbd.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'doc/context/photos/help.html')
-rw-r--r-- | doc/context/photos/help.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/context/photos/help.html b/doc/context/photos/help.html new file mode 100644 index 000000000..f41611f8d --- /dev/null +++ b/doc/context/photos/help.html @@ -0,0 +1,22 @@ +<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 page displays a channel's photo albums. The images visible to the observer depend on the individual image permissions.</dd> + <dt><a href='#' onclick='contextualHelp1("#tabs-collapse-1", 0); return false;' title="Click to highlight element...">Channel Content Tabs</a></dt> + <dd>The channel content tabs are links to other content published by the channel. The <b>About</b> tab links to the channel profile. The <b>Photos</b> tab links to the channel photo galleries. The <b>Files</b> tab links to the general shared files published by the channel.</dd> +</dl>
\ No newline at end of file |