MichaelDaumLeftBar

%STARTINCLUDE%
---
<h2 > <div class="myLinks">My links <a href="%SCRIPTURLPATH{"edit"}%/%WEB%/%TOPIC%?t=%GMTIME{"$epoch"}%">%JQICON{"pencil"}%</a></div></h2>
   * [[Development.BuildingARelease][Building a Release]]
   * [[Tasks.ReleaseNotesTml][Release Notes Query]]
   * [[Tasks.FixesReleaseNotesTml][Release Notes TML]]
   * [[Tasks.TasksAssignedToMe][Tasks Assigned to Me]]
   * [[Extensions.ExtensionNews][Extension News]]
   * [[Sandbox.MichaelDaumSandbox][My Sandbox]]
   * [[Sandbox.MichaelDaumSandbox2][My Sandbox2]]
   * [[Main.SitePreferences][SitePreferences]]
   * [[Community.Finance.WebHome][Community Finance]]
   * [[Community.CurrentFoswikiMembers][Current Foswiki Members]]
   * [[System.RemoveUser][RemoveUser]]
   * [[Main.WikiGroups][WikiGroups]]
   * [[Main.UserTopicQualityCheck][UserTopicQualityCheck]]
   * [[Trash.WebHome][Trash]]
   * [[Tasks.FixesReleaseNotes][Fixes Release Notes]]
   * [[System.FoswikiServerInformation][FoswikiServerInformation]]
   * [[%SCRIPTURLPATH{"configure"}%][Foswiki Configure]]
<literal>
<script>
jQuery(function($) {
   $(".myLinks").on("mouseenter", function() {
      $(this).find("a").show();
   }).on("mouseleave", function() {
      $(this).find("a").hide();
   });
});
</script>
<style>
.myLinks a {
   display:none;
}
#patternSideBarContents .myLinks img {
   vertical-align:baseline;
}
</style>
</literal>
%STOPINCLUDE%
Topic revision: r18 - 17 Jan 2024, MichaelDaum
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy