Tags:
view all tags
---+ Bookmarks Application Page This page contains several parts that are used by user bookmark pages. Bookmark pages reside in the %USERSWEB% web and are named <wikiname>Bookmarks, such as !JimmyNeutronBookmarks. ---++ Bookmarks Preview in Account Pulldown Menu %STARTINCLUDE%<div style="float: right; width: 300px;"> <style type="text/css" media="all"> #userBookmarksMenu ul li a { text-decoration: none; color: #333333; border: 0 none; } </style> <table><tr><td valign="top" style="white-space: nowrap"> *Preview:* </td><td valign="top"> %IF{ "' %SKIN% ' ~ '*topmenu*'" then="<nop>" else="$percntINCLUDE{%SYSTEMWEB%.TopMenuSkin}$percnt"}% <div class="twTopMenuTab" id="userBookmarksMenu"> * * [[%WIKIUSERNAME%][ %ICON{"person"}% %MAKETEXT{"Account"}% %ICON{menu-down}%]] %IF{ "context authenticated" then=' * [[%WIKIUSERNAME%][%SPACEOUT{%WIKINAME%}%]]' else="<nop>" }% %IF{ "context registration_supported AND context registration_enabled" then=" * [[%SYSTEMWEB%.TWikiRegistration][%MAKETEXT{"Register User"}%]]" else="<nop>" }% * [[%USERSWEB%.%BASETOPIC%][----- %MAKETEXT{Bookmarks}% -----]] * [[%SCRIPTURL{viewauth}%/%USERSWEB%/%BASETOPIC%?link=%BASEWEB%.%BASETOPIC%;label=%CALC{$NOP(%)ENCODE{$PROPERSPACE($SUBSTRING(.%BASETOPIC%,2,20))}$NOP(%)}%#AddBookmark][Bookmark this page...]] %SEARCH{ "^\| *<\!\-\-BOOKMARK\-\-> *\|" type="regex" web="%USERSWEB%" topic="%BASETOPIC%" multiple="on" nonoise="on" format=" * [[$pattern(\| *<\!\-\-BOOKMARK\-\-> *\| *(.*?) *\|.*)][$pattern(\| *<\!\-\-BOOKMARK\-\-> *\|[^\|]*\| *(.*?) *\|.*)]]" }%<nop> * </div> </td></tr></table> </div>%STOPINCLUDE% <div style="clear: both"></div> ---++ Edit Table Definition <verbatim> %EDITTABLE{ format="| label, 1, <!--BOOKMARK--> | text, 40 | text, 20 |" changerows="add" buttonrow="bottom" editbutton="Edit bookmarks" }% </verbatim> ---++ Comment Plugin Input Form Definition <verbatim> %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% </verbatim> ---++ Comment Plugin Output Form Definition <verbatim> %TMPL:DEF{OUTPUT:bookmark_page_comment_template}%%POS:BEFORE%| <!--BOOKMARK--> | %URLPARAM{ "link" encode="moderate" }% | %URLPARAM{ "label" encode="moderate" }% | %TMPL:END% </verbatim> __Related:__ UserBookmarksTemplate, %USERSWEB%.UserList
Editar
|
Anexar
|
Watch
|
Im
p
rimir
|
H
istórico
:
r4
<
r3
<
r2
<
r1
|
We
b
|
V
er tópico
|
Editar modo texto
|
Mais ações de tópico...
Versão do tópico: r2 - 23 Mar 2012
-
TWikiContributor
Home
Site map
Main web
Sandbox web
TWiki web
Web TWiki
User registration
Usuários
Grupos
Índice
Busca
Alterações
Notificações
Fonte RSS
Estatísticas
Preferências
Ver
Raw View
Print version
Find backlinks
History
More topic actions
Editar
Editar modo texto
Attach file or image
Editar preferências do tópico
Marcar novo tópico pai
More topic actions
Referência do usuário
ATasteOfTWiki
TextFormattingRules
TWikiVariables
FormattedSearch
QuerySearch
TWikiDocGraphics
TWikiSkinBrowser
InstalledPlugins
Manutenção Administrativa
Reference Manual
InterWikis
ManagingUsers
ManagingWebs
TWikiSiteTools
TWikiPreferences
WebPreferences
Categorias
Admin Documentation
Admin Tools
Developer Doc
User Documentation
User Tools
Account
Iniciar sessão
Български
Cesky
Dansk
Deutsch
English
Español
_Français_
Italiano
日本語
한글
Nederlands
Polski
Português
Русский
Svenska
简体中文
簡體中文
Editar
Anexar
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Idéias, solicitações, problemas com relação ao TWiki?
Nos dê um retorno
Note:
Please contribute updates to this topic on TWiki.org at
TWiki:TWiki.UserBookmarks
.