aboutsummaryrefslogtreecommitdiffstats
path: root/doc/context/profile/help.html
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-04-18 06:47:57 +1000
committerredmatrix <git@macgirvin.com>2016-04-18 06:47:57 +1000
commit5591eac973c934a8e0cd7602e61e1f6aabe08c66 (patch)
tree70cead4d5e43cf94d0cc1f3ebd6977f6b911827c /doc/context/profile/help.html
parentce582ccadaaf91b611d1c2529b2ba21fc36f5f17 (diff)
parentf4cca21fdf99f0cdd9be900c9190f7e5f6590828 (diff)
downloadvolse-hubzilla-5591eac973c934a8e0cd7602e61e1f6aabe08c66.tar.gz
volse-hubzilla-5591eac973c934a8e0cd7602e61e1f6aabe08c66.tar.bz2
volse-hubzilla-5591eac973c934a8e0cd7602e61e1f6aabe08c66.zip
Merge pull request #345 from anaqreon/context-help
New help panel that slides in from the top and pushes the content ...
Diffstat (limited to 'doc/context/profile/help.html')
-rw-r--r--doc/context/profile/help.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/doc/context/profile/help.html b/doc/context/profile/help.html
deleted file mode 100644
index 0d4abb8cb..000000000
--- a/doc/context/profile/help.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<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 profile page of a channel. It typically displays information describing the channel. If the channel represents a person in a social network, for example, then the profile might provide contact information and other personal details about the person. Channels can have multiple profiles, where the displayed profile depends on the observer.</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