diff options
author | Friendika <info@friendika.com> | 2011-11-09 18:29:30 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-09 18:29:30 -0800 |
commit | e35f3f1ada264c03fe0c54e5ed0672c5a66ca001 (patch) | |
tree | 80b98f2c6b348b837167539b35a05fc016e01655 /view/theme/testbubble | |
parent | a2018e2d145d0e8189abf3f6e2e75d571b35f029 (diff) | |
parent | 2b1e01185144ecc0ff5de457efcad5734dd932c8 (diff) | |
download | volse-hubzilla-e35f3f1ada264c03fe0c54e5ed0672c5a66ca001.tar.gz volse-hubzilla-e35f3f1ada264c03fe0c54e5ed0672c5a66ca001.tar.bz2 volse-hubzilla-e35f3f1ada264c03fe0c54e5ed0672c5a66ca001.zip |
Merge branch 'master' into contacts
Diffstat (limited to 'view/theme/testbubble')
-rw-r--r-- | view/theme/testbubble/jot-header.tpl | 54 | ||||
-rw-r--r-- | view/theme/testbubble/jot.tpl | 3 | ||||
-rw-r--r-- | view/theme/testbubble/mail_head.tpl | 6 | ||||
-rw-r--r-- | view/theme/testbubble/style.css | 7 |
4 files changed, 39 insertions, 31 deletions
diff --git a/view/theme/testbubble/jot-header.tpl b/view/theme/testbubble/jot-header.tpl index 0093bf82a..5ada1fdf8 100644 --- a/view/theme/testbubble/jot-header.tpl +++ b/view/theme/testbubble/jot-header.tpl @@ -32,16 +32,37 @@ function initEditor(cb) { content_css: "$baseurl/view/custom_tinymce.css", theme_advanced_path : false, setup : function(ed) { - //Character count - ed.onKeyUp.add(function(ed, e) { - var txt = tinyMCE.activeEditor.getContent(); - textlen = txt.length; - if(textlen != 0 && $('#jot-perms-icon').is('.unlock')) { - $('#profile-jot-desc').html(ispublic); - } - else { - $('#profile-jot-desc').html(' '); - } + cPopup = null; + ed.onKeyDown.add(function(ed,e) { + if(cPopup !== null) + cPopup.onkey(e); + }); + + + + ed.onKeyUp.add(function(ed, e) { + var txt = tinyMCE.activeEditor.getContent(); + match = txt.match(/@([^ \n]+)$/); + if(match!==null) { + if(cPopup === null) { + cPopup = new ACPopup(this,baseurl+"/acl"); + } + if(cPopup.ready && match[1]!==cPopup.searchText) cPopup.search(match[1]); + if(! cPopup.ready) cPopup = null; + } + else { + if(cPopup !== null) { cPopup.close(); cPopup = null; } + } + + textlen = txt.length; + if(textlen != 0 && $('#jot-perms-icon').is('.unlock')) { + $('#profile-jot-desc').html(ispublic); + } + else { + $('#profile-jot-desc').html(' '); + } + + //Character count if(textlen <= 140) { $('#character-counter').removeClass('red'); @@ -67,7 +88,6 @@ function initEditor(cb) { $("#profile-upload-wrapper").show(); $("#profile-attach-wrapper").show(); $("#profile-link-wrapper").show(); - $("#profile-youtube-wrapper").show(); $("#profile-video-wrapper").show(); $("#profile-audio-wrapper").show(); $("#profile-location-wrapper").show(); @@ -163,20 +183,13 @@ function initEditor(cb) { if(reply && reply.length) { reply = bin2hex(reply); $('#profile-rotator').show(); - $.get('parse_url?url=' + reply, function(data) { + $.get('parse_url?binurl=' + reply, function(data) { tinyMCE.execCommand('mceInsertRawHTML',false,data); $('#profile-rotator').hide(); }); } } - function jotGetVideo() { - reply = prompt("$utubeurl"); - if(reply && reply.length) { - tinyMCE.execCommand('mceInsertRawHTML',false,'[youtube]' + reply + '[/youtube]'); - } - } - function jotVideoURL() { reply = prompt("$vidurl"); if(reply && reply.length) { @@ -229,8 +242,9 @@ function initEditor(cb) { event.target.textContent = reply; event.preventDefault(); if(reply && reply.length) { + reply = bin2hex(reply); $('#profile-rotator').show(); - $.get('parse_url?url=' + reply, function(data) { + $.get('parse_url?binurl=' + reply, function(data) { if (!editor) $("#profile-jot-text").val(""); initEditor(function(){ tinyMCE.execCommand('mceInsertRawHTML',false,data); diff --git a/view/theme/testbubble/jot.tpl b/view/theme/testbubble/jot.tpl index d60e8adc2..e0e864572 100644 --- a/view/theme/testbubble/jot.tpl +++ b/view/theme/testbubble/jot.tpl @@ -30,9 +30,6 @@ <div id="profile-link-wrapper" class="jot-tool" style="display: none;" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" > <a id="profile-link" class="icon border link" title="$weblink" ondragenter="return linkdropper(event);" ondragover="return linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;"></a> </div> - <div id="profile-youtube-wrapper" class="jot-tool" style="display: none;" > - <a id="profile-youtube" class="icon border youtube" title="$youtube" onclick="jotGetVideo(); return false;"></a> - </div> <div id="profile-video-wrapper" class="jot-tool" style="display: none;" > <a id="profile-video" class="icon border video" title="$video" onclick="jotVideoURL(); return false;"></a> </div> diff --git a/view/theme/testbubble/mail_head.tpl b/view/theme/testbubble/mail_head.tpl index 2a4596cd6..afb65f537 100644 --- a/view/theme/testbubble/mail_head.tpl +++ b/view/theme/testbubble/mail_head.tpl @@ -1,7 +1,3 @@ <h3>$messages</h3> -<ul class="tabs-wrapper"> -<li><a href="message" class="tabs button {{if $activetab==inbox}}active{{endif}}">$inbox</a></li> -<li><a href="message/sent" class="tabs button {{if $activetab==sent}}active{{endif}}">$outbox</a></li> -<li><a href="message/new" class="tabs button {{if $activetab==new}}active{{endif}}">$new</a></li> -</ul> +$tab_content diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index e8679179c..695e20ffd 100644 --- a/view/theme/testbubble/style.css +++ b/view/theme/testbubble/style.css @@ -823,10 +823,9 @@ profile-jot-banner-wrapper { /* ======== */ .tabs { - min-width: 500px; + min-width: 400px; list-style: none; padding: 10px; - margin: 0px 0px 10px 0px; border-bottom: 1px solid #efefef; font-size: 0.9em; } @@ -834,6 +833,8 @@ profile-jot-banner-wrapper { .tab { padding: 5px 10px 5px 10px; + display: inline-block; + margin-bottom: 5px; margin-right: 5px; font-style: bold; } @@ -848,7 +849,7 @@ profile-jot-banner-wrapper { .wall-item-outside-wrapper { max-width: 93%; - border-bottom: 1px solid #dedede; + border-bottom: 1px solid #dedede; margin-top: 20px; padding-right: 10px; padding-left: 12px; |