static S ai_html_linkedWeb(GlobalID globalID) { ret ai_html_linkedWeb(str(globalID)); } static S ai_html_linkedWeb(S globalID) { ret ahref(ai_html_webLink(globalID), htmlencode(globalID)); } ifclass Web static S ai_html_linkedWeb(Web web) { ret web == null ? "-" : ai_html_linkedWeb(web.globalID()); } endif
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1011319 |
Snippet name: | ai_html_linkedWeb |
Eternal ID of this version: | #1011319/7 |
Text MD5: | 49586fd2394fad08d6097d73ec827eab |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-12-25 20:51:32 |
Source code size: | 327 bytes / 13 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 468 / 485 |
Version history: | 6 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1011358 - ai_html_webLink #1011881 - ai_html_linkedWebWithThumbs #1011883 - ai_html_linkedWeb_icon |