]> git.wh0rd.org - tt-rss.git/blobdiff - modules/popup-dialog.php
add article forwarding by email (closes #271)
[tt-rss.git] / modules / popup-dialog.php
index 25a6390a26e2a61f3a09d4010bda433515ec7896..fb19212917235f87cd1332e134c1634bf9a473c4 100644 (file)
                        if (function_exists('domxml_open_file')) {
                                print "<ul class='nomarks'>";
                                print "<li>".__("Importing using DOMXML.")."</li>";
-                               require_once "modules/opml_domxml.php";
+                               require_once "opml_domxml.php";
                                opml_import_domxml($link, $owner_uid);
                                print "</ul>";
                        } else if (PHP_VERSION >= 5) {
                                print "<ul class='nomarks'>";
                                print "<li>".__("Importing using DOMDocument.")."</li>";
-                               require_once "modules/opml_domdoc.php";
+                               require_once "opml_domdoc.php";
                                opml_import_domdoc($link, $owner_uid);
                                print "</ul>";
                        } else {
@@ -49,9 +49,8 @@
 
                        print "<div align='center'>";
 
-                       print "<input class=\"button\"
-                               type=\"submit\" onclick=\"return opmlImportDone()\" 
-                               value=\"".__('Close this window')."\">";
+                       print "<button onclick=\"return opmlImportDone()\">".
+                               __('Close this window')."</button>";
 
                        print "</div>";
 
                                <div style='float : left'>
                                <button onclick=\"return removeSelectedPrefProfiles()\">".
                                __('Remove')."</button>
-                               <input class=\"button\"
-                               type=\"submit\" onclick=\"return activatePrefProfile()\" 
-                               value=\"".__('Activate')."\">
+                               <button onclick=\"return activatePrefProfile()\">".
+                               __('Activate')."</button>
                                </div>";
 
-                       print "<input class=\"button\"
-                               type=\"submit\" onclick=\"return closeInfoBox()\" 
-                               value=\"".__('Close this window')."\">";
+                       print "<button onclick=\"return closeInfoBox()\">".
+                               __('Close this window')."</button>";
 
                        print "</div></div>";
 
                        return;
                }
 
+               if ($id == "pubOPMLUrl") {
+
+                       print "<div id=\"infoBoxTitle\">".__('Public OPML URL')."</div>";
+                       print "<div class=\"infoBoxContents\">";
+       
+                       $url_path = opml_publish_url($link);
+
+                       print __("Your Public OPML URL is:");
+
+                       print "<div class=\"tagCloudContainer\">";
+                       print "<a id='pub_opml_url' href='$url_path' target='_blank'>$url_path</a>";
+                       print "</div>";
+
+                       print "<div align='center'>";
+
+                       print "<button onclick=\"return opmlRegenKey()\">".
+                               __('Generate new URL')."</button> ";
+
+                       print "<input class=\"button\"
+                               type=\"submit\" onclick=\"return closeInfoBox()\" 
+                               value=\"".__('Close this window')."\">";
+
+                       print "</div></div>";
+
+                       return;
+               }
+
                if ($id == "explainError") {
 
                        print "<div id=\"infoBoxTitle\">".__('Notice')."</div>";
                        if ($param == 1) {
                                print __("Update daemon is enabled in configuration, but daemon process is not running, which prevents all feeds from updating. Please start the daemon process or contact instance owner.");
 
-                               $stamp = (int)read_stampfile("update_daemon.stamp");
+                               $stamp = (int) file_get_contents(LOCK_DIRECTORY . "/update_daemon.stamp");
 
                                print "<p>" . __("Last update:") . " " . date("Y.m.d, G:i", $stamp); 
 
                        if ($param == 3) {
                                print __("Update daemon is taking too long to perform a feed update. This could indicate a problem like crash or a hang. Please check the daemon process or contact instance owner.");
 
-                               $stamp = (int)read_stampfile("update_daemon.stamp");
+                               $stamp = (int) file_get_contents(LOCK_DIRECTORY . "/update_daemon.stamp");
 
                                print "<p>" . __("Last update:") . " " . date("Y.m.d, G:i", $stamp); 
 
                        
                        print "<div align='center'>";
 
-                       print "<input class=\"button\"
-                               type=\"submit\" onclick=\"return visitOfficialSite()\" 
-                               value=\"".__('Visit official site')."\"> ";
-
                        print "<input class=\"button\"
                                type=\"submit\" onclick=\"return closeInfoBox()\" 
                                value=\"".__('Close this window')."\">";
 
                        print "<input size=\"40\"
                                        onkeypress=\"return filterCR(event, subscribeToFeed)\"
-                                       name=\"feed\" id=\"feed_url\"></td></tr>";
+                                       name=\"feed\" id=\"feed_url\">";
 
                        print "<br/>";
 
                        print "<div class=\"dlgButtons\">
                                <button class=\"button\" id=\"fadd_submit_btn\"
                                        onclick=\"return subscribeToFeed()\">".__('Subscribe')."</button>
-                               <button onclick=\"return browseFeeds()\">".__('More feeds')."</button>
+                               <button onclick=\"return displayDlg('feedBrowser')\">".__('More feeds')."</button>
                                <button onclick=\"return closeInfoBox()\">".__('Cancel')."</button></div>";
                        
                        return;
                        print "
                                <div style='float : right'>
                                <img style='display : none' 
-                                       id='feed_browser_spinner' src='images/indicator_white.gif'>
+                                       id='feed_browser_spinner' src='".
+                                       theme_image($link, 'images/indicator_white.gif')."'>
                                <input name=\"search\" size=\"20\" type=\"search\"
                                        onchange=\"javascript:updateFeedBrowser()\" value=\"$browser_search\">
                                <button onclick=\"javascript:updateFeedBrowser()\">".__('Search')."</button>
 
                        print "<div class=\"dlgSecCont\">";
 
-                       print "<input name=\"query\" size=\"20\" type=\"search\"        value=''>";
+                       print "<input onkeypress=\"return filterCR(event, search)\"
+                               name=\"query\" size=\"20\" type=\"search\"      value=''>";
 
                        print " " . __('match on')." ";
 
 
                        print "<div class=\"dlgButtons\">
                        <button onclick=\"javascript:search()\">".__('Search')."</button>
-                       <button onclick=\"javascript:searchCancel()\">".__('Cancel')."</button>
+                       <button onclick=\"javascript:closeInfoBox(true)\">".__('Cancel')."</button>
                        </div>";
 
                        print "</div>";
 
                        print "<div align='center'>";
 
-                       print "<input class=\"button\"
-                               type=\"submit\" onclick=\"return closeInfoBox()\" 
-                               value=\"".__('Close')."\">";
+                       print "<button onclick=\"return closeInfoBox()\">".
+                               __('Close this window')."</button>";
 
                        print "</div>";
 
                        return;
                }
 
-/*             if ($id == "offlineDownload") {
-                       print "<div id=\"infoBoxTitle\">".__('Download articles')."</div>";
+               if ($id == "emailArticle") {
+
+                       print "<div id=\"infoBoxTitle\">".__('Forward article by email')."</div>";
                        print "<div class=\"infoBoxContents\">";
 
-                       print "<form name='download_ops_form' id='download_ops_form'>";
+                       print "<form id=\"article_email_form\" onsubmit='return false'>";
 
-                       print "<div class=\"dlgSec\">".__("Download")."</div>";
+                       $secretkey = sha1(make_password(10));
 
-                       print "<div class=\"dlgSecCont\">";
+                       $_SESSION['email_secretkey'] = $secretkey;
 
-                       $amount = array(
-                               50  => 50,
-                               100 => 100,
-                               250 => 250,
-                               500 => 500);
+                       print "<input type=\"hidden\" name=\"secretkey\" value=\"$secretkey\">";
+                       print "<input type=\"hidden\" name=\"op\" value=\"rpc\">";
+                       print "<input type=\"hidden\" name=\"subop\" value=\"sendEmail\">"; 
 
-                       print_select_hash("amount", 50, $amount);
+                       require_once "lib/MiniTemplator.class.php";
 
-                       print " " . __("latest articles for offline reading.");
+                       $tpl = new MiniTemplator;
+                       $tpl_t = new MiniTemplator;
 
-                       print "<br/>";
+                       $tpl->readTemplateFromFile("templates/email_article_template.txt");
 
-                       print "<input checked='yes' type='checkbox' name='unread_only' id='unread_only'>";
-                       print "<label for='unread_only'>".__('Only include unread articles')."</label>";
+                       $result = db_query($link, "SELECT link, content, title
+                               FROM ttrss_user_entries, ttrss_entries WHERE id = ref_id AND
+                               id = '$param' AND owner_uid = " . $_SESSION["uid"]);
 
-                       print "</div>";
+                       $line = db_fetch_assoc($result);
+
+                       $subject = htmlspecialchars(__("[Forwarded]") . " " . $line["title"]);
+
+                       $tpl->setVariable('ARTICLE_TITLE', strip_tags($line["title"]));
+
+/*                     $tpl->setVariable('ARTICLE_EXCERPT', 
+                               truncate_string(strip_tags($line["content"]), 200)); */
+
+                       $tpl->setVariable('ARTICLE_URL', strip_tags($line["link"]));
+
+                       $result = db_query($link, "SELECT email FROM ttrss_users WHERE
+                               id = " . $_SESSION["uid"]);
+
+                       $user_email = htmlspecialchars(db_fetch_result($result, 0, "email"));
+                       $user_name = htmlspecialchars($_SESSION["name"]);
+
+                       //print "<input type=\"hidden\" name=\"replyto\" value=\"$user_email\">"; 
+                       //print "<input type=\"hidden\" name=\"fromname\" value=\"$user_name\">"; 
+
+                       $_SESSION['email_replyto'] = $user_email;
+                       $_SESSION['email_fromname'] = $user_name;
+
+                       $tpl->setVariable('USER_NAME', $_SESSION["name"]);
+                       $tpl->setVariable('USER_EMAIL', $user_email);
+                       $tpl->setVariable('TTRSS_HOST', $_SERVER["HTTP_HOST"]);
+
+                       $tpl->addBlock('email');
+               
+                       $content = "";
+                       $tpl->generateOutputToString($content);
+
+                       print "<table width='100%'><tr><td>";
+
+                       print __('From:');
+
+                       print "</td><td>";
+
+                       print "<input size=\"40\" disabled
+                                       onkeypress=\"return filterCR(event, false)\"
+                                       value=\"$user_name <$user_email>\">";
+
+                       print "</td></tr><tr><td>";
+
+                       print __('To:');
+
+                       print "</td><td>";
+
+                       print "<input size=\"40\"
+                                       onkeypress=\"return filterCR(event, false)\"
+                                       name=\"destination\" id=\"destination\">";
+
+                       print "<div class=\"autocomplete\" id=\"destination_choices\" 
+                                       style=\"display:none\"></div>"; 
+
+                       print "</td></tr><tr><td>";
+
+                       print __('Subject:');
+
+                       print "</td><td>";
+
+                       print "<input size=\"60\" class=\"iedit\"
+                                       onkeypress=\"return filterCR(event, false)\"
+                                       name=\"subject\" value=\"$subject\" id=\"subject\">";
+
+                       print "</td></tr></table>";
+
+                       print "<textarea rows='10' class='iedit' style='font-size : small'
+                               name='content'>$content</textarea>";
 
                        print "</form>";
 
-                       print "<div class=\"dlgButtons\">
-                               <input class=\"button\"
-                                       type=\"submit\" onclick=\"return initiate_offline_download(0, this)\" value=\"".__('Download')."\">
-                               <input class=\"button\"
-                                       type=\"submit\" onclick=\"return closeInfoBox()\" 
-                                       value=\"".__('Cancel')."\"></div>";
+                       print "<div class='dlgButtons'>";
+
+                       print "<button onclick=\"return emailArticleDo()\">".__('Send e-mail')."</button> ";
+                       print "<button onclick=\"return closeInfoBox()\">".__('Cancel')."</button>";
 
                        print "</div>";
 
                        return;
-               } */
-
+               }
 
                print "<div id='infoBoxTitle'>Internal Error</div>
                        <div id='infoBoxContents'>