Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

13
LINES

< > BotCompany Repo | #1011319 // ai_html_linkedWeb

JavaX fragment (include)

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: 391 / 416
Version history: 6 change(s)
Referenced in: [show references]