2018-07-28 07:25:12 +10:00
<!doctype html>
2018-09-12 02:49:41 +10:00
< html lang = "en" >
2018-07-28 07:25:12 +10:00
< head >
< title > TheDesk< / title >
< meta content = "width=device-width,initial-scale=1.0" name = "viewport" >
2018-09-12 02:49:41 +10:00
< link href = "../../css/materialize.css" type = "text/css" rel = "stylesheet" >
< link href = '../../css/font-awesome.css' rel = 'stylesheet' type = 'text/css' >
< link href = "../../css/themes.css" type = "text/css" rel = "stylesheet" >
< link href = '../../css/tl.css' rel = 'stylesheet' type = 'text/css' >
< link href = '../../css/userdata.css' rel = 'stylesheet' type = 'text/css' >
< link href = '../../css/post.css' rel = 'stylesheet' type = 'text/css' >
< link href = "../../css/master.css" type = "text/css" rel = "stylesheet" >
< link href = '../../css/sort.css' rel = 'stylesheet' type = 'text/css' >
2018-07-28 07:25:12 +10:00
< link href = "https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300|Baloo+Bhai" rel = "stylesheet" >
< meta charset = "utf-8" >
< / head >
< body >
2018-09-12 02:49:41 +10:00
< script type = "text/javascript" src = "../../js/common/jquery.js" > < / script >
< script type = "text/javascript" src = "../../js/platform/first.js" > < / script >
< script type = "text/javascript" src = "../../js/common/materialize.js" > < / script >
< script type = "text/javascript" src = "../../js/lang/lang.js" > < / script >
< script type = "text/javascript" src = "../../js/lang/parse.lang.js" > < / script >
< script type = "text/javascript" src = "../../js/common/time.js" > < / script >
< script type = "text/javascript" src = "../../js/common/version.js" > < / script >
< script type = "text/javascript" src = "../../js/common/keyshortcut.js" > < / script >
< script type = "text/javascript" src = "../../js/common/modal.js" > < / script >
< script type = "text/javascript" src = "../../js/ui/jquery-ui.min.js" > < / script >
2018-07-28 07:25:12 +10:00
< script >
2019-01-22 03:24:15 +11:00
var ver="Miria (17.0.1)";
2018-07-28 07:25:12 +10:00
//betaを入れるとバージョンチェックしない
2018-07-30 03:35:29 +10:00
//GitHubに上げるときはindex.htmlをちゃんとする。(index.start.html)
2018-07-28 07:25:12 +10:00
//var ver="beta";
2018-09-06 02:53:12 +10:00
//WinstoreではバージョンCK・言語・Misskeyトークンの機能が排除
var winstore=false;
2018-07-28 07:25:12 +10:00
var acct_id=0;
var tlid=0;
2018-09-12 02:49:41 +10:00
var lang="en";
2018-12-09 05:46:01 +11:00
verck(ver,winstore);
2018-07-28 07:25:12 +10:00
< / script >
< textarea id = "copy" style = "top:-100px; position:fixed;" > < / textarea >
< div id = "tl" >
<!-- TL -->
<!-- ドラッグハンドラ -->
< div id = "drag" >
2018-09-12 02:49:41 +10:00
< div id = "drag-content" data-trans = "drag_here" > Drag here to upload
2018-07-28 07:25:12 +10:00
< br >
2018-09-12 02:49:41 +10:00
< button class = "btn waves-effect" onclick = "closedrop()" data-trans = "close" > Close< / button >
2018-07-28 07:25:12 +10:00
< / div >
< / div >
< / div >
< div id = "post-box" class = "z-depth-3" >
<!-- トゥートボックス -->
< div class = "row" style = "margin-bottom:0;" >
< / span >
< div class = "" style = "float:left;" >
< a onclick = "profShow()" style = "vertical-align:-2.5rem;" class = "pointer mize" >
2018-09-12 02:49:41 +10:00
< img src = "../../img/missing.svg" id = "acct-sel-prof" title = "Show profile of the selecting account(Ctrl+Shift+P)" data-trans-title = "post_box_prof" width = "24px" >
2018-07-28 07:25:12 +10:00
< / a >
< / div >
< div class = "input-field mize" style = "float:left; width:calc(100% - 24px)" >
< select id = "post-acct-sel" class = "acct-sel" onchange = "mdCheck()" > < / select >
< / div >
< span class = "cancel" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons waves-effect" onclick = "hide()" title = "Close this box(X)" data-trans-title = "post_box_close" > cancel< / i >
2018-07-28 07:25:12 +10:00
< / span >
<!-- Markdown -->
< div class = "row" style = "margin-bottom:0" >
< div class = "markdown mize hide" >
< div class = "col s12" >
< i class = "material-icons pointer setting waves-effect" onclick = "tagsel('b')" title = "太字(Ctrl+B)テキストボックス内を選択してから押すと囲みます。" > format_bold< / i >
< i class = "material-icons pointer setting waves-effect" onclick = "tagsel('i')" title = "斜字(Ctrl+I)テキストボックス内を選択してから押すと囲みます。" > format_italic< / i >
< i class = "material-icons pointer setting waves-effect" onclick = "tagsel('u')" title = "下線(Ctrl+U)テキストボックス内を選択してから押すと囲みます。" > format_underlined< / i >
< i class = "material-icons pointer setting waves-effect" onclick = "tagsel('s')" title = "取り消し(Ctrl+S)テキストボックス内を選択してから押すと囲みます。" > strikethrough_s< / i >
< i class = "material-icons pointer setting waves-effect" onclick = "markdown('>','no','yes')" title = "引用" > format_quote< / i >
< i class = "material-icons pointer setting waves-effect" onclick = "markdown('#','no','yes')" title = "見出し" > short_text< / i >
< i class = "material-icons pointer setting waves-effect" onclick = "markdown('`','yes','no')" title = "コード挿入 テキストボックス内を選択してから押すと囲みます。" > code< / i >
< i class = "material-icons pointer setting waves-effect" onclick = "markdown('- ','yes','yes')" title = "箇条書きリスト" > format_list_bulleted< / i >
< i class = "material-icons pointer setting waves-effect" onclick = "markdown('1. ','yes','yes')" title = "番号付きリスト" > format_list_numbered< / i >
< i class = "pointer setting fa fa-subscript waves-effect" onclick = "markdown('__','yes','no','before')" title = "下付き文字 テキストボックス内を選択してから押すと囲みます。" style = "font-size:1.5rem" > < / i >
< i class = "pointer setting fa fa-superscript waves-effect" onclick = "markdown('_','yes','no','before')" title = "上付き文字 テキストボックス内を選択してから押すと囲みます。" style = "font-size:1.5rem" > < / i >
< i class = "material-icons pointer setting waves-effect" onclick = "tagsel('spin')" title = "回転 テキストボックス内を選択してから押すと囲みます。" > autorenew< / i >
< i class = "material-icons pointer setting waves-effect" onclick = "tagsel('pulse')" title = "点滅 テキストボックス内を選択してから押すと囲みます。" > flare< / i >
< i class = "material-icons pointer setting waves-effect" onclick = "tagsel('flip=vertical')" title = "上下反転 テキストボックス内を選択してから押すと囲みます。" > swap_vert< / i >
< i class = "material-icons pointer setting waves-effect" onclick = "tagsel('flip=horizontal')" title = "左右反転 テキストボックス内を選択してから押すと囲みます。" > swap_horiz< / i >
< span class = "sml gray pointer waves-effect" >
< a onclick = "mdToggle()" > Markdownエディタを隠す< / a >
< / span >
< br >
< i class = "material-icons pointer setting waves-effect" onclick = "tagsel('size')" title = "文字サイズ変更 テキストボックス内を選択してから押すと囲みます。" > format_size< / i >
< input id = "size" style = "width: calc(50% - 20px); margin: 0; height: 24px;" value = "12" > px
< i class = "material-icons pointer setting waves-effect" onclick = "tagsel('colorhex')" title = "文字色変更 テキストボックス内を選択してから押すと囲みます。" > color_lens< / i >
< input id = "colorhex" style = "width: calc(50% - 50px); margin: 0; height: 24px;" type = "color" >
< br >
< i class = "material-icons pointer setting waves-effect" onclick = "markdownLink()" title = "リンク挿入" > link< / i >
< input id = "linkt" style = "width: calc(50% - 20px); margin: 0; height: 24px;" placeholder = "リンクテキスト" >
< input id = "link2" style = "width: calc(50% - 20px); margin: 0; height: 24px;" placeholder = "リンクアドレス" >
< br >
< i class = "material-icons pointer setting waves-effect" onclick = "markdownImage()" title = "インライン画像挿入" > image< / i >
< input id = "image" style = "width: calc(50% - 20px); margin: 0; height: 24px;" placeholder = "代替テキスト" >
< input id = "image2" style = "width: calc(50% - 20px); margin: 0; height: 24px;" placeholder = "画像アドレス" >
< / div >
< / div >
< div class = "input-field col s12" id = "preview-field" style = "margin-top: 0;" >
< div id = "md-preview" >
< / div >
< span class = "sml gray pointer" >
< a onclick = "previewEdit()" > Edit< / a >
< / span >
< / div >
< div class = "input-field col s12" id = "toot-field" style = "margin-top: 10px;" >
< textarea id = "textarea" class = "materialize-textarea unmize" style = "margin-bottom:0;" data-length = "500" > < / textarea >
2018-09-12 02:49:41 +10:00
< label for = "textarea" data-trans = "toot" > Toot< / label >
2018-07-28 07:25:12 +10:00
< br >
< span class = "sml gray pointer markdown mize" id = "preview-btn" >
< a onclick = "preview()" > Preview< / a >
< / span >
< span class = "sml gray pointer anti-markdown mize" >
< a onclick = "mdToggle()" > Markdownエディタを表示< / a >
< / span >
< span id = "suggest" > < / span >
< / div >
< div class = "col s12 mize" style = "margin-top: 0; display:flex; justify-content: space-between" >
2018-09-12 02:49:41 +10:00
< i class = "waves-effect gray material-icons" id = "nsfw" title = "Mark media as sensitive" onclick = "nsfw()" > visibility_off< / i >
2018-07-28 07:25:12 +10:00
< i class = "waves-effect gray material-icons purple-text dropdown-button" data-activates = 'dropdown1' id = "vis-icon" > public< / i >
2018-09-12 02:49:41 +10:00
< a class = "waves-effect gray" id = "cw" onclick = "cw()" title = "Hide text behind warning" > CW< / a >
< span > < span id = "imgup" > < / span > < span id = "imgsel" > < i class = "waves-effect material-icons gray" onclick = "fileselect()" title = "Attach.." > photo_library< / i > < / span > < / span >
2018-09-20 01:10:53 +10:00
< i class = "waves-effect gray material-icons" onclick = "emojiToggle()" id = "emojibtn" title = "Emojis" > tag_faces< / i >
2019-01-22 03:24:15 +11:00
< i class = "waves-effect gray material-icons dropdown-button" data-activates = 'dropdown2' > more_vert< / i >
2018-09-12 02:49:41 +10:00
< i class = "material-icons nex gray waves-effect" title = "Clear toot box(Ctrl+Shit+C)" data-trans-title = "post_box_clear" id = "clear" > clear< / i >
2018-07-28 07:25:12 +10:00
< / div >
< div class = "col s12 mize" style = "margin-bottom:5px; padding:0;" >
< div id = "taglist" > < / div >
< span id = "preview" class = "mize" > < / span >
2018-09-12 02:49:41 +10:00
< span class = " sml mize" > < span data-trans = "reply" > Reply< / span > :
< span id = "rec" > No< / span > /< span data-trans = "file" > Attaching files< / span > :
< span id = "mec" > None< / span > /< span data-trans = "vis" > Adjust status privacy< / span > :
2018-07-28 07:25:12 +10:00
< span id = "vis" > public< / span >
< / span >
< br >
2018-09-12 02:49:41 +10:00
< input type = "text" id = "cw-text" placeholder = "Warning text" class = "mize" style = "margin:0" >
2019-01-22 03:24:15 +11:00
< div id = "sch-box" > Post at< br > < span class = "sml" > 2.7.0~ Minimum time gap:5min(clock on the server may not be accurate.)< / span > < br >
< input type = "datetime-local" id = "sch-date" placeholder = "Scheduled toot" class = "datepicker" style = "margin:0" >
< / div >
2018-07-28 07:25:12 +10:00
< / div >
< / div >
<!-- 公開範囲 Dropdown Structure -->
< ul id = 'dropdown1' class = 'dropdown-content' >
2018-09-12 02:49:41 +10:00
< li style = "font-size: 16px; display: block; line-height: 22px; padding: 14px 16px;" > Adjust status privacy< / li >
2018-07-28 07:25:12 +10:00
< li >
2018-09-12 02:49:41 +10:00
< a onclick = "vis('public')" > (Public)< / a >
2018-07-28 07:25:12 +10:00
< / li >
< li >
2018-09-12 02:49:41 +10:00
< a onclick = "vis('unlisted')" > (Unlisted)< / a >
2018-07-28 07:25:12 +10:00
< / li >
< li >
2018-09-12 02:49:41 +10:00
< a onclick = "vis('private')" id = "private-button" > (Private)< / a >
2018-07-28 07:25:12 +10:00
< / li >
< li id = "limited-button" class = "hide" >
< a onclick = "vis('limited')" > 限定公開(Limited)< / a >
< / li >
2018-09-06 02:47:27 +10:00
< li id = "local-button" class = "hide" >
2018-09-12 02:49:41 +10:00
< a onclick = "vis('local')" > Local only(Local)< / a >
2018-09-06 02:47:27 +10:00
< / li >
2018-07-28 07:25:12 +10:00
< li >
2018-09-12 02:49:41 +10:00
< a onclick = "vis('direct')" class = "disabled direct" > (Direct)< / a >
2018-07-28 07:25:12 +10:00
< / li >
< / ul >
2019-01-22 03:24:15 +11:00
<!-- その他 Dropdown Structure -->
< ul id = 'dropdown2' class = 'dropdown-content' >
< li >
< a onclick = "adobe()" > Adobe Photo Editor< / a >
< / li >
< li >
< a onclick = "nowplaying('spotify');" > Spotify NowPlaying< / a >
< / li >
< li >
< a onclick = "nowplaying('itunes');" > iTunes NowPlaying(macOS)< / a >
< / li >
< li >
< a onclick = "schedule();" > Scheduled toot< / a >
< / li >
< / ul >
2018-07-28 07:25:12 +10:00
<!-- hidden area -->
< input type = "hidden" id = "reply" >
< input type = "hidden" id = "media" >
<!-- END hidden area -->
< / div >
< div id = "toot-btn-field" >
2018-09-19 02:41:48 +10:00
< button class = "btn waves-effect indigo unmize toot-btn-group" onclick = "post()" id = "toot-post-btn" > Toot< / button >
< button class = "btn waves-effect indigo darken-3 unmize hide toot-btn-group" onclick = "sec()" id = "toot-sec-btn" > < i class = "material-icons" id = "toot-sec-icon" title = "Secondary Toot" > lock_open< / i > < / button >
2018-07-28 07:25:12 +10:00
< / div >
< / div >
<!-- 絵文字ピッカー -->
< div id = "emoji" class = "hide shared z-depth-4" >
2018-09-12 02:49:41 +10:00
< span class = "gray sml" >
< a onclick = "emojiGet('true')" class = "pointer" > Refresh emojis list< / a >
< i class = "material-icons waves-effect" onclick = "emoji()" title = "Close this box" data-trans-title = "post_box_close" > cancel< / i >
2018-07-28 07:25:12 +10:00
< br >
< / span >
< div id = "emoji-list" class = "" style = "" >
< / div >
< div class = "emoji-control center" >
< button class = "btn waves-effect blue" style = "width:30%; padding:0;" onclick = "emojiList('before')" id = "emoji-before" >
< i class = "material-icons" > navigate_before< / i >
< / button >
< span id = "emoji-count" > < / span > /
< span id = "emoji-sum" > < / span >
< button class = "btn waves-effect blue" style = "width:30%; padding:0;" onclick = "emojiList('next')" id = "emoji-next" >
< i class = "material-icons" > navigate_next< / i >
< / button >
< / div >
< div id = "default-emoji" >
2018-09-12 02:49:41 +10:00
< span id = "now-emoji" > < / span > are shown.< br > < span class = "gray sml" > Some emojis are not able to be inserted.< / span >
2018-07-28 07:25:12 +10:00
< br >
2018-09-12 02:49:41 +10:00
< a onclick = "customEmoji()" class = "pointer waves-effect" title = "Custom emojis" >
2018-07-28 07:25:12 +10:00
< i class = "material-icons" > add< / i >
< / a >
2018-09-12 02:49:41 +10:00
< a onclick = "defaultEmoji('people')" class = "pointer waves-effect" title = "Emojis of people" >
2018-07-28 07:25:12 +10:00
< i class = "material-icons" > people< / i >
< / a >
2018-09-12 02:49:41 +10:00
< a onclick = "defaultEmoji('nature')" class = "pointer waves-effect" title = "Emojis of nature" >
2018-07-28 07:25:12 +10:00
< i class = "material-icons" > local_florist< / i >
< / a >
2018-09-12 02:49:41 +10:00
< a onclick = "defaultEmoji('food')" class = "pointer waves-effect" title = "Emojis of foods" >
2018-07-28 07:25:12 +10:00
< i class = "material-icons" > restaurant< / i >
< / a >
2018-09-12 02:49:41 +10:00
< a onclick = "defaultEmoji('activity')" class = "pointer waves-effect" title = "Emojis of activities" >
2018-07-28 07:25:12 +10:00
< i class = "material-icons" > directions_run< / i >
< / a >
2018-09-12 02:49:41 +10:00
< a onclick = "defaultEmoji('place')" class = "pointer waves-effect" title = "Emojis of places" >
2018-07-28 07:25:12 +10:00
< i class = "material-icons" > directions_car< / i >
< / a >
2018-09-12 02:49:41 +10:00
< a onclick = "defaultEmoji('object')" class = "pointer waves-effect" title = "Emojis of tools" >
2018-07-28 07:25:12 +10:00
< i class = "material-icons" > attach_file< / i >
< / a >
2018-09-12 02:49:41 +10:00
< a onclick = "defaultEmoji('symbol')" class = "pointer waves-effect" title = "Emojis of symbols" >
2018-07-28 07:25:12 +10:00
< i class = "material-icons" > gesture< / i >
< / a >
2018-09-12 02:49:41 +10:00
< a onclick = "defaultEmoji('flag')" class = "pointer waves-effect" title = "Emojis of flags" >
2018-07-28 07:25:12 +10:00
< i class = "material-icons" > flag< / i >
< / a >
< a onclick = "faicon()" class = "pointer waves-effect" title = "faicon" id = "faicon-btn" >
< i class = "fa fa-fort-awesome" > < / i >
< / a >
< / div >
< / div >
<!-- Modal Structure Tootdata -->
< div id = "tootmodal" class = "modal modal-fixed-footer" >
< div class = "modal-content" >
< ul class = "collapsible" data-collapsible = "accordion" id = "det-col" >
< li >
< div class = "collapsible-header" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons" > arrow_upward< / i > Context before this toot
2018-07-28 07:25:12 +10:00
< / div >
< div class = "collapsible-body toot-reset" id = "toot-reply" >
< / div >
< / li >
< li >
< div class = "collapsible-header" id = "activator" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons" > more_horiz< / i > This toot
2018-07-28 07:25:12 +10:00
< / div >
2018-09-06 02:47:27 +10:00
< div class = "collapsible-body" >
< div class = "toot-reset" id = "toot-this" > < / div >
2018-07-28 07:25:12 +10:00
< / div >
< / li >
< li >
< div class = "collapsible-header" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons" > arrow_downward< / i > Context after this toot
2018-07-28 07:25:12 +10:00
< / div >
< div class = "collapsible-body toot-reset" id = "toot-after" >
< / div >
< / li >
< li >
< div class = "collapsible-header" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons" > people_outline< / i > Local TL before this toot
2018-07-28 07:25:12 +10:00
< / div >
< div class = "collapsible-body toot-reset" id = "toot-before" >
< / div >
< / li >
< li >
< div class = "collapsible-header" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons" > person_outline< / i > User TL before this toot
2018-07-28 07:25:12 +10:00
< / div >
< div class = "collapsible-body toot-reset" id = "user-before" >
< / div >
< / li >
< li >
< div class = "collapsible-header" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons" > star< / i > People who favourited it
2018-07-28 07:25:12 +10:00
< / div >
< div class = "collapsible-body toot-reset" id = "toot-fav" >
< / div >
< / li >
< li >
< div class = "collapsible-header" >
2018-09-12 02:49:41 +10:00
< i class = "text-darken-3 fa fa-retweet" > < / i > People who boosted it
2018-07-28 07:25:12 +10:00
< / div >
< div class = "collapsible-body toot-reset" id = "toot-rt" >
< / div >
< / li >
< / ul >
2018-09-12 02:49:41 +10:00
Use other account(< i class = "fa fa-retweet" > < / i > /< i class = "fa fa-star" > < / i > :unfav and unBT are disabled.)< br >
2018-07-28 07:25:12 +10:00
< div class = "row" >
< div class = "col s4" >
< select id = "status-acct-sel" class = "acct-sel" > < / select >
< / div >
< div class = "col s2" >
2018-09-12 02:49:41 +10:00
< button class = "dropdown-button btn waves-effect" style = "width:100%;" onclick = "staEx('reply')" > < i class = "fa fa-share left" > < / i > Reply< / button >
2018-07-28 07:25:12 +10:00
< / div >
< div class = "col s2" >
2018-09-12 02:49:41 +10:00
< button class = "dropdown-button btn waves-effect indigo" style = "width:100%;" onclick = "staEx('rt')" > < i class = "fa fa-retweet left" > < / i > Boost< / button >
2018-07-28 07:25:12 +10:00
< / div >
< div class = "col s3" >
2018-09-12 02:49:41 +10:00
< button class = "dropdown-button btn waves-effect orange" style = "width:100%;" onclick = "staEx('fav')" > < i class = "fa fa-star left" > < / i > Favourite< / button >
2018-07-28 07:25:12 +10:00
< / div >
< / div >
< div id = "toot-tools" >
< / div >
< div id = "toot-after" >
< / div >
< / div >
< div class = "modal-footer" >
2018-09-12 02:49:41 +10:00
< a href = "#!" class = "waves-effect waves-green btn-flat" onclick = "brws()" > Open in browser< / a >
< a href = "#!" class = "waves-effect waves-green btn-flat" onclick = "shot()" > Take a screenshot< / a >
< a href = "#!" class = "waves-effect waves-green btn-flat" onclick = "cbCopy()" > Copy URL of this toot< / a >
< a href = "#!" class = "waves-effect waves-green btn-flat" onclick = "cbCopy('emb')" > Embed< / a >
2018-09-17 21:55:00 +10:00
< a href = "#!" class = "modal-action modal-close waves-effect waves-green btn-flat" > Close< / a >
2018-07-28 07:25:12 +10:00
< / div >
< / div >
<!-- Modal Structure Userdata -->
< div id = "his-data" class = "modal bottom-sheet modal-fixed-footer" style = "max-height:750px; height:90%;" >
2018-09-05 01:04:56 +10:00
< div id = "his-data-content" class = "modal-content" style = "padding-bottom: 0;overflow-y:hidden;" >
< div id = "his-data-show" >
< div class = "his-float" id = "his-float-data" >
< div id = "his-basic-prof" >
< img src = "./img/loading.svg" id = "his-prof" >
< span id = "his-name" > Loading...< / span > < span class = "gray" id = "his-bot" > < / span >
< br > @
< span id = "his-acct" > < / span > < br >
< span class = "gray" id = "his-relation" > < / span >
< br >
< span class = "cbadge" >
2018-09-12 02:49:41 +10:00
< span id = "his-sta" > < / span > Toots
2018-09-05 01:04:56 +10:00
< / span >
2018-09-12 02:49:41 +10:00
< span class = "cbadge" > Follow:
2018-09-05 01:04:56 +10:00
< span id = "his-follow" > < / span >
< / span >
2018-09-12 02:49:41 +10:00
< span class = "cbadge" > Follower:
2018-09-05 01:04:56 +10:00
< span id = "his-follower" > < / span >
< / span > < br >
< span class = "cbadge" style = "max-width:150px; width:150px; " > Since:
< span id = "his-since" > < / span >
< / span >
< / div >
< div id = "his-des" > < / div > < br >
< div id = "his-plus-action" >
2018-09-12 02:49:41 +10:00
< a href = "#!" class = "btn waves-effect waves-effect blue-grey btn-flat" id = "his-emp-btn" onclick = "empUser()" > Emphasize this user< / a >
< a href = "#!" class = "btn waves-effect waves-effect blue-grey btn-flat only-his-data" id = "his-end-btn" onclick = "pinUser()" > Feature on profile< / a > < br >
< a href = "#!" class = "btn waves-effect waves-effect blue-grey btn-flat" id = "his-openin" onclick = "profbrws()" > Open in browser< / a > < br >
2018-09-05 01:04:56 +10:00
< / div > < br >
< div id = "his-matching-list" >
2018-09-12 02:49:41 +10:00
Get people resembling this user.< br >
2018-09-05 01:04:56 +10:00
Powered by < a href = "https://vinayaka.distsn.org/" target = "_blank" > Mastodon User Matching< / a > < br >
< div id = "his-matching-list-contents" class = "cont-series" > < / div >
2018-09-12 02:49:41 +10:00
< button class = "btn waves-effect " onclick = "showMat()" style = "width:100%;" > Get< / button >
2018-09-05 01:04:56 +10:00
< / div >
< / div >
< div class = "his-float" id = "his-float-timeline" >
< div id = "my-data-nav" >
< ul class = "custom-tabs transparent" >
< li class = "custom-tab col my-data-width active-back column-first" >
2018-09-12 02:49:41 +10:00
< a go = "#his-tl" title = "Timeline" > < i class = "material-icons" > timeline< / i > < / a >
2018-09-05 01:04:56 +10:00
< / li >
< li class = "custom-tab col my-data-width" >
2018-09-12 02:49:41 +10:00
< a go = "#his-follow-list" title = "Follow" > < i class = "material-icons" > people< / i > →< / a >
2018-09-05 01:04:56 +10:00
< / li >
< li class = "custom-tab col my-data-width" >
2018-09-12 02:49:41 +10:00
< a go = "#his-follower-list" title = "Follower" > < i class = "material-icons" > people< / i > ←< / a >
2018-09-05 01:04:56 +10:00
< / li >
< li class = "custom-tab col my-data-width only-his-data" >
2018-09-12 02:49:41 +10:00
< a go = "#his-action" title = "Cross-account" > < i class = "material-icons" > account_box< / i > < / a >
2018-09-05 01:04:56 +10:00
< / li >
< li class = "custom-tab col my-data-width only-his-data" >
2018-09-12 02:49:41 +10:00
< a go = "#his-list" title = "List" > < i class = "material-icons" > list< / i > < / a >
2018-09-05 01:04:56 +10:00
< / li >
< li class = "custom-tab col my-data-width only-my-data" >
2018-09-12 02:49:41 +10:00
< a go = "#his-fav-list" title = "Favourite" > < i class = "material-icons" > star< / i > < / a >
2018-09-05 01:04:56 +10:00
< / li >
< li class = "custom-tab col my-data-width only-my-data" >
2018-09-12 02:49:41 +10:00
< a go = "#his-blocking-list" title = "Blocks" > < i class = "material-icons" > block< / i > < / a >
2018-09-05 01:04:56 +10:00
< / li >
< li class = "custom-tab col my-data-width only-my-data" >
2018-09-12 02:49:41 +10:00
< a go = "#his-blocking-list" title = "Blocks" > < i class = "material-icons" > voice_over_off< / i > < / a >
2018-09-05 01:04:56 +10:00
< / li >
< li class = "custom-tab col my-data-width only-my-data" >
2018-09-12 02:49:41 +10:00
< a go = "#his-domain-list" title = "Domain block" > < i class = "material-icons" > language< / i > < i class = "material-icons" > block< / i > < / a >
2018-09-05 01:04:56 +10:00
< / li >
< li class = "custom-tab col my-data-width only-my-data" >
2018-09-12 02:49:41 +10:00
< a go = "#his-prof-list" title = "Edit profile" > < i class = "material-icons" > create< / i > < / a >
2018-09-05 01:04:56 +10:00
< / li >
< li class = "custom-tab col my-data-width only-my-data" >
2018-09-12 02:49:41 +10:00
< a go = "#his-request-list" title = "Follow requests" > < i class = "material-icons" > how_to_reg< / i > < / a >
2018-09-05 01:04:56 +10:00
< / li >
< li class = "custom-tab col my-data-width only-my-data" >
2018-09-12 02:49:41 +10:00
< a go = "#his-follow-recom-list" title = "Suggest" > < i class = "material-icons" > recent_actors< / i > < / a >
2018-09-05 01:04:56 +10:00
< / li >
< / ul >
< / div >
< div id = "his-tl" class = "tab-content" >
< div id = "his-tl-contents" class = "cont-series" >
< / div >
2018-09-12 02:49:41 +10:00
< button class = "btn waves-effect " style = "width:100%; padding:0;" onclick = "utl('--now','more')" > More< / button >
2018-09-05 01:04:56 +10:00
< / div >
< div id = "his-follow-list" class = "tab-content" >
< div id = "his-follow-list-contents" class = "cont-series" >
< / div >
2018-09-12 02:49:41 +10:00
< button class = "btn waves-effect " style = "width:100%; padding:0;" onclick = "flw('--now','more')" > More< / button >
2018-09-05 01:04:56 +10:00
< / div >
< div id = "his-follower-list" class = "tab-content" >
< div id = "his-follower-list-contents" class = "cont-series" >
< / div >
2018-09-12 02:49:41 +10:00
< button class = "btn waves-effect " style = "width:100%; padding:0;" onclick = "fer('--now','more')" > More< / button >
2018-09-05 01:04:56 +10:00
< / div >
< div id = "his-action" class = "tab-content" >
2018-09-12 02:49:41 +10:00
Use other account to Follow((Unable to unfollow))< br >
< div style = "max-width:500px;" > < select id = "user-acct-sel" class = "acct-sel" > < / select > < / div >
< a href = "#!" class = "waves-effect btn" onclick = "follow('selector','true')" > Follow< / a > < br >
or< br >
< a href = "#!" class = "waves-effect btn" onclick = "udgEx('selector', 'selector')" > Show profile< / a > < br >
2018-09-05 01:04:56 +10:00
< / div >
< div id = "his-list" class = "tab-content" >
2018-09-12 02:49:41 +10:00
< div id = "his-lists-a" > Follow to add this user to lists.< / div >
2018-07-28 07:25:12 +10:00
2018-09-05 01:04:56 +10:00
< div id = "his-lists-b" > < / div >
< / div >
< div id = "his-fav-list" class = "tab-content" >
< div id = "his-fav-list-contents" class = "cont-series" >
< / div >
2018-09-12 02:49:41 +10:00
< button class = "btn waves-effect" style = "width:100%; padding:0;" onclick = "showFav('more')" > More< / button >
2018-09-05 01:04:56 +10:00
< / div >
< div id = "his-blocking-list" class = "tab-content" >
< div id = "his-blocking-list-contents" class = "cont-series" >
< / div >
2018-09-12 02:49:41 +10:00
< button class = "btn waves-effect " style = "width:100%; padding:0;" onclick = "showBlo('more')" > More< / button >
2018-09-05 01:04:56 +10:00
< / div >
< div id = "his-muting-list" class = "tab-content" >
< div id = "his-muting-list-contents" class = "cont-series" >
< / div >
2018-09-12 02:49:41 +10:00
< button class = "btn waves-effect " style = "width:100%; padding:0;" onclick = "showMut('more')" > More< / button >
2018-09-05 01:04:56 +10:00
< / div >
< div id = "his-domain-list" class = "tab-content" >
< div id = "his-domain-list-contents" class = "cont-series" >
< / div >
2018-09-12 02:49:41 +10:00
< button class = "btn waves-effect " style = "width:100%; padding:0;" onclick = "showDom('more')" > More< / button > Add blocking domain
2018-09-05 01:04:56 +10:00
< br >
< input type = "text" placeholder = "example.com" id = "domainblock" >
2018-09-12 02:49:41 +10:00
< button class = "btn waves-effect" onclick = "addDomainblock()" > Add< / button >
2018-09-05 01:04:56 +10:00
< br >
< / div >
2018-09-12 02:49:41 +10:00
< div id = "his-prof-list" class = "tab-content" > Display name
2018-09-05 01:04:56 +10:00
< br >
2018-09-12 02:49:41 +10:00
< input type = "text" placeholder = "Display name" id = "his-name-val" style = "max-width:250px;" >
< br > Note
2018-09-05 01:04:56 +10:00
< br >
< div class = "input-field col s12" >
2018-09-12 02:49:41 +10:00
< textarea placeholder = "Note" id = "his-des-val" class = "materialize-textarea" > < / textarea >
< label for = "his-des-val" > Note< / label >
2018-09-05 01:04:56 +10:00
< / div >
2018-09-19 02:41:48 +10:00
< button class = "btn waves-effect" style = "width:100%; padding:0;" onclick = "profedit()" > Save< / button >
2018-09-12 02:49:41 +10:00
< br > Change avataor:
2018-09-05 01:04:56 +10:00
< span id = "prof-change" >
< input type = "file" onchange = "imgChange(this,'avatar')" >
< / span >
2018-09-12 02:49:41 +10:00
< br > Change header image:
2018-09-05 01:04:56 +10:00
< span id = "header-change" >
< input type = "file" onchange = "imgChange(this,'header')" >
< / span >
< / div >
< div id = "his-request-list" class = "tab-content" >
< div id = "his-request-list-contents" class = "cont-series" >
< / div >
2018-09-12 02:49:41 +10:00
< button class = "btn waves-effect " style = "width:100%; padding:0;" onclick = "showReq('more')" > More< / button >
2018-09-05 01:04:56 +10:00
< / div >
< div id = "his-follow-recom-list" class = "tab-content" >
< div id = "his-follow-recom-contents" class = "cont-series" >
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = "modal-footer" >
2018-09-12 02:49:41 +10:00
< button class = "modal-action waves-effect waves-green btn-flat" id = "his-history-btn" onclick = "historyShow()" > Back< / button >
< a href = "#!" class = "modal-action waves-effect waves-green btn-flat" id = "his-follow-btn" onclick = "follow()" > Follow< / a >
< a href = "#!" class = "modal-action waves-effect waves-green btn-flat" id = "his-mute-btn" onclick = "mute()" > Mute< / a >
< a href = "#!" class = "modal-action waves-effect waves-green btn-flat" id = "his-block-btn" onclick = "block()" > Block< / a >
< a href = "#!" class = "modal-action waves-effect waves-green btn-flat" onclick = "hisclose()" > Close< / a >
2018-09-05 01:04:56 +10:00
< / div >
< / div >
2018-07-28 07:25:12 +10:00
<!-- Modal Structure Image -->
< div id = "imagemodal" class = "modal modal-fixed-footer" style = "min-width:550px" >
< div class = "modal-content" >
< div id = "imagewrap" >
< img src = "" id = "imgmodal" >
< / div >
< br >
< / div >
< div class = "modal-footer" >
DL:< span id = "imgprog" > < / span > %
< a class = "waves-effect white-text" onclick = "zoom(2)" >
< i class = "material-icons" > zoom_in< / i >
< / a >
< a class = "waves-effect white-text" onclick = "zoom(0.5)" >
< i class = "material-icons" > zoom_out< / i >
< / a >
< button class = "btn waves-effect purple" onclick = "dlImg()" >
< i class = "material-icons" > file_download< / i >
< / button >
2018-09-12 02:49:41 +10:00
< button class = "btn waves-effect brown" onclick = "detFromImg()" > This toot< / button >
2018-07-28 07:25:12 +10:00
< button class = "btn waves-effect orange" onclick = "imgCont('prev')" id = "image-prev" >
< i class = "material-icons" > keyboard_arrow_left< / i >
< / button >
< button class = "btn waves-effect orange" onclick = "imgCont('next')" id = "image-next" >
< i class = "material-icons" > keyboard_arrow_right< / i >
< / button >
< a href = "#!" class = "modal-action modal-close waves-effect waves-green btn-flat" >
< i class = "material-icons" > close< / i >
< / a >
< / div >
< / div >
<!-- Modal Structure Video -->
< div id = "videomodal" class = "modal modal-fixed-footer" >
< div class = "modal-content" >
< video src = "" id = "video" style = "max-width:100%; max-height:100%;" controls >
< / div >
< div class = "modal-footer" >
2018-09-12 02:49:41 +10:00
< a href = "#!" class = "modal-action modal-close waves-effect waves-green btn-flat" > Close< / a >
2018-07-28 07:25:12 +10:00
< / div >
< / div >
<!-- Modal Structure Release Note -->
< div id = "releasenote" class = "modal modal-fixed-footer" >
< div class = "modal-content" >
< h3 > TheDesk< / h3 >
< a href = "https://thedesk.top" target = "_blank" > HP< / a > < br >
2018-08-23 03:29:39 +10:00
< a href = "https://github.com/cutls/TheDesk" target = "_blank" > GitHub< / a > < br >
< br >
2019-01-22 03:24:15 +11:00
< div id = "release-Miria_17-0-1" class = "release-do" style = "display:none; " >
2018-08-23 03:29:39 +10:00
< a href = "https://code.cutls.com/thedesk-log/" target = "_blank" > 開発の経緯< / a > < br >
< a href = "https://ja.mstdn.wiki/TheDesk" target = "_blank" > 機能一覧< / a > < br >
2018-09-17 21:55:00 +10:00
Entyでは支援者様限定で様々なTheDeskに関する記事をご覧いただけます。< br >
困ったときは、< a href = "https://docs.thedesk.top" > TheDesk Docs< / a > をご覧ください。
2019-01-22 03:24:15 +11:00
< h5 > Release Note Miria (17.0.1)< / h5 >
バグ修正< br >
(Mastodon 2.7)< b > 時間指定投稿が利用できます。< / b > < br >
(Mastodon 2.7)< b > 「インスタンス」を「サーバー」に変更< / b > < br >
2018-07-28 07:25:12 +10:00
< / div >
< br > < br >
2018-09-12 02:49:41 +10:00
< h3 > Support TheDesk!< / h3 >
TheDesk has no ad, you need no charge to unlock premium features. We need your friendly support!< br >
2018-08-23 03:29:39 +10:00
< a class = "btn-share btn waves-effect waves-light purple lighten-2" href = "https://enty.jp/Cutls" target = "_blank" >
2018-09-12 02:49:41 +10:00
Support on Enty
2018-08-23 03:29:39 +10:00
< / a >
< a class = "btn-share btn waves-effect waves-light red lighten-2" href = "https://osushi.love/Cutls_P" target = "_blank" >
2018-09-12 02:49:41 +10:00
Osushi.love: give me sushi
2018-08-23 03:29:39 +10:00
< / a >
< a class = "btn-share btn waves-effect waves-light blue" href = "https://www.amazon.co.jp/registry/wishlist/2TV35ZHHJPDSB" target = "_blank" >
2018-09-12 02:49:41 +10:00
Amazon Wish List
2018-08-23 03:29:39 +10:00
< / a >
< br >
2018-09-12 02:49:41 +10:00
Give me Amazon Gift Card:< a href = "mailto:mstdn@thedesk.top" target = "_blank" > mstdn@thedesk.top< / a > < br >
2018-09-18 00:35:42 +10:00
Kyash< br >
< img src = "../../img/kyash.png" width = "100" > < br >
2018-07-28 07:25:12 +10:00
< / div >
< div class = "modal-footer" >
2018-09-12 02:49:41 +10:00
< a href = "#!" class = "modal-action modal-close waves-effect waves-green btn-flat" > Close< / a >
2018-07-28 07:25:12 +10:00
< / div >
< / div >
<!-- PiP -->
< div id = "pip" class = "hide pip-bottom pip-left" >
< i class = "material-icons pip-horiz pointer" onclick = "pipHoriz()" > chevron_right< / i >
< i class = "material-icons pip-vert pointer" onclick = "pipVert()" > expand_less< / i >
< i class = "material-icons pointer" onclick = "endPip()" > close< / i >
< div id = "pip-content" >
< / div >
2018-07-29 17:37:54 +10:00
< / div >
<!-- カラム追加 -->
< div id = "add-box" class = "hide z-depth-4 notf-box" >
2018-09-12 02:49:41 +10:00
< div class = "input-field" > < span data-trans = "your_acct" > Select an account< / span >
2018-07-29 17:37:54 +10:00
< br >
< select id = "add-acct-sel" class = "acct-sel" style = "color:black" onchange = "addselCk()" > < / select >
< label > < / label >
< / div >
< div class = "input-field" >
< div id = "auth" >
< select id = "type-sel" style = "color:black" >
2018-09-12 02:49:41 +10:00
< option value = "local" data-trans = "local" > Local< / option >
< option value = "local-media" data-trans = "local-media" > Local(Media)< / option >
< option value = "home" data-trans = "home" > Home< / option >
< option value = "pub" data-trans = "public" > Federated< / option >
< option value = "pub-media" data-trans = "public-media" > Federated(Media)< / option >
< option value = "dm" data-trans = "dm" > Direct Message< / option >
< option value = "mix" data-trans = "integrated" > Integrated(Local and Home)< / option >
< option value = "plus" data-trans = "plus" > Integrated(Local and replies and BT on Home)< / option >
< option value = "notf" data-trans = "notification" > Notifications< / option >
2018-07-29 17:37:54 +10:00
< / select >
2018-09-12 02:49:41 +10:00
< label data-trans = "show_tl" > Show this TL:< / label >
2018-07-29 17:37:54 +10:00
< / div >
2018-09-12 02:49:41 +10:00
< div id = "noauth" class = "hide" > Show this TL:
2018-07-29 17:37:54 +10:00
< input id = "noauth-url" type = "text" class = "validate" style = "width:calc( 70% - 40px);" placeholder = "e.g:mstdn.jp" >
< / div >
2018-09-12 02:49:41 +10:00
< div id = "webview-add" class = "hide" > TweetDeck with customed TJDeck(< a href = 'https://gist.github.com/cutls/8787a55d2c1c53274e68a427966046a6' target = '_blank' > Code< / a > /< a href = 'https://gist.github.com/totoraj930/d1394dadb51d75666a76829f61e7280c' target = '_blank' > TJDeck< / a > ). Keyboard shortcuts will irritate you. When you feel so, you check 'Prefer WebView' on top of the column.
2018-09-10 03:06:00 +10:00
< / div >
2018-07-29 17:37:54 +10:00
< / div >
< button class = "btn waves-effect blue " style = "width:calc( 100% - 10px);" onclick = "addColumn()" data-trans-i = "add" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons left" > add< / i > Add
2018-07-29 17:37:54 +10:00
< / button >
< br >
< br >
< / div >
<!-- 検索 -->
< div id = "src-box" class = "hide notf-box z-depth-4" style = "width:500px" >
< div class = "input-field" >
< select id = "src-acct-sel" class = "acct-sel" onchange = "trend()" > < / select >
< / div > < div class = "input-field" >
< i class = "material-icons prefix" > search< / i >
< input id = "src" type = "text" class = "validate" style = "width:calc( 60% - 40px);" >
2018-09-12 02:49:41 +10:00
< label for = "src" data-trans = "src" > Search< / label >
2018-07-29 17:37:54 +10:00
< button class = "btn waves-effect indigo" style = "width:calc( 40% - 40px);" onclick = "src()" data-trans-i = "src" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons left" > search< / i > Search
2018-07-29 17:37:54 +10:00
< / button >
< br >
< br >
< / div >
< div id = "search" >
< div id = "src-contents" >
< / div >
< / div >
< / div >
<!-- 並べ替え -->
< div id = "sort-box" class = "hide" >
< ul id = "sort" > < / ul >
< div >
< button onclick = "sort()" class = "btn waves-effect nex" style = "width:100%; max-width:300px;" data-trans-i = "sort" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons left" > sort< / i > Sort
2018-07-29 17:37:54 +10:00
< / button >
< button onclick = "sortToggle()" class = "btn waves-effect nex" style = "width:100%; max-width:300px;" data-trans-i = "close" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons left" > close< / i > Close
2018-07-29 17:37:54 +10:00
< / button >
< / div >
< / div >
<!-- リスト -->
< div id = "list-box" class = "hide notf-box z-depth-4" >
< div class = "input-field" style = "width:calc( 100% - 100px);float:left" >
< select id = "list-acct-sel" class = "acct-sel" > < / select >
2018-09-12 02:49:41 +10:00
< label > Select an account< / label >
2018-07-28 07:25:12 +10:00
< / div >
2018-07-29 17:37:54 +10:00
< div style = "float:left; padding-top:8px; padding-bottom:28px;" >
< button class = "btn waves-effect indigo" style = "width:80px;" onclick = "list()" data-trans-i = "lists" >
2018-09-12 02:49:41 +10:00
List
2018-07-29 17:37:54 +10:00
< / button >
< / div >
< br > < br >
< div id = "lists" > < / div >
< div id = "lists-user" > < / div >
2018-09-12 02:49:41 +10:00
< input type = "text" style = "width:150px" id = "list-add" placeholder = "Display name" >
< button class = "btn waves-effect" style = "width:120px;" onclick = "makeNewList()" > Save< / button >
2018-07-29 17:37:54 +10:00
< / div >
<!-- フィルター -->
< div id = "filter-box" class = "hide notf-box z-depth-4" >
< div class = "input-field" style = "width:calc( 100% - 100px);float:left" >
< select id = "filter-acct-sel" class = "acct-sel" > < / select >
2018-09-12 02:49:41 +10:00
< label > Select an account< / label >
2018-07-29 17:37:54 +10:00
< / div >
< div style = "float:left; padding-top:8px; padding-bottom:28px;" >
< button class = "btn waves-effect indigo" style = "width:80px;" onclick = "filter()" data-trans-i = "filters" >
2018-09-12 02:49:41 +10:00
List
2018-07-29 17:37:54 +10:00
< / button >
< / div >
< div id = "filtered-words" > < / div >
< input type = "hidden" id = "filter-edit-id" >
2018-09-12 02:49:41 +10:00
< input type = "text" style = "width:150px" id = "filter-add-word" placeholder = "Filtering words" > < br >
Filter contexts< br >
2018-07-29 17:37:54 +10:00
< input type = "checkbox" class = "filled-in" id = "home_filter" value = "home" / >
2018-09-12 02:49:41 +10:00
< label for = "home_filter" > Home< / label >
2018-07-29 17:37:54 +10:00
< input type = "checkbox" class = "filled-in" id = "local_filter" value = "public" / >
2018-09-12 02:49:41 +10:00
< label for = "local_filter" > Local< / label >
2018-07-29 17:37:54 +10:00
< input type = "checkbox" class = "filled-in" id = "notf_filter" value = "notifications" / >
2018-09-12 02:49:41 +10:00
< label for = "notf_filter" > Notifications< / label >
2018-07-29 17:37:54 +10:00
< input type = "checkbox" class = "filled-in" id = "conv_filter" value = "thread" / >
2018-09-12 02:49:41 +10:00
< label for = "conv_filter" > Conversations< / label > < br >
Options< br >
2018-07-29 17:37:54 +10:00
< input type = "checkbox" class = "filled-in" id = "wholeword_filter" value = "1" / >
2018-09-12 02:49:41 +10:00
< label for = "wholeword_filter" > Whole word< / label > < br >
< span class = "sml" > Nice for Latin language< / span > < br >
2018-07-29 17:37:54 +10:00
< input type = "checkbox" class = "filled-in" id = "except_filter" value = "1" / >
2018-09-12 02:49:41 +10:00
< label for = "except_filter" > Drop instead of hide< / label > < br >
< span class = "sml" > Filtered toots will disappear irreversibly, even if filter is later removed< / span > < br >
Expire after< span class = "sml" > Unset or "0" means "Never"< b > This value may contain some error< / b > < / span > < br > < br >
< input type = "text" style = "width:50px" id = "days_filter" placeholder = "d" value = "0" > days
< input type = "text" style = "width:50px" id = "hours_filter" placeholder = "h" value = "0" > hours
< input type = "text" style = "width:50px" id = "mins_filter" placeholder = "m" value = "0" > minutes
< button class = "btn waves-effect" style = "width:120px;" onclick = "makeNewFilter()" id = "add-filter-btn" > Add< / button > < br >
< span class = "sml" > Integrated TL/Plus TL will hide both Home-filtering words and Local-filtering words.< / span >
2018-07-29 17:37:54 +10:00
< / div >
< div id = "main" >
<!-- TLのTL -->
< div id = "timeline-container" >
2018-09-12 02:49:41 +10:00
< h3 > Welcome to TheDesk< / h3 > < br > < a href = "acct.html" > Add an account< / a > or click < i class = "material-icons" > add< / i > to add a column.
2018-07-29 17:37:54 +10:00
< / div >
< / div >
< / div >
<!-- bottom -->
2018-09-11 04:59:44 +10:00
< div id = "bottom" class = "reverse" >
< div class = "leftside reverse" >
2018-07-29 17:37:54 +10:00
< div id = "dambox" >
2018-09-12 02:49:41 +10:00
< input type = "text" id = "posttgl" placeholder = "Toot" style = "height:2rem" >
2018-07-29 17:37:54 +10:00
< / div >
2018-09-11 04:59:44 +10:00
< div class = "leftside reverse" id = "group" >
2018-07-29 17:37:54 +10:00
< div class = "btnsgroup" > < span class = "grouptitle" > Columns:< / span >
< a onclick = "addToggle()" class = "nex waves-effect" data-trans-i = "add" id = "add-tgl" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons nex" title = "Add a column" data-trans-title = "column_add" > add< / i >
2018-07-29 17:37:54 +10:00
< / a >
< a onclick = "sortToggle()" class = "nex waves-effect" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons nex big-icon" title = "Sort" data-trans-title = "sort" > sort< / i >
2018-07-29 17:37:54 +10:00
< / a >
< / div >
< div class = "btnsgroup" > < span class = "grouptitle" > Accounts:< / span >
< a href = "acct.html" class = "nex waves-effect" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons nex big-icon" title = "Account Manager(Ctrl+Shift+M)" data-trans-title = "manager" > account_circle< / i >
2018-07-29 17:37:54 +10:00
< / a >
< a onclick = "srcToggle()" class = "nex waves-effect" id = "src-tgl" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons" title = "Search" data-trans-title = "src" > search< / i >
2018-07-29 17:37:54 +10:00
< / a >
< a onclick = "listToggle()" class = "nex waves-effect" id = "list-tgl" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons" title = "List" data-trans-title = "list" > view_headline< / i >
2018-07-29 17:37:54 +10:00
< / a >
< a onclick = "filterToggle()" class = "nex waves-effect" id = "filter-tgl" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons" title = "Filter" data-trans-title = "filter" > filter_list< / i >
2018-07-29 17:37:54 +10:00
< / a >
< / div >
2018-09-11 04:59:44 +10:00
< div class = "btnsgroup" > < span class = "grouptitle" > Preferences:< / span >
< a onclick = "bottomReverse()" class = "nex waves-effect" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons nex" title = "Toot box reverse" data-trans-title = "reverse" > swap_horiz< / i >
2018-09-11 04:59:44 +10:00
< / a >
2018-07-29 17:37:54 +10:00
< a href = "setting.html" class = "nex waves-effect" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons nex" title = "Preferences(Ctrl+Shift+S)" data-trans-title = "setting" > settings< / i >
2018-07-29 17:37:54 +10:00
< / a >
< a href = "index.html" class = "nex mize waves-effect" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons nex" title = "Super Reload(F5/⌘+R)" data-trans-title = "reload" > refresh< / i >
2018-07-29 17:37:54 +10:00
< / a >
< a onclick = "nano()" class = "nex waves-effect" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons" title = "The smallest Mastodon,TheDesk Nano" data-trans-title = "nano_desp" > remove_from_queue< / i >
2018-07-29 17:37:54 +10:00
< / a >
< a onclick = "window.open('https://astarte.thedesk.top');" class = "setting nex waves-effect" target = "_blank" id = "ranking-btn" style = "display:none;" >
< i class = "material-icons nex" title = "アスタルテランキング" > timeline< / i >
2018-09-17 21:55:00 +10:00
< / a >
< a href = "https://docs.thedesk.top" class = "setting nex waves-effect" target = "_blank" >
< i class = "material-icons nex" title = "Help" > help_outline< / i >
< / a >
2018-07-29 17:37:54 +10:00
< / div >
< / div >
< / div >
< div >
< div id = "tips-menu" >
< div class = "btnsgroup" style = "height:34px" > < span class = "grouptitle" > Tips:< / span >
< a onclick = "tips('ver')" class = "nex waves-effect" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons nex" title = "Version" data-trans-title = "ver" > info< / i >
2018-07-29 17:37:54 +10:00
< / a >
< a onclick = "tips('clock')" class = "nex waves-effect" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons nex" title = "Clock" data-trans-title = "clock" > access_time< / i >
2018-07-29 17:37:54 +10:00
< / a >
< a onclick = "tips('memory')" class = "nex waves-effect" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons nex" title = "RAM status" data-trans-title = "memory" > memory< / i >
2018-07-29 17:37:54 +10:00
< / a >
< a onclick = "tips('trend')" class = "nex waves-effect imasonly" style = "display:none;" >
< i class = "material-icons nex" title = "アイマストドントレンド" data-trans-title = "trendtip" > whatshot< / i >
< / a >
< a onclick = "tips('spotify')" class = "nex waves-effect" >
< i class = "fa fa-spotify nex" title = "Spotify" data-trans-title = "spotifytips" > < / i >
< / a >
< / div >
< / div >
< div id = "tips" class = "hide" >
< a onclick = "tipsToggle()" class = "nex waves-effect" style = "float:left" >
2018-09-12 02:49:41 +10:00
< i class = "material-icons nex" title = "Change Tips" data-trans-title = "tips" > bubble_chart< / i >
2018-07-29 17:37:54 +10:00
< / a >
< div id = "tips-text" style = "float:left; width:300px;" > < / div >
< / div >
< / div >
< / div >
2018-07-28 07:25:12 +10:00
<!-- 左下メッセージ -->
< div id = "message" >
< / div >
<!-- Radio Happy(Yui) Taku Inoue -->
< audio src = "" id = "radio" > < / audio >
<!-- JS -->
2018-09-12 02:49:41 +10:00
< script type = "text/javascript" src = "../../js/ui/tips.js" > < / script >
2018-07-28 07:25:12 +10:00
< script src = "https://twemoji.maxcdn.com/2/twemoji.min.js?2.7" > < / script >
2018-09-12 02:49:41 +10:00
< script type = "text/javascript" src = "../../js/common/about.js" > < / script >
< script type = "text/javascript" src = "../../js/tl/parse.js" > < / script >
< script type = "text/javascript" src = "../../js/tl/misskeyparse.js" > < / script >
< script type = "text/javascript" src = "../../js/ui/scroll.js" > < / script >
< script type = "text/javascript" src = "../../js/tl/tl.js" > < / script >
< script type = "text/javascript" src = "../../js/tl/card.js" > < / script >
< script type = "text/javascript" src = "../../js/tl/date.js" > < / script >
< script type = "text/javascript" src = "../../js/tl/notification.js" > < / script >
< script type = "text/javascript" src = "../../js/tl/datails.js" > < / script >
< script type = "text/javascript" src = "../../js/tl/mix.js" > < / script >
< script type = "text/javascript" src = "../../js/tl/src.js" > < / script >
< script type = "text/javascript" src = "../../js/tl/filter.js" > < / script >
< script type = "text/javascript" src = "../../js/tl/tag.js" > < / script >
< script type = "text/javascript" src = "../../js/tl/list.js" > < / script >
< script type = "text/javascript" src = "../../js/tl/speech.js" > < / script >
< script type = "text/javascript" src = "../../js/ui/post-box.js" > < / script >
< script type = "text/javascript" src = "../../js/ui/layout.js" > < / script >
< script type = "text/javascript" src = "../../js/login/instance.js" > < / script >
< script type = "text/javascript" src = "../../js/login/login.js" > < / script >
< script type = "text/javascript" src = "../../js/ui/img.js" > < / script >
< script type = "text/javascript" src = "../../js/ui/theme.js" > < / script >
< script type = "text/javascript" src = "../../js/ui/pip.js" > < / script >
< script type = "text/javascript" src = "../../js/ui/sort.js" > < / script >
< script type = "text/javascript" src = "../../js/ui/spotify.js" > < / script >
< script type = "text/javascript" src = "../../js/post/post.js" > < / script >
< script type = "text/javascript" src = "../../js/post/use-txtbox.js" > < / script >
< script type = "text/javascript" src = "../../js/post/secure.js" > < / script >
< script type = "text/javascript" src = "../../js/post/img.js" > < / script >
< script type = "text/javascript" src = "../../js/post/status.js" > < / script >
< script type = "text/javascript" src = "../../js/post/misskeystatus.js" > < / script >
< script type = "text/javascript" src = "../../js/post/emoji.js" > < / script >
< script type = "text/javascript" src = "../../js/post/suggest.js" > < / script >
< script type = "text/javascript" src = "../../js/post/bb-md.js" > < / script >
< script type = "text/javascript" src = "../../js/userdata/showOnTL.js" > < / script >
< script type = "text/javascript" src = "../../js/userdata/his-data.js" > < / script >
< script type = "text/javascript" src = "../../js/userdata/prof-edit.js" > < / script >
< script type = "text/javascript" src = "../../js/emoji/emojipack.js" > < / script >
< script type = "text/javascript" src = "../../js/emoji/default-emoji.js" > < / script >
< script type = "text/javascript" src = "../../js/platform/end.js" > < / script >