Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Bookmarks Application PageThis page contains several parts that are used by user bookmark pages. Bookmark pages reside in the Main web and are named <wikiname>Bookmarks, such as JimmyNeutronBookmarks. | ||||||||
Line: 45 to 45 | ||||||||
Changed: | ||||||||
< < | ||||||||
> > |
<--Hide table when adding link--> <--/Hide table when adding link--> | |||||||
Edit Table Definition | ||||||||
Line: 56 to 58 | ||||||||
Comment Plugin Input Form Definition | ||||||||
Changed: | ||||||||
< < | %TMPL:DEF{PROMPT:bookmark_page_comment_template}% | |||||||
> > | %TMPL:DEF{PROMPT:bookmark_page_comment_template}%<--Hide table when adding link--> | |||||||
Add Bookmark | ||||||||
Added: | ||||||||
> > | ||||||||
Visit any topic and select "Bookmark this page" in the "Account" pulldown menu. Alternatively, add a bookmark here. | ||||||||
Added: | ||||||||
> > | ||||||||
| ||||||||
Line: 86 to 96 | ||||||||
Added: | ||||||||
> > | Cancel | |||||||
| ||||||||
Line: 103 to 115 | ||||||||
} disableSubmitIfEmpty(); | ||||||||
Deleted: | ||||||||
< < | ||||||||
<--/commentPlugin--> %TMPL:END% | ||||||||
Line: 120 to 126 | ||||||||
%TMPL:END% | ||||||||
Changed: | ||||||||
< < | Related: UserBookmarksTemplate, UserList | |||||||
> > | Related: UserBookmarksTemplate, UserList, PatternSkin |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Bookmarks Application PageThis page contains several parts that are used by user bookmark pages. Bookmark pages reside in the Main web and are named <wikiname>Bookmarks, such as JimmyNeutronBookmarks. | ||||||||
Line: 6 to 6 | ||||||||
Bookmarks Preview in Account Pulldown Menu | ||||||||
Added: | ||||||||
> > | ||||||||
| ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
%IF{ |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > | Bookmarks Application PageThis page contains several parts that are used by user bookmark pages. Bookmark pages reside in the Main web and are named <wikiname>Bookmarks, such as JimmyNeutronBookmarks.Bookmarks Preview in Account Pulldown MenuEdit Table Definition%EDITTABLE{ format="| label, 1, <!--BOOKMARK--> | text, 40 | text, 20 |" changerows="add" buttonrow="bottom" editbutton="Edit bookmarks" }% Comment Plugin Input Form Definition%TMPL:DEF{PROMPT:bookmark_page_comment_template}%<div class="commentPlugin commentPluginPromptBox" style="display: %IF{ "defined 'ettablenr'" then="none" else="block" }%"> #AddBookmark ---++ Add Bookmark <table border="0" style="background-color: #f4f4f8; padding: 10px; margin-top: -6px"> <tr><th> </th><th colspan="2"> *Link:* %GRAY% =Web.TopicName= or =URL= %ENDCOLOR% </th><th colspan="3"> *Link Label:* %GRAY% keep it short %ENDCOLOR% </th> </tr> <tr><td align="right"> <tt>[<nop>[</tt> </td><td> <input type="text" name="link" id="linkTarget" value="%URLPARAM{ "link" encode="html" }%" size="35" class="twikiInputField" style="font-size: 95%" onKeyUp="disableSubmitIfEmpty()" /> </td><td> <tt>][</tt> </td><td> <input type="text" name="label" id="linkLabel" value="%URLPARAM{ "label" encode="html" }%" size="20" class="twikiInputField" style="font-size: 95%" onKeyUp="disableSubmitIfEmpty()" /> </td><td> <tt>]<nop>]</tt> </td><td> <input %DISABLED% type="submit" id="bookmarkSubmit" value="%button|Add Bookmark%" class="twikiButton" /> </td></tr> <tr><td> Example: </td><td colspan="2"> =Engineering.StatusReport= </td><td colspan="3"> =Status report= </td></tr> </table> <script language="javascript"> function disableSubmitIfEmpty() { var linkTargetValue = document.getElementById( "linkTarget" ).value; var linkLabelValue = document.getElementById( "linkLabel" ).value; document.getElementById( "bookmarkSubmit" ).disabled = !(linkTargetValue && linkLabelValue); } disableSubmitIfEmpty(); </script> <div style="display: %IF{ "defined 'link'" then="block" else="none" }%"> <span style="background-color: #fcf995; margin-top: 30px; padding: 5px;"> %T% Modify the Link Label if desired, and press "Add Bookmark" to create a bookmark for [[%URLPARAM{ "link" encode="html" }%]]. </span> </div> </div><!--/commentPlugin--> %BR%%TMPL:END% Comment Plugin Output Form Definition%TMPL:DEF{OUTPUT:bookmark_page_comment_template}%%POS:BEFORE%| <!--BOOKMARK--> | %URLPARAM{ "link" encode="moderate" }% | %URLPARAM{ "label" encode="moderate" }% | %TMPL:END%Related: UserBookmarksTemplate, UserList |
Add Bookmark