123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701 |
- <?php
- /**
- * Simple Machines Forum (SMF)
- *
- * @package SMF
- * @author Simple Machines
- * @copyright 2011 Simple Machines
- * @license http://www.simplemachines.org/about/smf/license.php BSD
- *
- * @version 2.1 Alpha 1
- */
- // This is the main sidebar for the personal messages section.
- function template_pm_above()
- {
- global $context, $settings, $options, $txt;
- echo '
- <div id="personal_messages">';
- // Show the capacity bar, if available.
- if (!empty($context['limit_bar']))
- echo '
- <div class="title_bar">
- <h3 class="titlebg">
- <span class="floatleft">', $txt['pm_capacity'], ':</span>
- <span class="floatleft capacity_bar">
- <span class="', $context['limit_bar']['percent'] > 85 ? 'full' : ($context['limit_bar']['percent'] > 40 ? 'filled' : 'empty'), '" style="width: ', $context['limit_bar']['percent'] / 10, 'em;"></span>
- </span>
- <span class="floatright', $context['limit_bar']['percent'] > 90 ? ' alert' : '', '">', $context['limit_bar']['text'], '</span>
- </h3>
- </div>';
- // Message sent? Show a small indication.
- if (isset($context['pm_sent']))
- echo '
- <div class="windowbg" id="profile_success">
- ', $txt['pm_sent'], '
- </div>';
- }
- // Just the end of the index bar, nothing special.
- function template_pm_below()
- {
- global $context, $settings, $options;
- echo '
- </div>';
- }
- function template_folder()
- {
- global $context, $settings, $options, $scripturl, $modSettings, $txt;
- // The every helpful javascript!
- echo '
- <script type="text/javascript"><!-- // --><![CDATA[
- var allLabels = {};
- var currentLabels = {};
- function loadLabelChoices()
- {
- var listing = document.forms.pmFolder.elements;
- var theSelect = document.forms.pmFolder.pm_action;
- var add, remove, toAdd = {length: 0}, toRemove = {length: 0};
- if (theSelect.childNodes.length == 0)
- return;
- // This is done this way for internationalization reasons.
- if (!(\'-1\' in allLabels))
- {
- for (var o = 0; o < theSelect.options.length; o++)
- if (theSelect.options[o].value.substr(0, 4) == "rem_")
- allLabels[theSelect.options[o].value.substr(4)] = theSelect.options[o].text;
- }
- for (var i = 0; i < listing.length; i++)
- {
- if (listing[i].name != "pms[]" || !listing[i].checked)
- continue;
- var alreadyThere = [], x;
- for (x in currentLabels[listing[i].value])
- {
- if (!(x in toRemove))
- {
- toRemove[x] = allLabels[x];
- toRemove.length++;
- }
- alreadyThere[x] = allLabels[x];
- }
- for (x in allLabels)
- {
- if (!(x in alreadyThere))
- {
- toAdd[x] = allLabels[x];
- toAdd.length++;
- }
- }
- }
- while (theSelect.options.length > 2)
- theSelect.options[2] = null;
- if (toAdd.length != 0)
- {
- theSelect.options[theSelect.options.length] = new Option("', $txt['pm_msg_label_apply'], '", "");
- setInnerHTML(theSelect.options[theSelect.options.length - 1], "', $txt['pm_msg_label_apply'], '");
- theSelect.options[theSelect.options.length - 1].disabled = true;
- for (i in toAdd)
- {
- if (i != "length")
- theSelect.options[theSelect.options.length] = new Option(toAdd[i], "add_" + i);
- }
- }
- if (toRemove.length != 0)
- {
- theSelect.options[theSelect.options.length] = new Option("', $txt['pm_msg_label_remove'], '", "");
- setInnerHTML(theSelect.options[theSelect.options.length - 1], "', $txt['pm_msg_label_remove'], '");
- theSelect.options[theSelect.options.length - 1].disabled = true;
- for (i in toRemove)
- {
- if (i != "length")
- theSelect.options[theSelect.options.length] = new Option(toRemove[i], "rem_" + i);
- }
- }
- }
- // ]]></script>';
- echo '
- <form class="flow_hidden" action="', $scripturl, '?action=pm;sa=pmactions;', $context['display_mode'] == 2 ? 'conversation;' : '', 'f=', $context['folder'], ';start=', $context['start'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', '" method="post" accept-charset="', $context['character_set'], '" name="pmFolder">';
- // If we are not in single display mode show the subjects on the top!
- if ($context['display_mode'] != 1)
- {
- template_subject_list();
- echo '<div class="clear_right"><br /></div>';
- }
- // Got some messages to display?
- if ($context['get_pmessage']('message', true))
- {
- // Show the helpful titlebar - generally.
- if ($context['display_mode'] != 1)
- echo '
- <div class="cat_bar">
- <h3 class="catbg">
- <span id="author">', $txt['author'], '</span>
- <span id="topic_title">', $txt[$context['display_mode'] == 0 ? 'messages' : 'conversation'], '</span>
- </h3>
- </div>';
- // Show a few buttons if we are in conversation mode and outputting the first message.
- if ($context['display_mode'] == 2)
- {
- // Build the normal button array.
- $conversation_buttons = array(
- 'reply' => array('text' => 'reply_to_all', 'image' => 'reply.gif', 'lang' => true, 'url' => $scripturl . '?action=pm;sa=send;f=' . $context['folder'] . ($context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '') . ';pmsg=' . $context['current_pm'] . ';u=all', 'active' => true),
- 'delete' => array('text' => 'delete_conversation', 'image' => 'delete.gif', 'lang' => true, 'url' => $scripturl . '?action=pm;sa=pmactions;pm_actions[' . $context['current_pm'] . ']=delete;conversation;f=' . $context['folder'] . ';start=' . $context['start'] . ($context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '') . ';' . $context['session_var'] . '=' . $context['session_id'], 'custom' => 'onclick="return confirm(\'' . addslashes($txt['remove_message']) . '?\');"'),
- );
- // Show the conversation buttons.
- echo '
- <div class="pagesection">';
- template_button_strip($conversation_buttons, 'right');
- echo '
- </div>';
- }
- while ($message = $context['get_pmessage']('message'))
- {
- $window_class = $message['alternate'] == 0 ? 'windowbg' : 'windowbg2';
- echo '
- <div class="', $window_class, ' clear">
- <span class="topslice"><span></span></span>
- <div class="poster">
- <a id="msg', $message['id'], '"></a>
- <h4>';
- // Show online and offline buttons?
- if (!empty($modSettings['onlineEnable']) && !$message['member']['is_guest'])
- echo '
- <img src="', $message['member']['online']['image_href'], '" alt="', $message['member']['online']['text'], '" />';
- echo '
- ', $message['member']['link'], '
- </h4>
- <ul class="reset smalltext" id="msg_', $message['id'], '_extra_info">';
- // Show the member's custom title, if they have one.
- if (isset($message['member']['title']) && $message['member']['title'] != '')
- echo '
- <li class="title">', $message['member']['title'], '</li>';
- // Show the member's primary group (like 'Administrator') if they have one.
- if (isset($message['member']['group']) && $message['member']['group'] != '')
- echo '
- <li class="membergroup">', $message['member']['group'], '</li>';
- // Don't show these things for guests.
- if (!$message['member']['is_guest'])
- {
- // Show the post group if and only if they have no other group or the option is on, and they are in a post group.
- if ((empty($settings['hide_post_group']) || $message['member']['group'] == '') && $message['member']['post_group'] != '')
- echo '
- <li class="postgroup">', $message['member']['post_group'], '</li>';
- echo '
- <li class="stars">', $message['member']['group_stars'], '</li>';
- // Show avatars, images, etc.?
- if (!empty($settings['show_user_images']) && empty($options['show_no_avatars']) && !empty($message['member']['avatar']['image']))
- echo '
- <li class="avatar">
- <a href="', $scripturl, '?action=profile;u=', $message['member']['id'], '">
- ', $message['member']['avatar']['image'], '
- </a>
- </li>';
- // Show how many posts they have made.
- if (!isset($context['disabled_fields']['posts']))
- echo '
- <li class="postcount">', $txt['member_postcount'], ': ', $message['member']['posts'], '</li>';
- // Is karma display enabled? Total or +/-?
- if ($modSettings['karmaMode'] == '1')
- echo '
- <li class="karma">', $modSettings['karmaLabel'], ' ', $message['member']['karma']['good'] - $message['member']['karma']['bad'], '</li>';
- elseif ($modSettings['karmaMode'] == '2')
- echo '
- <li class="karma">', $modSettings['karmaLabel'], ' +', $message['member']['karma']['good'], '/-', $message['member']['karma']['bad'], '</li>';
- // Is this user allowed to modify this member's karma?
- if ($message['member']['karma']['allow'])
- echo '
- <li class="karma_allow">
- <a href="', $scripturl, '?action=modifykarma;sa=applaud;uid=', $message['member']['id'], ';f=', $context['folder'], ';start=', $context['start'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';pm=', $message['id'], ';', $context['session_var'], '=', $context['session_id'], '">', $modSettings['karmaApplaudLabel'], '</a> <a href="', $scripturl, '?action=modifykarma;sa=smite;uid=', $message['member']['id'], ';f=', $context['folder'], ';start=', $context['start'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';pm=', $message['id'], ';', $context['session_var'], '=', $context['session_id'], '">', $modSettings['karmaSmiteLabel'], '</a>
- </li>';
- // Show the member's gender icon?
- if (!empty($settings['show_gender']) && $message['member']['gender']['image'] != '' && !isset($context['disabled_fields']['gender']))
- echo '
- <li class="gender">', $txt['gender'], ': ', $message['member']['gender']['image'], '</li>';
- // Show their personal text?
- if (!empty($settings['show_blurb']) && $message['member']['blurb'] != '')
- echo '
- <li class="blurb">', $message['member']['blurb'], '</li>';
- // Any custom fields to show as icons?
- if (!empty($message['member']['custom_fields']))
- {
- $shown = false;
- foreach ($message['member']['custom_fields'] as $custom)
- {
- if ($custom['placement'] != 1 || empty($custom['value']))
- continue;
- if (empty($shown))
- {
- $shown = true;
- echo '
- <li class="im_icons">
- <ul>';
- }
- echo '
- <li>', $custom['value'], '</li>';
- }
- if ($shown)
- echo '
- </ul>
- </li>';
- }
- // This shows the popular messaging icons.
- if ($message['member']['has_messenger'] && $message['member']['can_view_profile'])
- echo '
- <li class="im_icons">
- <ul>', !isset($context['disabled_fields']['icq']) && !empty($message['member']['icq']['link']) ? '
- <li>' . $message['member']['icq']['link'] . '</li>' : '', !isset($context['disabled_fields']['msn']) && !empty($message['member']['msn']['link']) ? '
- <li>' . $message['member']['msn']['link'] . '</li>' : '', !isset($context['disabled_fields']['aim']) && !empty($message['member']['aim']['link']) ? '
- <li>' . $message['member']['aim']['link'] . '</li>' : '', !isset($context['disabled_fields']['yim']) && !empty($message['member']['yim']['link']) ? '
- <li>' . $message['member']['yim']['link'] . '</li>' : '', '
- </ul>
- </li>';
- // Show the profile, website, email address, and personal message buttons.
- if ($settings['show_profile_buttons'])
- {
- echo '
- <li class="profile">
- <ul>';
- // Show the profile button
- echo '
- <li><a href="', $message['member']['href'], '">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/icons/profile_sm.gif" alt="' . $txt['view_profile'] . '" title="' . $txt['view_profile'] . '" />' : $txt['view_profile']), '</a></li>';
- // Don't show an icon if they haven't specified a website.
- if ($message['member']['website']['url'] != '' && !isset($context['disabled_fields']['website']))
- echo '
- <li><a href="', $message['member']['website']['url'], '" title="' . $message['member']['website']['title'] . '" target="_blank" class="new_win">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/www_sm.gif" alt="' . $message['member']['website']['title'] . '" />' : $txt['www']), '</a></li>';
- // Don't show the email address if they want it hidden.
- if (in_array($message['member']['show_email'], array('yes', 'yes_permission_override', 'no_through_forum')))
- echo '
- <li><a href="', $scripturl, '?action=emailuser;sa=email;uid=', $message['member']['id'], '" rel="nofollow">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/email_sm.gif" alt="' . $txt['email'] . '" title="' . $txt['email'] . '" />' : $txt['email']), '</a></li>';
- // Since we know this person isn't a guest, you *can* message them.
- if ($context['can_send_pm'])
- echo '
- <li><a href="', $scripturl, '?action=pm;sa=send;u=', $message['member']['id'], '" title="', $message['member']['online']['is_online'] ? $txt['pm_online'] : $txt['pm_offline'], '">', $settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/im_' . ($message['member']['online']['is_online'] ? 'on' : 'off') . '.gif" alt="' . ($message['member']['online']['is_online'] ? $txt['pm_online'] : $txt['pm_offline']) . '" />' : ($message['member']['online']['is_online'] ? $txt['pm_online'] : $txt['pm_offline']), '</a></li>';
- echo '
- </ul>
- </li>';
- }
- // Any custom fields for standard placement?
- if (!empty($message['member']['custom_fields']))
- {
- foreach ($message['member']['custom_fields'] as $custom)
- if (empty($custom['placement']) || empty($custom['value']))
- echo '
- <li class="custom">', $custom['title'], ': ', $custom['value'], '</li>';
- }
- // Are we showing the warning status?
- if ($message['member']['can_see_warning'])
- echo '
- <li class="warning">', $context['can_issue_warning'] ? '<a href="' . $scripturl . '?action=profile;area=issuewarning;u=' . $message['member']['id'] . '">' : '', '<img src="', $settings['images_url'], '/warning_', $message['member']['warning_status'], '.gif" alt="', $txt['user_warn_' . $message['member']['warning_status']], '" />', $context['can_issue_warning'] ? '</a>' : '', '<span class="warn_', $message['member']['warning_status'], '">', $txt['warn_' . $message['member']['warning_status']], '</span></li>';
- }
- // Done with the information about the poster... on to the post itself.
- echo '
- </ul>
- </div>
- <div class="postarea">
- <div class="flow_hidden">
- <div class="keyinfo">
- <h5 id="subject_', $message['id'], '">
- ', $message['subject'], '
- </h5>';
- // Show who the message was sent to.
- echo '
- <span class="smalltext">« <strong> ', $txt['sent_to'], ':</strong> ';
- // People it was sent directly to....
- if (!empty($message['recipients']['to']))
- echo implode(', ', $message['recipients']['to']);
- // Otherwise, we're just going to say "some people"...
- elseif ($context['folder'] != 'sent')
- echo '(', $txt['pm_undisclosed_recipients'], ')';
- echo '
- <strong> ', $txt['on'], ':</strong> ', $message['time'], ' »
- </span>';
- // If we're in the sent items, show who it was sent to besides the "To:" people.
- if (!empty($message['recipients']['bcc']))
- echo '
- <br /><span class="smalltext">« <strong> ', $txt['pm_bcc'], ':</strong> ', implode(', ', $message['recipients']['bcc']), ' »</span>';
- if (!empty($message['is_replied_to']))
- echo '
- <br /><span class="smalltext">« ', $txt['pm_is_replied_to'], ' »</span>';
- echo '
- </div>
- <ul class="reset smalltext quickbuttons">';
- // Show reply buttons if you have the permission to send PMs.
- if ($context['can_send_pm'])
- {
- // You can't really reply if the member is gone.
- if (!$message['member']['is_guest'])
- {
- // Is there than more than one recipient you can reply to?
- if ($message['number_recipients'] > 1 && $context['display_mode'] != 2)
- echo '
- <li class="reply_all_button"><a href="', $scripturl, '?action=pm;sa=send;f=', $context['folder'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';pmsg=', $message['id'], ';quote;u=all">', $txt['reply_to_all'], '</a></li>';
- echo '
- <li class="reply_button"><a href="', $scripturl, '?action=pm;sa=send;f=', $context['folder'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';pmsg=', $message['id'], ';u=', $message['member']['id'], '">', $txt['reply'], '</a></li>
- <li class="quote_button"><a href="', $scripturl, '?action=pm;sa=send;f=', $context['folder'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';pmsg=', $message['id'], ';quote', $context['folder'] == 'sent' ? '' : ';u=' . $message['member']['id'], '">', $txt['quote'], '</a></li>';
- }
- // This is for "forwarding" - even if the member is gone.
- else
- echo '
- <li class="forward_button"><a href="', $scripturl, '?action=pm;sa=send;f=', $context['folder'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';pmsg=', $message['id'], ';quote">', $txt['reply_quote'], '</a></li>';
- }
- echo '
- <li class="remove_button"><a href="', $scripturl, '?action=pm;sa=pmactions;pm_actions[', $message['id'], ']=delete;f=', $context['folder'], ';start=', $context['start'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';', $context['session_var'], '=', $context['session_id'], '" onclick="return confirm(\'', addslashes($txt['remove_message']), '?\');">', $txt['delete'], '</a></li>';
- if (empty($context['display_mode']))
- echo '
- <li class="inline_mod_check"><input type="checkbox" name="pms[]" id="deletedisplay', $message['id'], '" value="', $message['id'], '" onclick="document.getElementById(\'deletelisting', $message['id'], '\').checked = this.checked;" class="input_check" /></li>';
- echo '
- </ul>
- </div>
- <div class="post">
- <div class="inner" id="msg_', $message['id'], '"', '>', $message['body'], '</div>
- <div class="smalltext reportlinks">
- ', (!empty($modSettings['enableReportPM']) && $context['folder'] != 'sent' ? '<div class="righttext"><a href="' . $scripturl . '?action=pm;sa=report;l=' . $context['current_label_id'] . ';pmsg=' . $message['id'] . '">' . $txt['pm_report_to_admin'] . '</a></div>' : '');
- echo '
- </div>';
- // Are there any custom profile fields for above the signature?
- if (!empty($message['member']['custom_fields']))
- {
- $shown = false;
- foreach ($message['member']['custom_fields'] as $custom)
- {
- if ($custom['placement'] != 2 || empty($custom['value']))
- continue;
- if (!$shown)
- {
- $shown = true;
- echo '
- <div class="custom_fields_above_signature">
- <ul class="reset nolist">';
- }
- echo '
- <li>', $custom['value'], '</li>';
- }
- if ($shown)
- echo '
- </ul>
- </div>';
- }
- // Show the member's signature?
- if (!empty($message['member']['signature']) && empty($options['show_no_signatures']) && $context['signature_enabled'])
- echo '
- <div class="signature">', $message['member']['signature'], '</div>';
- // Add an extra line at the bottom if we have labels enabled.
- if ($context['folder'] != 'sent' && !empty($context['currently_using_labels']) && $context['display_mode'] != 2)
- {
- echo '
- <div class="labels righttext">';
- // Add the label drop down box.
- if (!empty($context['currently_using_labels']))
- {
- echo '
- <select name="pm_actions[', $message['id'], ']" onchange="if (this.options[this.selectedIndex].value) form.submit();">
- <option value="">', $txt['pm_msg_label_title'], ':</option>
- <option value="" disabled="disabled">---------------</option>';
- // Are there any labels which can be added to this?
- if (!$message['fully_labeled'])
- {
- echo '
- <option value="" disabled="disabled">', $txt['pm_msg_label_apply'], ':</option>';
- foreach ($context['labels'] as $label)
- if (!isset($message['labels'][$label['id']]))
- echo '
- <option value="', $label['id'], '"> ', $label['name'], '</option>';
- }
- // ... and are there any that can be removed?
- if (!empty($message['labels']) && (count($message['labels']) > 1 || !isset($message['labels'][-1])))
- {
- echo '
- <option value="" disabled="disabled">', $txt['pm_msg_label_remove'], ':</option>';
- foreach ($message['labels'] as $label)
- echo '
- <option value="', $label['id'], '"> ', $label['name'], '</option>';
- }
- echo '
- </select>
- <noscript>
- <input type="submit" value="', $txt['pm_apply'], '" class="button_submit" />
- </noscript>';
- }
- echo '
- </div>';
- }
- echo '
- </div>
- <br class="clear" />
- </div>
- <div class="moderatorbar">
- </div>
- <span class="botslice"><span></span></span>
- </div>';
- }
- if (empty($context['display_mode']))
- echo '
- <div class="pagesection">
- <div class="floatleft">', $txt['pages'], ': ', $context['page_index'], '</div>
- <div class="floatright"><input type="submit" name="del_selected" value="', $txt['quickmod_delete_selected'], '" style="font-weight: normal;" onclick="if (!confirm(\'', $txt['delete_selected_confirm'], '\')) return false;" class="button_submit" /></div>
- </div>';
- // Show a few buttons if we are in conversation mode and outputting the first message.
- elseif ($context['display_mode'] == 2 && isset($conversation_buttons))
- {
- echo '
- <div class="pagesection">';
- template_button_strip($conversation_buttons, 'right');
- echo '
- </div>';
- }
- echo '
- <br />';
- }
- // Individual messages = buttom list!
- if ($context['display_mode'] == 1)
- {
- template_subject_list();
- echo '<br />';
- }
- echo '
- <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
- </form>';
- }
- // Just list all the personal message subjects - to make templates easier.
- function template_subject_list()
- {
- global $context, $options, $settings, $modSettings, $txt, $scripturl;
- echo '
- <table width="100%" class="table_grid">
- <thead>
- <tr class="catbg">
- <th align="center" width="4%" class="first_th">
- <a href="', $scripturl, '?action=pm;view;f=', $context['folder'], ';start=', $context['start'], ';sort=', $context['sort_by'], ($context['sort_direction'] == 'up' ? '' : ';desc'), ($context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : ''), '"><img src="', $settings['images_url'], '/im_switch.gif" alt="', $txt['pm_change_view'], '" title="', $txt['pm_change_view'], '" width="16" height="16" /></a>
- </th>
- <th class="lefttext" width="22%">
- <a href="', $scripturl, '?action=pm;f=', $context['folder'], ';start=', $context['start'], ';sort=date', $context['sort_by'] == 'date' && $context['sort_direction'] == 'up' ? ';desc' : '', $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', '">', $txt['date'], $context['sort_by'] == 'date' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a>
- </th>
- <th class="lefttext" width="46%">
- <a href="', $scripturl, '?action=pm;f=', $context['folder'], ';start=', $context['start'], ';sort=subject', $context['sort_by'] == 'subject' && $context['sort_direction'] == 'up' ? ';desc' : '', $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', '">', $txt['subject'], $context['sort_by'] == 'subject' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a>
- </th>
- <th class="lefttext">
- <a href="', $scripturl, '?action=pm;f=', $context['folder'], ';start=', $context['start'], ';sort=name', $context['sort_by'] == 'name' && $context['sort_direction'] == 'up' ? ';desc' : '', $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', '">', ($context['from_or_to'] == 'from' ? $txt['from'] : $txt['to']), $context['sort_by'] == 'name' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a>
- </th>
- <th align="center" width="4%" class="last_th">
- <input type="checkbox" onclick="invertAll(this, this.form);" class="input_check" />
- </th>
- </tr>
- </thead>
- <tbody>';
- if (!$context['show_delete'])
- echo '
- <tr class="windowbg2">
- <td colspan="5">', $txt['msg_alert_none'], '</td>
- </tr>';
- $next_alternate = false;
- while ($message = $context['get_pmessage']('subject'))
- {
- echo '
- <tr class="', $next_alternate ? 'windowbg' : 'windowbg2', '">
- <td align="center" width="4%">
- <script type="text/javascript"><!-- // --><![CDATA[
- currentLabels[', $message['id'], '] = {';
- if (!empty($message['labels']))
- {
- $first = true;
- foreach ($message['labels'] as $label)
- {
- echo $first ? '' : ',', '
- "', $label['id'], '": "', $label['name'], '"';
- $first = false;
- }
- }
- echo '
- };
- // ]]></script>
- ', $message['is_replied_to'] ? '<img src="' . $settings['images_url'] . '/icons/pm_replied.gif" style="margin-right: 4px;" alt="' . $txt['pm_replied'] . '" />' : '<img src="' . $settings['images_url'] . '/icons/pm_read.gif" style="margin-right: 4px;" alt="' . $txt['pm_read'] . '" />', '</td>
- <td>', $message['time'], '</td>
- <td>', ($context['display_mode'] != 0 && $context['current_pm'] == $message['id'] ? '<img src="' . $settings['images_url'] . '/selected.gif" alt="*" />' : ''), '<a href="', ($context['display_mode'] == 0 || $context['current_pm'] == $message['id'] ? '' : ($scripturl . '?action=pm;pmid=' . $message['id'] . ';kstart;f=' . $context['folder'] . ';start=' . $context['start'] . ';sort=' . $context['sort_by'] . ($context['sort_direction'] == 'up' ? ';' : ';desc') . ($context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : ''))), '#msg', $message['id'], '">', $message['subject'], '</a>', $message['is_unread'] ? ' <img src="' . $settings['lang_images_url'] . '/new.gif" alt="' . $txt['new'] . '" />' : '', '</td>
- <td>', ($context['from_or_to'] == 'from' ? $message['member']['link'] : (empty($message['recipients']['to']) ? '' : implode(', ', $message['recipients']['to']))), '</td>
- <td align="center" width="4%"><input type="checkbox" name="pms[]" id="deletelisting', $message['id'], '" value="', $message['id'], '"', $message['is_selected'] ? ' checked="checked"' : '', ' onclick="if (document.getElementById(\'deletedisplay', $message['id'], '\')) document.getElementById(\'deletedisplay', $message['id'], '\').checked = this.checked;" class="input_check" /></td>
- </tr>';
- $next_alternate = !$next_alternate;
- }
- echo '
- </tbody>
- </table>
- <div class="pagesection">
- <div class="floatleft">', $txt['pages'], ': ', $context['page_index'], '</div>
- <div class="floatright"> ';
- if ($context['show_delete'])
- {
- if (!empty($context['currently_using_labels']) && $context['folder'] != 'sent')
- {
- echo '
- <select name="pm_action" onchange="if (this.options[this.selectedIndex].value) this.form.submit();" onfocus="loadLabelChoices();">
- <option value="">', $txt['pm_sel_label_title'], ':</option>
- <option value="" disabled="disabled">---------------</option>';
- echo '
- <option value="" disabled="disabled">', $txt['pm_msg_label_apply'], ':</option>';
- foreach ($context['labels'] as $label)
- if ($label['id'] != $context['current_label_id'])
- echo '
- <option value="add_', $label['id'], '"> ', $label['name'], '</option>';
- echo '
- <option value="" disabled="disabled">', $txt['pm_msg_label_remove'], ':</option>';
- foreach ($context['labels'] as $label)
- echo '
- <option value="rem_', $label['id'], '"> ', $label['name'], '</option>';
- echo '
- </select>
- <noscript>
- <input type="submit" value="', $txt['pm_apply'], '" class="button_submit" />
- </noscript>';
- }
- echo '
- <input type="submit" name="del_selected" value="', $txt['quickmod_delete_selected'], '" onclick="if (!confirm(\'', $txt['delete_selected_confirm'], '\')) return false;" class="button_submit" />';
- }
- echo '
- </div>
- </div>';
- }
- function template_search()
- {
- global $context, $settings, $options, $scripturl, $modSettings, $txt;
- echo '
- <form action="', $scripturl, '?action=pm;sa=search2" method="post" accept-charset="', $context['character_set'], '" name="searchform" id="searchform">
- <div class="cat_bar">
- <h3 class="catbg">', $txt['pm_search_title'], '</h3>
- </div>';
- if (!empty($context['search_errors']))
- {
- echo '
- <div class="errorbox">
- ', implode('<br />', $context['search_errors']['messages']), '
- </div>';
- }
- if ($context['simple_search'])
- {
- echo '
- <fieldset id="simple_search">
- <span class="upperframe"><span></span></span>
- <div class="roundframe">
- <div id="search_term_input">
- <strong>', $txt['pm_search_text'], ':</strong>
- <input type="text" name="search"', !empty($context['search_params']['search']) ? ' value="' . $context['search_params']['search'] . '"' : '', ' size="40" class="input_text" />
- <input type="submit" name="submit" value="', $txt['pm_search_go'], '" class="button_submit" />
- </div>
- <a href="', $scripturl, '?action=pm;sa=search;advanced" onclick="this.href += \';search=\' + escape(document.forms.searchform.search.value);">', $txt['pm_search_advanced'], '</a>
- <input type="hidden" name="advanced" value="0" />
- </div>
- <span class="lowerframe"><span></span></span>
- </fieldset>';
- }
- // Advanced search!
- else
- {
- echo '
- <fieldset id="advanced_search">
- <span class="upperframe"><span></span></span>
- <div class="roundframe">
- <input type="hidden" name="advanced" value="1" />
- <span class="enhanced">
- <strong>', $txt['pm_search_text'], ':</strong>
- <input type="text" name="search"', !empty($context['search_params']['search']) ? ' value="' . $context['search_params']['search'] . '"' : '', ' size="40" class="input_text" />
- <script type="text/javascript"><!-- // --><![CDATA[
- createEventListener(window);
- window.addEventListener("load", initSearch, false);
- // ]]></script>
- <select name="searchtype">
- <option value="1"', empty($context['search_params']['searchtype']) ? ' selected="selected"' : '', '>', $txt['pm_search_match_all'], '</option>
- <option value="2"', !empty($context['search_params']['searchtype']) ? ' selected="selected"' : '', '>', $txt['pm_search_match_any'], '</option>
- </select>
- </span>
- <dl id="search_options">
- <dt>', $txt['pm_search_user'], ':</dt>
- <dd><input type="text" name="userspec" value="', empty($context['search_params']['userspec']) ? '*' : $context['search_params']['userspec'], '" size="40" class="input_text" /></dd>
- <dt>', $txt['pm_search_order'], ':</dt>
- <dd>
- <select name="sort">
- <option value="relevance|desc">', $txt['pm_search_orderby_relevant_first'], '</option>
- <option value="id_pm|desc">', $txt['pm_search_orderby_recent_first'], '</option>
- <option value="id_pm|asc">', $txt['pm_search_orderby_old_first'], '</option>
- </select>
- </dd>
- <dt class="options">', $txt['pm_search_options'], ':</dt>
- <dd class="options">
- <label for="show_complete"><input type="checkbox" name="show_complete" id="show_complete" value="1"', !empty($context['search_params']['show_complete']) ? ' checked="checked"' : '', ' class="input_check" /> ', $txt['pm_search_show_complete'], '</label><br />
- <label for="subject_only"><input type="checkbox" name="subject_only" id="subject_only" value="1"', !empty($context['search_params']['subject_only']) ? ' checked="checked"' : '', ' class="input_check" /> ', $txt['pm_search_subject_only'], '</label>
- </dd>
- <dt class="between">', $txt['pm_search_post_age'], ':</dt>
- <dd>', $txt['pm_search_between'], ' <input type="text" name="minage" value="', empty($context['search_params']['minage']) ? '0' : $context['search_params']['minage'], '" size="5" maxlength="5" class="input_text" /> ', $txt['pm_search_between_and'], ' <input type="text" name="maxage" value="', empty($context['search_params']['maxage']) ? '9999' : $context['search_params']['maxage'], '" size="5" maxlength="5" class="input_text" /> ', $txt['pm_search_between_days'], '</dd>
- </dl>';
- if (!$context['currently_using_labels'])
- echo '
- <input type="submit" name="submit" value="', $txt['pm_search_go'], '" class="button_submit floatright" />';
- echo '
- <br class="clear" />
- </div>
- <span class="lowerframe"><span></span></span>
- </fieldset>';
- // Do we have some labels setup? If so offer to search by them!
- if ($context['currently_using_labels'])
- {
- echo '
- <fieldset class="labels">
- <span class="upperframe"><span></span></span>
- <div class="roundframe">
- <div class="title_bar">
- <h4 class="titlebg">
- <span class="ie6_header floatleft"><a href="javascript:void(0);" onclick="expandCollapseLabels(); return false;"><img src="', $settings['images_url'], '/expand.gif" id="expandLabelsIcon" alt="" /></a> <a href="javascript:void(0);" onclick="expandCollapseLabels(); return false;"><strong>', $txt['pm_search_choose_label'], '</strong></a></span>
- </h4>
- </div>
- <ul id="searchLabelsExpand" class="reset" ', $context['check_all'] ? 'style="display: none;"' : '', '>';
- foreach ($context['search_labels'] as $label)
- echo '
- <li>
- <label for="searchlabel_', $label['id'], '"><input type="checkbox" id="searchlabel_', $label['id'], '" name="searchlabel[', $label['id'], ']" value="', $label['id'], '" ', $label['checked'] ? 'checked="checked"' : '', ' class="input_check" />
- ', $label['name'], '</label>
- </li>';
- echo '
- </ul>
- <p>
- <span class="floatleft"><input type="checkbox" name="all" id="check_all" value="" ', $context['check_all'] ? 'checked="checked"' : '', ' onclick="invertAll(this, this.form, \'searchlabel\');" class="input_check" /><em> <label for="check_all">', $txt['check_all'], '</label></em></span>
- <input type="submit" name="submit" value="', $txt['pm_search_go'], '" class="button_submit floatright" />
- </p><br class="clear" />
- </div>
- <span class="lowerframe"><span></span></span>
- </fieldset>';
- }
- }
- echo '
- </form>';
- }
- function template_search_results()
- {
- global $context, $settings, $options, $scripturl, $modSettings, $txt;
- echo '
- <div class="cat_bar">
- <h3 class="catbg">', $txt['pm_search_results'], '</h3>
- </div>
- <div class="pagesection">
- <strong>', $txt['pages'], ':</strong> ', $context['page_index'], '
- </div>';
- // complete results ?
- if (empty($context['search_params']['show_complete']) && !empty($context['personal_messages']))
- echo '
- <table width="100%" class="table_grid">
- <thead>
- <tr class="catbg">
- <th class="lefttext first_th" width="30%">', $txt['date'], '</th>
- <th class="lefttext" width="50%">', $txt['subject'], '</th>
- <th class="lefttext last_th" width="20%">', $txt['from'], '</th>
- </tr>
- </thead>
- <tbody>';
- $alternate = true;
- // Print each message out...
- foreach ($context['personal_messages'] as $message)
- {
- // We showing it all?
- if (!empty($context['search_params']['show_complete']))
- {
- echo '
- <div class="title_bar">
- <h3 class="titlebg">
- <span class="floatright">', $txt['search_on'], ': ', $message['time'], '</span>
- <span class="floatleft">', $message['counter'], ' <a href="', $message['href'], '">', $message['subject'], '</a></span>
- </h3>
- </div>
- <div class="cat_bar">
- <h3 class="catbg">', $txt['from'], ': ', $message['member']['link'], ', ', $txt['to'], ': ';
- // Show the recipients.
- // @todo This doesn't deal with the sent item searching quite right for bcc.
- if (!empty($message['recipients']['to']))
- echo implode(', ', $message['recipients']['to']);
- // Otherwise, we're just going to say "some people"...
- elseif ($context['folder'] != 'sent')
- echo '(', $txt['pm_undisclosed_recipients'], ')';
- echo '
- </h3>
- </div>
- <div class="windowbg', $alternate ? '2': '', '">
- <span class="topslice"><span></span></span>
- <div class="content">
- ', $message['body'], '
- <p class="pm_reply righttext middletext">';
- if ($context['can_send_pm'])
- {
- $quote_button = create_button('quote.gif', 'reply_quote', 'reply_quote', 'align="middle"');
- $reply_button = create_button('im_reply.gif', 'reply', 'reply', 'align="middle"');
- // You can only reply if they are not a guest...
- if (!$message['member']['is_guest'])
- echo '
- <a href="', $scripturl, '?action=pm;sa=send;f=', $context['folder'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';pmsg=', $message['id'], ';quote;u=', $context['folder'] == 'sent' ? '' : $message['member']['id'], '">', $quote_button , '</a>', $context['menu_separator'], '
- <a href="', $scripturl, '?action=pm;sa=send;f=', $context['folder'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';pmsg=', $message['id'], ';u=', $message['member']['id'], '">', $reply_button , '</a> ', $context['menu_separator'];
- // This is for "forwarding" - even if the member is gone.
- else
- echo '
- <a href="', $scripturl, '?action=pm;sa=send;f=', $context['folder'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';pmsg=', $message['id'], ';quote">', $quote_button , '</a>', $context['menu_separator'];
- }
- echo '
- </p>
- </div>
- <span class="botslice"><span></span></span>
- </div>';
- }
- // Otherwise just a simple list!
- else
- {
- // @todo No context at all of the search?
- echo '
- <tr class="', $alternate ? 'windowbg' : 'windowbg2', '" valign="top">
- <td>', $message['time'], '</td>
- <td>', $message['link'], '</td>
- <td>', $message['member']['link'], '</td>
- </tr>';
- }
- $alternate = !$alternate;
- }
- // Finish off the page...
- if (empty($context['search_params']['show_complete']) && !empty($context['personal_messages']))
- echo '
- </tbody>
- </table>';
- // No results?
- if (empty($context['personal_messages']))
- echo '
- <div class="windowbg">
- <span class="topslice"><span></span></span>
- <div class="content">
- <p class="centertext">', $txt['pm_search_none_found'], '</p>
- </div>
- <span class="botslice"><span></span></span>
- </div>';
- echo '
- <div class="pagesection">
- <strong>', $txt['pages'], ':</strong> ', $context['page_index'], '
- </div>';
- }
- function template_send()
- {
- global $context, $settings, $options, $scripturl, $modSettings, $txt;
- // Show which messages were sent successfully and which failed.
- if (!empty($context['send_log']))
- {
- echo '
- <div class="cat_bar">
- <h3 class="catbg">', $txt['pm_send_report'], '</h3>
- </div>
- <div class="windowbg">
- <span class="topslice"><span></span></span>
- <div class="content">';
- if (!empty($context['send_log']['sent']))
- foreach ($context['send_log']['sent'] as $log_entry)
- echo '<span class="error">', $log_entry, '</span><br />';
- if (!empty($context['send_log']['failed']))
- foreach ($context['send_log']['failed'] as $log_entry)
- echo '<span class="error">', $log_entry, '</span><br />';
- echo '
- </div>
- <span class="botslice"><span></span></span>
- </div>
- <br />';
- }
- // Show the preview of the personal message.
- if (isset($context['preview_message']))
- echo '
- <div class="cat_bar">
- <h3 class="catbg">', $context['preview_subject'], '</h3>
- </div>
- <div class="windowbg">
- <span class="topslice"><span></span></span>
- <div class="content">
- ', $context['preview_message'], '
- </div>
- <span class="botslice"><span></span></span>
- </div>
- <br />';
- // Main message editing box.
- echo '
- <div class="cat_bar">
- <h3 class="catbg">
- <span class="ie6_header floatleft"><img src="', $settings['images_url'], '/icons/im_newmsg.gif" alt="', $txt['new_message'], '" title="', $txt['new_message'], '" /> ', $txt['new_message'], '</span>
- </h3>
- </div>';
- echo '
- <form action="', $scripturl, '?action=pm;sa=send2" method="post" accept-charset="', $context['character_set'], '" name="postmodify" id="postmodify" class="flow_hidden" onsubmit="submitonce(this);smc_saveEntities(\'postmodify\', [\'subject\', \'message\']);">
- <div>
- <span class="upperframe"><span></span></span>
- <div class="roundframe"><br class="clear" />';
- // If there were errors for sending the PM, show them.
- if (!empty($context['post_error']['messages']))
- {
- echo '
- <div class="errorbox">
- <strong>', $txt['error_while_submitting'], '</strong>
- <ul class="reset">';
- foreach ($context['post_error']['messages'] as $error)
- echo '
- <li class="error">', $error, '</li>';
- echo '
- </ul>
- </div>';
- }
- echo '
- <dl id="post_header">';
- // To and bcc. Include a button to search for members.
- echo '
- <dt>
- <span', (isset($context['post_error']['no_to']) || isset($context['post_error']['bad_to']) ? ' class="error"' : ''), '>', $txt['pm_to'], ':</span>
- </dt>';
- // Autosuggest will be added by the JavaScript later on.
- echo '
- <dd id="pm_to" class="clear_right">
- <input type="text" name="to" id="to_control" value="', $context['to_value'], '" tabindex="', $context['tabindex']++, '" size="40" style="width: 130px;" class="input_text" />';
- // A link to add BCC, only visible with JavaScript enabled.
- echo '
- <span class="smalltext" id="bcc_link_container" style="display: none;"></span>';
- // A div that'll contain the items found by the autosuggest.
- echo '
- <div id="to_item_list_container"></div>';
- echo '
- </dd>';
- // This BCC row will be hidden by default if JavaScript is enabled.
- echo '
- <dt class="clear_left" id="bcc_div">
- <span', (isset($context['post_error']['no_to']) || isset($context['post_error']['bad_bcc']) ? ' class="error"' : ''), '>', $txt['pm_bcc'], ':</span>
- </dt>
- <dd id="bcc_div2">
- <input type="text" name="bcc" id="bcc_control" value="', $context['bcc_value'], '" tabindex="', $context['tabindex']++, '" size="40" style="width: 130px;" class="input_text" />
- <div id="bcc_item_list_container"></div>
- </dd>';
- // The subject of the PM.
- echo '
- <dt class="clear_left">
- <span', (isset($context['post_error']['no_subject']) ? ' class="error"' : ''), '>', $txt['subject'], ':</span>
- </dt>
- <dd id="pm_subject">
- <input type="text" name="subject" value="', $context['subject'], '" tabindex="', $context['tabindex']++, '" size="60" maxlength="60" />
- </dd>
- </dl><hr class="clear" />';
- // Showing BBC?
- if ($context['show_bbc'])
- {
- echo '
- <div id="bbcBox_message"></div>';
- }
- // What about smileys?
- if (!empty($context['smileys']['postform']) || !empty($context['smileys']['popup']))
- echo '
- <div id="smileyBox_message"></div>';
- // Show BBC buttons, smileys and textbox.
- echo '
- ', template_control_richedit($context['post_box_name'], 'smileyBox_message', 'bbcBox_message');
- // Require an image to be typed to save spamming?
- if ($context['require_verification'])
- {
- echo '
- <div class="post_verification">
- <strong>', $txt['pm_visual_verification_label'], ':</strong>
- ', template_control_verification($context['visual_verification_id'], 'all'), '
- </div>';
- }
- // Send, Preview, spellcheck buttons.
- echo '
- <p><label for="outbox"><input type="checkbox" name="outbox" id="outbox" value="1" tabindex="', $context['tabindex']++, '"', $context['copy_to_outbox'] ? ' checked="checked"' : '', ' class="input_check" /> ', $txt['pm_save_outbox'], '</label></p>
- <p id="shortcuts" class="smalltext">
- ', isBrowser('is_firefox') ? $txt['shortcuts_firefox'] : $txt['shortcuts'], '
- </p>
- <p id="post_confirm_strip" class="righttext">
- ', template_control_richedit_buttons($context['post_box_name']), '
- </p>
- <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
- <input type="hidden" name="seqnum" value="', $context['form_sequence_number'], '" />
- <input type="hidden" name="replied_to" value="', !empty($context['quoted_message']['id']) ? $context['quoted_message']['id'] : 0, '" />
- <input type="hidden" name="pm_head" value="', !empty($context['quoted_message']['pm_head']) ? $context['quoted_message']['pm_head'] : 0, '" />
- <input type="hidden" name="f" value="', isset($context['folder']) ? $context['folder'] : '', '" />
- <input type="hidden" name="l" value="', isset($context['current_label_id']) ? $context['current_label_id'] : -1, '" />
- <br class="clear" />
- </div>
- <span class="lowerframe"><span></span></span>
- </div>
- </form>';
- // Show the message you're replying to.
- if ($context['reply'])
- echo '
- <br />
- <br />
- <div class="cat_bar">
- <h3 class="catbg">', $txt['subject'], ': ', $context['quoted_message']['subject'], '</h3>
- </div>
- <div class="windowbg2">
- <span class="topslice"><span></span></span>
- <div class="content">
- <div class="clear">
- <span class="smalltext floatright">', $txt['on'], ': ', $context['quoted_message']['time'], '</span>
- <strong>', $txt['from'], ': ', $context['quoted_message']['member']['name'], '</strong>
- </div><hr />
- ', $context['quoted_message']['body'], '
- </div>
- <span class="botslice"><span></span></span>
- </div><br class="clear" />';
- echo '
- <script type="text/javascript" src="', $settings['default_theme_url'], '/scripts/PersonalMessage.js?fin20"></script>
- <script type="text/javascript" src="', $settings['default_theme_url'], '/scripts/suggest.js?fin20"></script>
- <script type="text/javascript"><!-- // --><![CDATA[
- var oPersonalMessageSend = new smf_PersonalMessageSend({
- sSelf: \'oPersonalMessageSend\',
- sSessionId: \'', $context['session_id'], '\',
- sSessionVar: \'', $context['session_var'], '\',
- sTextDeleteItem: \'', $txt['autosuggest_delete_item'], '\',
- sToControlId: \'to_control\',
- aToRecipients: [';
- foreach ($context['recipients']['to'] as $i => $member)
- echo '
- {
- sItemId: ', JavaScriptEscape($member['id']), ',
- sItemName: ', JavaScriptEscape($member['name']), '
- }', $i == count($context['recipients']['to']) - 1 ? '' : ',';
- echo '
- ],
- aBccRecipients: [';
- foreach ($context['recipients']['bcc'] as $i => $member)
- echo '
- {
- sItemId: ', JavaScriptEscape($member['id']), ',
- sItemName: ', JavaScriptEscape($member['name']), '
- }', $i == count($context['recipients']['bcc']) - 1 ? '' : ',';
- echo '
- ],
- sBccControlId: \'bcc_control\',
- sBccDivId: \'bcc_div\',
- sBccDivId2: \'bcc_div2\',
- sBccLinkId: \'bcc_link\',
- sBccLinkContainerId: \'bcc_link_container\',
- bBccShowByDefault: ', empty($context['recipients']['bcc']) && empty($context['bcc_value']) ? 'false' : 'true', ',
- sShowBccLinkTemplate: ', JavaScriptEscape('
- <a href="#" id="bcc_link">' . $txt['make_bcc'] . '</a> <a href="' . $scripturl . '?action=helpadmin;help=pm_bcc" onclick="return reqWin(this.href);">(?)</a>'
- ), '
- });
- ';
- echo '
- // ]]></script>';
- }
- // This template asks the user whether they wish to empty out their folder/messages.
- function template_ask_delete()
- {
- global $context, $settings, $options, $scripturl, $modSettings, $txt;
- echo '
- <div class="cat_bar">
- <h3 class="catbg">', ($context['delete_all'] ? $txt['delete_message'] : $txt['delete_all']), '</h3>
- </div>
- <div class="windowbg">
- <span class="topslice"><span></span></span>
- <div class="content">
- <p>', $txt['delete_all_confirm'], '</p><br />
- <strong><a href="', $scripturl, '?action=pm;sa=removeall2;f=', $context['folder'], ';', $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';', $context['session_var'], '=', $context['session_id'], '">', $txt['yes'], '</a> - <a href="javascript:history.go(-1);">', $txt['no'], '</a></strong>
- </div>
- <span class="botslice"><span></span></span>
- </div>';
- }
- // This template asks the user what messages they want to prune.
- function template_prune()
- {
- global $context, $settings, $options, $scripturl, $txt;
- echo '
- <form action="', $scripturl, '?action=pm;sa=prune" method="post" accept-charset="', $context['character_set'], '" onsubmit="return confirm(\'', $txt['pm_prune_warning'], '\');">
- <div class="cat_bar">
- <h3 class="catbg">', $txt['pm_prune'], '</h3>
- </div>
- <div class="windowbg">
- <span class="topslice"><span></span></span>
- <div class="content">
- <p>', $txt['pm_prune_desc1'], ' <input type="text" name="age" size="3" value="14" class="input_text" /> ', $txt['pm_prune_desc2'], '</p>
- <div class="righttext">
- <input type="submit" value="', $txt['delete'], '" class="button_submit" />
- </div>
- </div>
- <span class="botslice"><span></span></span>
- </div>
- <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
- </form>';
- }
- // Here we allow the user to setup labels, remove labels and change rules for labels (i.e, do quite a bit)
- function template_labels()
- {
- global $context, $settings, $options, $scripturl, $txt;
- echo '
- <form action="', $scripturl, '?action=pm;sa=manlabels" method="post" accept-charset="', $context['character_set'], '">
- <div class="cat_bar">
- <h3 class="catbg">', $txt['pm_manage_labels'], '</h3>
- </div>
- <div class="description">
- ', $txt['pm_labels_desc'], '
- </div>
- <table width="100%" class="table_grid">
- <thead>
- <tr class="catbg">
- <th class="lefttext first_th">
- ', $txt['pm_label_name'], '
- </th>
- <th class="centertext last_th" width="4%">';
- if (count($context['labels']) > 2)
- echo '
- <input type="checkbox" class="input_check" onclick="invertAll(this, this.form);" />';
- echo '
- </th>
- </tr>
- </thead>
- <tbody>';
- if (count($context['labels']) < 2)
- echo '
- <tr class="windowbg2">
- <td colspan="2" align="center">', $txt['pm_labels_no_exist'], '</td>
- </tr>';
- else
- {
- $alternate = true;
- foreach ($context['labels'] as $label)
- {
- if ($label['id'] == -1)
- continue;
- echo '
- <tr class="', $alternate ? 'windowbg2' : 'windowbg', '">
- <td>
- <input type="text" name="label_name[', $label['id'], ']" value="', $label['name'], '" size="30" maxlength="30" class="input_text" />
- </td>
- <td width="4%" align="center"><input type="checkbox" class="input_check" name="delete_label[', $label['id'], ']" /></td>
- </tr>';
- $alternate = !$alternate;
- }
- }
- echo '
- </tbody>
- </table>';
- if (!count($context['labels']) < 2)
- echo '
- <div class="padding righttext">
- <input type="submit" name="save" value="', $txt['save'], '" class="button_submit" />
- <input type="submit" name="delete" value="', $txt['quickmod_delete_selected'], '" onclick="return confirm(\'', $txt['pm_labels_delete'], '\');" class="button_submit" />
- </div>';
- echo '
- <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
- </form>
- <form action="', $scripturl, '?action=pm;sa=manlabels" method="post" accept-charset="', $context['character_set'], '" style="margin-top: 1ex;">
- <div class="cat_bar">
- <h3 class="catbg">', $txt['pm_label_add_new'], '</h3>
- </div>
- <div class="windowbg">
- <span class="topslice"><span></span></span>
- <div class="content">
- <dl class="settings">
- <dt>
- <strong><label for="add_label">', $txt['pm_label_name'], '</label>:</strong>
- </dt>
- <dd>
- <input type="text" id="add_label" name="label" value="" size="30" maxlength="30" class="input_text" />
- </dd>
- </dl>
- <div class="righttext">
- <input type="submit" name="add" value="', $txt['pm_label_add_new'], '" class="button_submit" />
- </div>
- </div>
- <span class="botslice"><span></span></span>
- </div>
- <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
- </form><br />';
- }
- // Template for reporting a personal message.
- function template_report_message()
- {
- global $context, $settings, $options, $txt, $scripturl;
- echo '
- <form action="', $scripturl, '?action=pm;sa=report;l=', $context['current_label_id'], '" method="post" accept-charset="', $context['character_set'], '">
- <input type="hidden" name="pmsg" value="', $context['pm_id'], '" />
- <div class="cat_bar">
- <h3 class="catbg">', $txt['pm_report_title'], '</h3>
- </div>
- <div class="description">
- ', $txt['pm_report_desc'], '
- </div>
- <div class="windowbg">
- <span class="topslice"><span></span></span>
- <div class="content">
- <dl class="settings">';
- // If there is more than one admin on the forum, allow the user to choose the one they want to direct to.
- // @todo Why?
- if ($context['admin_count'] > 1)
- {
- echo '
- <dt>
- <strong>', $txt['pm_report_admins'], ':</strong>
- </dt>
- <dd>
- <select name="ID_ADMIN">
- <option value="0">', $txt['pm_report_all_admins'], '</option>';
- foreach ($context['admins'] as $id => $name)
- echo '
- <option value="', $id, '">', $name, '</option>';
- echo '
- </select>
- </dd>';
- }
- echo '
- <dt>
- <strong>', $txt['pm_report_reason'], ':</strong>
- </dt>
- <dd>
- <textarea name="reason" rows="4" cols="70" style="' . (isBrowser('is_ie8') ? 'width: 635px; max-width: 80%; min-width: 80%' : 'width: 80%') . ';"></textarea>
- </dd>
- </dl>
- <div class="righttext">
- <input type="submit" name="report" value="', $txt['pm_report_message'], '" class="button_submit" />
- </div>
- </div>
- <span class="botslice"><span></span></span>
- </div>
- <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
- </form>';
- }
- // Little template just to say "Yep, it's been submitted"
- function template_report_message_complete()
- {
- global $context, $settings, $options, $txt, $scripturl;
- echo '
- <div class="cat_bar">
- <h3 class="catbg">', $txt['pm_report_title'], '</h3>
- </div>
- <div class="windowbg">
- <span class="topslice"><span></span></span>
- <div class="content">
- <p>', $txt['pm_report_done'], '</p>
- <a href="', $scripturl, '?action=pm;l=', $context['current_label_id'], '">', $txt['pm_report_return'], '</a>
- </div>
- <span class="botslice"><span></span></span>
- </div>';
- }
- // Manage rules.
- function template_rules()
- {
- global $context, $settings, $options, $txt, $scripturl;
- echo '
- <form action="', $scripturl, '?action=pm;sa=manrules" method="post" accept-charset="', $context['character_set'], '" name="manRules" id="manrules">
- <div class="cat_bar">
- <h3 class="catbg">', $txt['pm_manage_rules'], '</h3>
- </div>
- <div class="description">
- ', $txt['pm_manage_rules_desc'], '
- </div>
- <table width="100%" class="table_grid">
- <thead>
- <tr class="catbg">
- <th class="lefttext first_th">
- ', $txt['pm_rule_title'], '
- </th>
- <th width="4%" class="centertext last_th">';
- if (!empty($context['rules']))
- echo '
- <input type="checkbox" onclick="invertAll(this, this.form);" class="input_check" />';
- echo '
- </th>
- </tr>
- </thead>
- <tbody>';
- if (empty($context['rules']))
- echo '
- <tr class="windowbg2">
- <td colspan="2" align="center">
- ', $txt['pm_rules_none'], '
- </td>
- </tr>';
- $alternate = false;
- foreach ($context['rules'] as $rule)
- {
- echo '
- <tr class="', $alternate ? 'windowbg' : 'windowbg2', '">
- <td>
- <a href="', $scripturl, '?action=pm;sa=manrules;add;rid=', $rule['id'], '">', $rule['name'], '</a>
- </td>
- <td width="4%" align="center">
- <input type="checkbox" name="delrule[', $rule['id'], ']" class="input_check" />
- </td>
- </tr>';
- $alternate = !$alternate;
- }
- echo '
- </tbody>
- </table>
- <div class="righttext">
- [<a href="', $scripturl, '?action=pm;sa=manrules;add;rid=0">', $txt['pm_add_rule'], '</a>]';
- if (!empty($context['rules']))
- echo '
- [<a href="', $scripturl, '?action=pm;sa=manrules;apply;', $context['session_var'], '=', $context['session_id'], '" onclick="return confirm(\'', $txt['pm_js_apply_rules_confirm'], '\');">', $txt['pm_apply_rules'], '</a>]';
- if (!empty($context['rules']))
- echo '
- <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
- <input type="submit" name="delselected" value="', $txt['pm_delete_selected_rule'], '" onclick="return confirm(\'', $txt['pm_js_delete_rule_confirm'], '\');" class="button_submit smalltext" />';
- echo '
- </div>
- </form>';
- }
- // Template for adding/editing a rule.
- function template_add_rule()
- {
- global $context, $settings, $options, $txt, $scripturl;
- echo '
- <script type="text/javascript"><!-- // --><![CDATA[
- var criteriaNum = 0;
- var actionNum = 0;
- var groups = new Array()
- var labels = new Array()';
- foreach ($context['groups'] as $id => $title)
- echo '
- groups[', $id, '] = "', addslashes($title), '";';
- foreach ($context['labels'] as $label)
- if ($label['id'] != -1)
- echo '
- labels[', ($label['id'] + 1), '] = "', addslashes($label['name']), '";';
- echo '
- function addCriteriaOption()
- {
- if (criteriaNum == 0)
- {
- for (var i = 0; i < document.forms.addrule.elements.length; i++)
- if (document.forms.addrule.elements[i].id.substr(0, 8) == "ruletype")
- criteriaNum++;
- }
- criteriaNum++
- setOuterHTML(document.getElementById("criteriaAddHere"), \'<br /><select name="ruletype[\' + criteriaNum + \']" id="ruletype\' + criteriaNum + \'" onchange="updateRuleDef(\' + criteriaNum + \'); rebuildRuleDesc();"><option value="">', addslashes($txt['pm_rule_criteria_pick']), ':<\' + \'/option><option value="mid">', addslashes($txt['pm_rule_mid']), '<\' + \'/option><option value="gid">', addslashes($txt['pm_rule_gid']), '<\' + \'/option><option value="sub">', addslashes($txt['pm_rule_sub']), '<\' + \'/option><option value="msg">', addslashes($txt['pm_rule_msg']), '<\' + \'/option><option value="bud">', addslashes($txt['pm_rule_bud']), '<\' + \'/option><\' + \'/select> <span id="defdiv\' + criteriaNum + \'" style="display: none;"><input type="text" name="ruledef[\' + criteriaNum + \']" id="ruledef\' + criteriaNum + \'" onkeyup="rebuildRuleDesc();" value="" class="input_text" /><\' + \'/span><span id="defseldiv\' + criteriaNum + \'" style="display: none;"><select name="ruledefgroup[\' + criteriaNum + \']" id="ruledefgroup\' + criteriaNum + \'" onchange="rebuildRuleDesc();"><option value="">', addslashes($txt['pm_rule_sel_group']), '<\' + \'/option>';
- foreach ($context['groups'] as $id => $group)
- echo '<option value="', $id, '">', strtr($group, array("'" => "\'")), '<\' + \'/option>';
- echo '<\' + \'/select><\' + \'/span><span id="criteriaAddHere"><\' + \'/span>\');
- }
- function addActionOption()
- {
- if (actionNum == 0)
- {
- for (var i = 0; i < document.forms.addrule.elements.length; i++)
- if (document.forms.addrule.elements[i].id.substr(0, 7) == "acttype")
- actionNum++;
- }
- actionNum++
- setOuterHTML(document.getElementById("actionAddHere"), \'<br /><select name="acttype[\' + actionNum + \']" id="acttype\' + actionNum + \'" onchange="updateActionDef(\' + actionNum + \'); rebuildRuleDesc();"><option value="">', addslashes($txt['pm_rule_sel_action']), ':<\' + \'/option><option value="lab">', addslashes($txt['pm_rule_label']), '<\' + \'/option><option value="del">', addslashes($txt['pm_rule_delete']), '<\' + \'/option><\' + \'/select> <span id="labdiv\' + actionNum + \'" style="display: none;"><select name="labdef[\' + actionNum + \']" id="labdef\' + actionNum + \'" onchange="rebuildRuleDesc();"><option value="">', addslashes($txt['pm_rule_sel_label']), '<\' + \'/option>';
- foreach ($context['labels'] as $label)
- if ($label['id'] != -1)
- echo '<option value="', ($label['id'] + 1), '">', addslashes($label['name']), '<\' + \'/option>';
- echo '<\' + \'/select><\' + \'/span><span id="actionAddHere"><\' + \'/span>\');
- }
- // Rebuild the rule description!
- function rebuildRuleDesc()
- {
- // Start with nothing.
- var text = "";
- var joinText = "";
- var actionText = "";
- var hadBuddy = false;
- var foundCriteria = false;
- var foundAction = false;
- var curNum, curVal, curDef;
- for (var i = 0; i < document.forms.addrule.elements.length; i++)
- {
- if (document.forms.addrule.elements[i].id.substr(0, 8) == "ruletype")
- {
- if (foundCriteria)
- joinText = document.getElementById("logic").value == \'and\' ? ', JavaScriptEscape(' ' . $txt['pm_readable_and'] . ' '), ' : ', JavaScriptEscape(' ' . $txt['pm_readable_or'] . ' '), ';
- else
- joinText = \'\';
- foundCriteria = true;
- curNum = document.forms.addrule.elements[i].id.match(/\d+/);
- curVal = document.forms.addrule.elements[i].value;
- if (curVal == "gid")
- curDef = document.getElementById("ruledefgroup" + curNum).value.php_htmlspecialchars();
- else if (curVal != "bud")
- curDef = document.getElementById("ruledef" + curNum).value.php_htmlspecialchars();
- else
- curDef = "";
- // What type of test is this?
- if (curVal == "mid" && curDef)
- text += joinText + ', JavaScriptEscape($txt['pm_readable_member']), '.replace("{MEMBER}", curDef);
- else if (curVal == "gid" && curDef && groups[curDef])
- text += joinText + ', JavaScriptEscape($txt['pm_readable_group']), '.replace("{GROUP}", groups[curDef]);
- else if (curVal == "sub" && curDef)
- text += joinText + ', JavaScriptEscape($txt['pm_readable_subject']), '.replace("{SUBJECT}", curDef);
- else if (curVal == "msg" && curDef)
- text += joinText + ', JavaScriptEscape($txt['pm_readable_body']), '.replace("{BODY}", curDef);
- else if (curVal == "bud" && !hadBuddy)
- {
- text += joinText + ', JavaScriptEscape($txt['pm_readable_buddy']), ';
- hadBuddy = true;
- }
- }
- if (document.forms.addrule.elements[i].id.substr(0, 7) == "acttype")
- {
- if (foundAction)
- joinText = ', JavaScriptEscape(' ' . $txt['pm_readable_and'] . ' '), ';
- else
- joinText = "";
- foundAction = true;
- curNum = document.forms.addrule.elements[i].id.match(/\d+/);
- curVal = document.forms.addrule.elements[i].value;
- if (curVal == "lab")
- curDef = document.getElementById("labdef" + curNum).value.php_htmlspecialchars();
- else
- curDef = "";
- // Now pick the actions.
- if (curVal == "lab" && curDef && labels[curDef])
- actionText += joinText + ', JavaScriptEscape($txt['pm_readable_label']), '.replace("{LABEL}", labels[curDef]);
- else if (curVal == "del")
- actionText += joinText + ', JavaScriptEscape($txt['pm_readable_delete']), ';
- }
- }
- // If still nothing make it default!
- if (text == "" || !foundCriteria)
- text = "', $txt['pm_rule_not_defined'], '";
- else
- {
- if (actionText != "")
- text += ', JavaScriptEscape(' ' . $txt['pm_readable_then'] . ' '), ' + actionText;
- text = ', JavaScriptEscape($txt['pm_readable_start']), ' + text + ', JavaScriptEscape($txt['pm_readable_end']), ';
- }
- // Set the actual HTML!
- setInnerHTML(document.getElementById("ruletext"), text);
- }
- // ]]></script>';
- echo '
- <form action="', $scripturl, '?action=pm;sa=manrules;save;rid=', $context['rid'], '" method="post" accept-charset="', $context['character_set'], '" name="addrule" id="addrule" class="flow_hidden">
- <div class="cat_bar">
- <h3 class="catbg">', $context['rid'] == 0 ? $txt['pm_add_rule'] : $txt['pm_edit_rule'], '</h3>
- </div>
- <div class="windowbg">
- <span class="topslice"><span></span></span>
- <div class="content">
- <dl class="addrules">
- <dt class="floatleft">
- <strong>', $txt['pm_rule_name'], ':</strong><br />
- <span class="smalltext">', $txt['pm_rule_name_desc'], '</span>
- </dt>
- <dd class="floatleft">
- <input type="text" name="rule_name" value="', empty($context['rule']['name']) ? $txt['pm_rule_name_default'] : $context['rule']['name'], '" size="50" class="input_text" />
- </dd>
- </dl>
- <fieldset>
- <legend>', $txt['pm_rule_criteria'], '</legend>';
- // Add a dummy criteria to allow expansion for none js users.
- $context['rule']['criteria'][] = array('t' => '', 'v' => '');
- // For each criteria print it out.
- $isFirst = true;
- foreach ($context['rule']['criteria'] as $k => $criteria)
- {
- if (!$isFirst && $criteria['t'] == '')
- echo '<div id="removeonjs1">';
- elseif (!$isFirst)
- echo '<br />';
- echo '
- <select name="ruletype[', $k, ']" id="ruletype', $k, '" onchange="updateRuleDef(', $k, '); rebuildRuleDesc();">
- <option value="">', $txt['pm_rule_criteria_pick'], ':</option>
- <option value="mid" ', $criteria['t'] == 'mid' ? 'selected="selected"' : '', '>', $txt['pm_rule_mid'], '</option>
- <option value="gid" ', $criteria['t'] == 'gid' ? 'selected="selected"' : '', '>', $txt['pm_rule_gid'], '</option>
- <option value="sub" ', $criteria['t'] == 'sub' ? 'selected="selected"' : '', '>', $txt['pm_rule_sub'], '</option>
- <option value="msg" ', $criteria['t'] == 'msg' ? 'selected="selected"' : '', '>', $txt['pm_rule_msg'], '</option>
- <option value="bud" ', $criteria['t'] == 'bud' ? 'selected="selected"' : '', '>', $txt['pm_rule_bud'], '</option>
- </select>
- <span id="defdiv', $k, '" ', !in_array($criteria['t'], array('gid', 'bud')) ? '' : 'style="display: none;"', '>
- <input type="text" name="ruledef[', $k, ']" id="ruledef', $k, '" onkeyup="rebuildRuleDesc();" value="', in_array($criteria['t'], array('mid', 'sub', 'msg')) ? $criteria['v'] : '', '" class="input_text" />
- </span>
- <span id="defseldiv', $k, '" ', $criteria['t'] == 'gid' ? '' : 'style="display: none;"', '>
- <select name="ruledefgroup[', $k, ']" id="ruledefgroup', $k, '" onchange="rebuildRuleDesc();">
- <option value="">', $txt['pm_rule_sel_group'], '</option>';
- foreach ($context['groups'] as $id => $group)
- echo '
- <option value="', $id, '" ', $criteria['t'] == 'gid' && $criteria['v'] == $id ? 'selected="selected"' : '', '>', $group, '</option>';
- echo '
- </select>
- </span>';
- // If this is the dummy we add a means to hide for non js users.
- if ($isFirst)
- $isFirst = false;
- elseif ($criteria['t'] == '')
- echo '</div>';
- }
- echo '
- <span id="criteriaAddHere"></span><br />
- <a href="#" onclick="addCriteriaOption(); return false;" id="addonjs1" style="display: none;">(', $txt['pm_rule_criteria_add'], ')</a>
- <br /><br />
- ', $txt['pm_rule_logic'], ':
- <select name="rule_logic" id="logic" onchange="rebuildRuleDesc();">
- <option value="and" ', $context['rule']['logic'] == 'and' ? 'selected="selected"' : '', '>', $txt['pm_rule_logic_and'], '</option>
- <option value="or" ', $context['rule']['logic'] == 'or' ? 'selected="selected"' : '', '>', $txt['pm_rule_logic_or'], '</option>
- </select>
- </fieldset>
- <fieldset>
- <legend>', $txt['pm_rule_actions'], '</legend>';
- // As with criteria - add a dummy action for "expansion".
- $context['rule']['actions'][] = array('t' => '', 'v' => '');
- // Print each action.
- $isFirst = true;
- foreach ($context['rule']['actions'] as $k => $action)
- {
- if (!$isFirst && $action['t'] == '')
- echo '<div id="removeonjs2">';
- elseif (!$isFirst)
- echo '<br />';
- echo '
- <select name="acttype[', $k, ']" id="acttype', $k, '" onchange="updateActionDef(', $k, '); rebuildRuleDesc();">
- <option value="">', $txt['pm_rule_sel_action'] , ':</option>
- <option value="lab" ', $action['t'] == 'lab' ? 'selected="selected"' : '', '>', $txt['pm_rule_label'] , '</option>
- <option value="del" ', $action['t'] == 'del' ? 'selected="selected"' : '', '>', $txt['pm_rule_delete'] , '</option>
- </select>
- <span id="labdiv', $k, '">
- <select name="labdef[', $k, ']" id="labdef', $k, '" onchange="rebuildRuleDesc();">
- <option value="">', $txt['pm_rule_sel_label'], '</option>';
- foreach ($context['labels'] as $label)
- if ($label['id'] != -1)
- echo '
- <option value="', ($label['id'] + 1), '" ', $action['t'] == 'lab' && $action['v'] == $label['id'] ? 'selected="selected"' : '', '>', $label['name'], '</option>';
- echo '
- </select>
- </span>';
- if ($isFirst)
- $isFirst = false;
- elseif ($action['t'] == '')
- echo '
- </div>';
- }
- echo '
- <span id="actionAddHere"></span><br />
- <a href="#" onclick="addActionOption(); return false;" id="addonjs2" style="display: none;">(', $txt['pm_rule_add_action'], ')</a>
- </fieldset>
- </div>
- <span class="botslice"><span></span></span>
- </div><br class="clear" />
- <div class="cat_bar">
- <h3 class="catbg">', $txt['pm_rule_description'], '</h3>
- </div>
- <div class="information">
- <div id="ruletext">', $txt['pm_rule_js_disabled'], '</div>
- </div>
- <div class="righttext">
- <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
- <input type="submit" name="save" value="', $txt['pm_rule_save'], '" class="button_submit" />
- </div>
- </form>';
- // Now setup all the bits!
- echo '
- <script type="text/javascript"><!-- // --><![CDATA[';
- foreach ($context['rule']['criteria'] as $k => $c)
- echo '
- updateRuleDef(', $k, ');';
- foreach ($context['rule']['actions'] as $k => $c)
- echo '
- updateActionDef(', $k, ');';
- echo '
- rebuildRuleDesc();';
- // If this isn't a new rule and we have JS enabled remove the JS compatibility stuff.
- if ($context['rid'])
- echo '
- document.getElementById("removeonjs1").style.display = "none";
- document.getElementById("removeonjs2").style.display = "none";';
- echo '
- document.getElementById("addonjs1").style.display = "";
- document.getElementById("addonjs2").style.display = "";';
- echo '
- // ]]></script>';
- }
- ?>
|