PersonalMessage.template.php 69 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708
  1. <?php
  2. /**
  3. * Simple Machines Forum (SMF)
  4. *
  5. * @package SMF
  6. * @author Simple Machines
  7. * @copyright 2011 Simple Machines
  8. * @license http://www.simplemachines.org/about/smf/license.php BSD
  9. *
  10. * @version 2.1 Alpha 1
  11. */
  12. // This is the main sidebar for the personal messages section.
  13. function template_pm_above()
  14. {
  15. global $context, $settings, $options, $txt;
  16. echo '
  17. <div id="personal_messages">';
  18. // Show the capacity bar, if available.
  19. if (!empty($context['limit_bar']))
  20. echo '
  21. <div class="title_bar">
  22. <h3 class="titlebg">
  23. <span class="floatleft">', $txt['pm_capacity'], ':</span>
  24. <span class="floatleft capacity_bar">
  25. <span class="', $context['limit_bar']['percent'] > 85 ? 'full' : ($context['limit_bar']['percent'] > 40 ? 'filled' : 'empty'), '" style="width: ', $context['limit_bar']['percent'] / 10, 'em;"></span>
  26. </span>
  27. <span class="floatright', $context['limit_bar']['percent'] > 90 ? ' alert' : '', '">', $context['limit_bar']['text'], '</span>
  28. </h3>
  29. </div>';
  30. // Message sent? Show a small indication.
  31. if (isset($context['pm_sent']))
  32. echo '
  33. <div class="infobox">
  34. ', $txt['pm_sent'], '
  35. </div>';
  36. }
  37. // Just the end of the index bar, nothing special.
  38. function template_pm_below()
  39. {
  40. global $context, $settings, $options;
  41. echo '
  42. </div>';
  43. }
  44. function template_folder()
  45. {
  46. global $context, $settings, $options, $scripturl, $modSettings, $txt;
  47. // The every helpful javascript!
  48. echo '
  49. <script type="text/javascript"><!-- // --><![CDATA[
  50. var allLabels = {};
  51. var currentLabels = {};
  52. function loadLabelChoices()
  53. {
  54. var listing = document.forms.pmFolder.elements;
  55. var theSelect = document.forms.pmFolder.pm_action;
  56. var add, remove, toAdd = {length: 0}, toRemove = {length: 0};
  57. if (theSelect.childNodes.length == 0)
  58. return;
  59. // This is done this way for internationalization reasons.
  60. if (!(\'-1\' in allLabels))
  61. {
  62. for (var o = 0; o < theSelect.options.length; o++)
  63. if (theSelect.options[o].value.substr(0, 4) == "rem_")
  64. allLabels[theSelect.options[o].value.substr(4)] = theSelect.options[o].text;
  65. }
  66. for (var i = 0; i < listing.length; i++)
  67. {
  68. if (listing[i].name != "pms[]" || !listing[i].checked)
  69. continue;
  70. var alreadyThere = [], x;
  71. for (x in currentLabels[listing[i].value])
  72. {
  73. if (!(x in toRemove))
  74. {
  75. toRemove[x] = allLabels[x];
  76. toRemove.length++;
  77. }
  78. alreadyThere[x] = allLabels[x];
  79. }
  80. for (x in allLabels)
  81. {
  82. if (!(x in alreadyThere))
  83. {
  84. toAdd[x] = allLabels[x];
  85. toAdd.length++;
  86. }
  87. }
  88. }
  89. while (theSelect.options.length > 2)
  90. theSelect.options[2] = null;
  91. if (toAdd.length != 0)
  92. {
  93. theSelect.options[theSelect.options.length] = new Option("', $txt['pm_msg_label_apply'], '", "");
  94. setInnerHTML(theSelect.options[theSelect.options.length - 1], "', $txt['pm_msg_label_apply'], '");
  95. theSelect.options[theSelect.options.length - 1].disabled = true;
  96. for (i in toAdd)
  97. {
  98. if (i != "length")
  99. theSelect.options[theSelect.options.length] = new Option(toAdd[i], "add_" + i);
  100. }
  101. }
  102. if (toRemove.length != 0)
  103. {
  104. theSelect.options[theSelect.options.length] = new Option("', $txt['pm_msg_label_remove'], '", "");
  105. setInnerHTML(theSelect.options[theSelect.options.length - 1], "', $txt['pm_msg_label_remove'], '");
  106. theSelect.options[theSelect.options.length - 1].disabled = true;
  107. for (i in toRemove)
  108. {
  109. if (i != "length")
  110. theSelect.options[theSelect.options.length] = new Option(toRemove[i], "rem_" + i);
  111. }
  112. }
  113. }
  114. // ]]></script>';
  115. echo '
  116. <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">';
  117. // If we are not in single display mode show the subjects on the top!
  118. if ($context['display_mode'] != 1)
  119. {
  120. template_subject_list();
  121. echo '<div class="clear_right"><br /></div>';
  122. }
  123. // Got some messages to display?
  124. if ($context['get_pmessage']('message', true))
  125. {
  126. // Show the helpful titlebar - generally.
  127. if ($context['display_mode'] != 1)
  128. echo '
  129. <div class="cat_bar">
  130. <h3 class="catbg">
  131. <span id="author">', $txt['author'], '</span>
  132. <span id="topic_title">', $txt[$context['display_mode'] == 0 ? 'messages' : 'conversation'], '</span>
  133. </h3>
  134. </div>';
  135. // Show a few buttons if we are in conversation mode and outputting the first message.
  136. if ($context['display_mode'] == 2)
  137. {
  138. // Build the normal button array.
  139. $conversation_buttons = array(
  140. 'reply' => array('text' => 'reply_to_all', 'image' => 'reply.png', '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),
  141. 'delete' => array('text' => 'delete_conversation', 'image' => 'delete.png', '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']) . '?\');"'),
  142. );
  143. // Show the conversation buttons.
  144. echo '
  145. <div class="pagesection">';
  146. template_button_strip($conversation_buttons, 'right');
  147. echo '
  148. </div>';
  149. }
  150. while ($message = $context['get_pmessage']('message'))
  151. {
  152. $window_class = $message['alternate'] == 0 ? 'windowbg' : 'windowbg2';
  153. echo '
  154. <div class="', $window_class, ' clear">
  155. <span class="topslice"><span></span></span>
  156. <div class="poster">
  157. <a id="msg', $message['id'], '"></a>
  158. <h4>';
  159. // Show online and offline buttons?
  160. if (!empty($modSettings['onlineEnable']) && !$message['member']['is_guest'])
  161. echo '
  162. <img src="', $message['member']['online']['image_href'], '" alt="', $message['member']['online']['text'], '" />';
  163. echo '
  164. ', $message['member']['link'], '
  165. </h4>
  166. <ul class="reset smalltext" id="msg_', $message['id'], '_extra_info">';
  167. // Show the member's custom title, if they have one.
  168. if (isset($message['member']['title']) && $message['member']['title'] != '')
  169. echo '
  170. <li class="title">', $message['member']['title'], '</li>';
  171. // Show the member's primary group (like 'Administrator') if they have one.
  172. if (isset($message['member']['group']) && $message['member']['group'] != '')
  173. echo '
  174. <li class="membergroup">', $message['member']['group'], '</li>';
  175. // Don't show these things for guests.
  176. if (!$message['member']['is_guest'])
  177. {
  178. // 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.
  179. if ((empty($settings['hide_post_group']) || $message['member']['group'] == '') && $message['member']['post_group'] != '')
  180. echo '
  181. <li class="postgroup">', $message['member']['post_group'], '</li>';
  182. echo '
  183. <li class="stars">', $message['member']['group_stars'], '</li>';
  184. // Show avatars, images, etc.?
  185. if (!empty($settings['show_user_images']) && empty($options['show_no_avatars']) && !empty($message['member']['avatar']['image']))
  186. echo '
  187. <li class="avatar">
  188. <a href="', $scripturl, '?action=profile;u=', $message['member']['id'], '">
  189. ', $message['member']['avatar']['image'], '
  190. </a>
  191. </li>';
  192. // Show how many posts they have made.
  193. if (!isset($context['disabled_fields']['posts']))
  194. echo '
  195. <li class="postcount">', $txt['member_postcount'], ': ', $message['member']['posts'], '</li>';
  196. // Is karma display enabled? Total or +/-?
  197. if ($modSettings['karmaMode'] == '1')
  198. echo '
  199. <li class="karma">', $modSettings['karmaLabel'], ' ', $message['member']['karma']['good'] - $message['member']['karma']['bad'], '</li>';
  200. elseif ($modSettings['karmaMode'] == '2')
  201. echo '
  202. <li class="karma">', $modSettings['karmaLabel'], ' +', $message['member']['karma']['good'], '/-', $message['member']['karma']['bad'], '</li>';
  203. // Is this user allowed to modify this member's karma?
  204. if ($message['member']['karma']['allow'])
  205. echo '
  206. <li class="karma_allow">
  207. <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>
  208. </li>';
  209. // Show the member's gender icon?
  210. if (!empty($settings['show_gender']) && $message['member']['gender']['image'] != '' && !isset($context['disabled_fields']['gender']))
  211. echo '
  212. <li class="gender">', $txt['gender'], ': ', $message['member']['gender']['image'], '</li>';
  213. // Show their personal text?
  214. if (!empty($settings['show_blurb']) && $message['member']['blurb'] != '')
  215. echo '
  216. <li class="blurb">', $message['member']['blurb'], '</li>';
  217. // Any custom fields to show as icons?
  218. if (!empty($message['member']['custom_fields']))
  219. {
  220. $shown = false;
  221. foreach ($message['member']['custom_fields'] as $custom)
  222. {
  223. if ($custom['placement'] != 1 || empty($custom['value']))
  224. continue;
  225. if (empty($shown))
  226. {
  227. $shown = true;
  228. echo '
  229. <li class="im_icons">
  230. <ul>';
  231. }
  232. echo '
  233. <li>', $custom['value'], '</li>';
  234. }
  235. if ($shown)
  236. echo '
  237. </ul>
  238. </li>';
  239. }
  240. // This shows the popular messaging icons.
  241. if ($message['member']['has_messenger'] && $message['member']['can_view_profile'])
  242. echo '
  243. <li class="im_icons">
  244. <ul>', !isset($context['disabled_fields']['icq']) && !empty($message['member']['icq']['link']) ? '
  245. <li>' . $message['member']['icq']['link'] . '</li>' : '', !isset($context['disabled_fields']['msn']) && !empty($message['member']['msn']['link']) ? '
  246. <li>' . $message['member']['msn']['link'] . '</li>' : '', !isset($context['disabled_fields']['aim']) && !empty($message['member']['aim']['link']) ? '
  247. <li>' . $message['member']['aim']['link'] . '</li>' : '', !isset($context['disabled_fields']['yim']) && !empty($message['member']['yim']['link']) ? '
  248. <li>' . $message['member']['yim']['link'] . '</li>' : '', '
  249. </ul>
  250. </li>';
  251. // Show the profile, website, email address, and personal message buttons.
  252. if ($settings['show_profile_buttons'])
  253. {
  254. echo '
  255. <li class="profile">
  256. <ul>';
  257. // Show the profile button
  258. echo '
  259. <li><a href="', $message['member']['href'], '">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/icons/profile_sm.png" alt="' . $txt['view_profile'] . '" title="' . $txt['view_profile'] . '" />' : $txt['view_profile']), '</a></li>';
  260. // Don't show an icon if they haven't specified a website.
  261. if ($message['member']['website']['url'] != '' && !isset($context['disabled_fields']['website']))
  262. echo '
  263. <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.png" alt="' . $message['member']['website']['title'] . '" />' : $txt['www']), '</a></li>';
  264. // Don't show the email address if they want it hidden.
  265. if (in_array($message['member']['show_email'], array('yes', 'yes_permission_override', 'no_through_forum')))
  266. echo '
  267. <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.png" alt="' . $txt['email'] . '" title="' . $txt['email'] . '" />' : $txt['email']), '</a></li>';
  268. // Since we know this person isn't a guest, you *can* message them.
  269. if ($context['can_send_pm'])
  270. echo '
  271. <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') . '.png" 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>';
  272. echo '
  273. </ul>
  274. </li>';
  275. }
  276. // Any custom fields for standard placement?
  277. if (!empty($message['member']['custom_fields']))
  278. {
  279. foreach ($message['member']['custom_fields'] as $custom)
  280. if (empty($custom['placement']) || empty($custom['value']))
  281. echo '
  282. <li class="custom">', $custom['title'], ': ', $custom['value'], '</li>';
  283. }
  284. // Are we showing the warning status?
  285. if ($message['member']['can_see_warning'])
  286. echo '
  287. <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'], '.png" 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>';
  288. }
  289. // Done with the information about the poster... on to the post itself.
  290. echo '
  291. </ul>
  292. </div>
  293. <div class="postarea">
  294. <div class="flow_hidden">
  295. <div class="keyinfo">
  296. <h5 id="subject_', $message['id'], '">
  297. ', $message['subject'], '
  298. </h5>';
  299. // Show who the message was sent to.
  300. echo '
  301. <span class="smalltext">&#171; <strong> ', $txt['sent_to'], ':</strong> ';
  302. // People it was sent directly to....
  303. if (!empty($message['recipients']['to']))
  304. echo implode(', ', $message['recipients']['to']);
  305. // Otherwise, we're just going to say "some people"...
  306. elseif ($context['folder'] != 'sent')
  307. echo '(', $txt['pm_undisclosed_recipients'], ')';
  308. echo '
  309. <strong> ', $txt['on'], ':</strong> ', $message['time'], ' &#187;
  310. </span>';
  311. // If we're in the sent items, show who it was sent to besides the "To:" people.
  312. if (!empty($message['recipients']['bcc']))
  313. echo '
  314. <br /><span class="smalltext">&#171; <strong> ', $txt['pm_bcc'], ':</strong> ', implode(', ', $message['recipients']['bcc']), ' &#187;</span>';
  315. if (!empty($message['is_replied_to']))
  316. echo '
  317. <br /><span class="smalltext">&#171; ', $txt['pm_is_replied_to'], ' &#187;</span>';
  318. echo '
  319. </div>
  320. <ul class="reset smalltext quickbuttons">';
  321. // Show reply buttons if you have the permission to send PMs.
  322. if ($context['can_send_pm'])
  323. {
  324. // You can't really reply if the member is gone.
  325. if (!$message['member']['is_guest'])
  326. {
  327. // Is there than more than one recipient you can reply to?
  328. if ($message['number_recipients'] > 1 && $context['display_mode'] != 2)
  329. echo '
  330. <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>';
  331. echo '
  332. <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>
  333. <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>';
  334. }
  335. // This is for "forwarding" - even if the member is gone.
  336. else
  337. echo '
  338. <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>';
  339. }
  340. echo '
  341. <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>';
  342. if (empty($context['display_mode']))
  343. echo '
  344. <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>';
  345. echo '
  346. </ul>
  347. </div>
  348. <div class="post">
  349. <div class="inner" id="msg_', $message['id'], '"', '>', $message['body'], '</div>
  350. <div class="smalltext reportlinks">
  351. ', (!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>' : '');
  352. echo '
  353. </div>';
  354. // Are there any custom profile fields for above the signature?
  355. if (!empty($message['member']['custom_fields']))
  356. {
  357. $shown = false;
  358. foreach ($message['member']['custom_fields'] as $custom)
  359. {
  360. if ($custom['placement'] != 2 || empty($custom['value']))
  361. continue;
  362. if (!$shown)
  363. {
  364. $shown = true;
  365. echo '
  366. <div class="custom_fields_above_signature">
  367. <ul class="reset nolist">';
  368. }
  369. echo '
  370. <li>', $custom['value'], '</li>';
  371. }
  372. if ($shown)
  373. echo '
  374. </ul>
  375. </div>';
  376. }
  377. // Show the member's signature?
  378. if (!empty($message['member']['signature']) && empty($options['show_no_signatures']) && $context['signature_enabled'])
  379. echo '
  380. <div class="signature">', $message['member']['signature'], '</div>';
  381. // Add an extra line at the bottom if we have labels enabled.
  382. if ($context['folder'] != 'sent' && !empty($context['currently_using_labels']) && $context['display_mode'] != 2)
  383. {
  384. echo '
  385. <div class="labels righttext">';
  386. // Add the label drop down box.
  387. if (!empty($context['currently_using_labels']))
  388. {
  389. echo '
  390. <select name="pm_actions[', $message['id'], ']" onchange="if (this.options[this.selectedIndex].value) form.submit();">
  391. <option value="">', $txt['pm_msg_label_title'], ':</option>
  392. <option value="" disabled="disabled">---------------</option>';
  393. // Are there any labels which can be added to this?
  394. if (!$message['fully_labeled'])
  395. {
  396. echo '
  397. <option value="" disabled="disabled">', $txt['pm_msg_label_apply'], ':</option>';
  398. foreach ($context['labels'] as $label)
  399. if (!isset($message['labels'][$label['id']]))
  400. echo '
  401. <option value="', $label['id'], '">&nbsp;', $label['name'], '</option>';
  402. }
  403. // ... and are there any that can be removed?
  404. if (!empty($message['labels']) && (count($message['labels']) > 1 || !isset($message['labels'][-1])))
  405. {
  406. echo '
  407. <option value="" disabled="disabled">', $txt['pm_msg_label_remove'], ':</option>';
  408. foreach ($message['labels'] as $label)
  409. echo '
  410. <option value="', $label['id'], '">&nbsp;', $label['name'], '</option>';
  411. }
  412. echo '
  413. </select>
  414. <noscript>
  415. <input type="submit" value="', $txt['pm_apply'], '" class="button_submit" />
  416. </noscript>';
  417. }
  418. echo '
  419. </div>';
  420. }
  421. echo '
  422. </div>
  423. <br class="clear" />
  424. </div>
  425. <div class="moderatorbar">
  426. </div>
  427. <span class="botslice"><span></span></span>
  428. </div>';
  429. }
  430. if (empty($context['display_mode']))
  431. echo '
  432. <div class="pagesection">
  433. <div class="floatleft">', $txt['pages'], ': ', $context['page_index'], '</div>
  434. <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>
  435. </div>';
  436. // Show a few buttons if we are in conversation mode and outputting the first message.
  437. elseif ($context['display_mode'] == 2 && isset($conversation_buttons))
  438. {
  439. echo '
  440. <div class="pagesection">';
  441. template_button_strip($conversation_buttons, 'right');
  442. echo '
  443. </div>';
  444. }
  445. echo '
  446. <br />';
  447. }
  448. // Individual messages = buttom list!
  449. if ($context['display_mode'] == 1)
  450. {
  451. template_subject_list();
  452. echo '<br />';
  453. }
  454. echo '
  455. <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
  456. </form>';
  457. }
  458. // Just list all the personal message subjects - to make templates easier.
  459. function template_subject_list()
  460. {
  461. global $context, $options, $settings, $modSettings, $txt, $scripturl;
  462. echo '
  463. <table width="100%" class="table_grid">
  464. <thead>
  465. <tr class="catbg">
  466. <th align="center" width="4%" class="first_th">
  467. <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.png" alt="', $txt['pm_change_view'], '" title="', $txt['pm_change_view'], '" width="16" height="16" /></a>
  468. </th>
  469. <th class="lefttext" width="22%">
  470. <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'] . '.png" alt="" />' : '', '</a>
  471. </th>
  472. <th class="lefttext" width="46%">
  473. <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'] . '.png" alt="" />' : '', '</a>
  474. </th>
  475. <th class="lefttext">
  476. <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'] . '.png" alt="" />' : '', '</a>
  477. </th>
  478. <th align="center" width="4%" class="last_th">
  479. <input type="checkbox" onclick="invertAll(this, this.form);" class="input_check" />
  480. </th>
  481. </tr>
  482. </thead>
  483. <tbody>';
  484. if (!$context['show_delete'])
  485. echo '
  486. <tr class="windowbg2">
  487. <td colspan="5">', $txt['msg_alert_none'], '</td>
  488. </tr>';
  489. $next_alternate = false;
  490. while ($message = $context['get_pmessage']('subject'))
  491. {
  492. echo '
  493. <tr class="', $next_alternate ? 'windowbg' : 'windowbg2', '">
  494. <td align="center" width="4%">
  495. <script type="text/javascript"><!-- // --><![CDATA[
  496. currentLabels[', $message['id'], '] = {';
  497. if (!empty($message['labels']))
  498. {
  499. $first = true;
  500. foreach ($message['labels'] as $label)
  501. {
  502. echo $first ? '' : ',', '
  503. "', $label['id'], '": "', $label['name'], '"';
  504. $first = false;
  505. }
  506. }
  507. echo '
  508. };
  509. // ]]></script>
  510. ', $message['is_replied_to'] ? '<img src="' . $settings['images_url'] . '/icons/pm_replied.png" style="margin-right: 4px;" alt="' . $txt['pm_replied'] . '" />' : '<img src="' . $settings['images_url'] . '/icons/pm_read.png" style="margin-right: 4px;" alt="' . $txt['pm_read'] . '" />', '</td>
  511. <td>', $message['time'], '</td>
  512. <td>', ($context['display_mode'] != 0 && $context['current_pm'] == $message['id'] ? '<img src="' . $settings['images_url'] . '/selected.png" 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'], $message['is_unread'] ? '&nbsp;<span class="new_posts">' . $txt['new'] . '</span>' : '', '</a></td>
  513. <td>', ($context['from_or_to'] == 'from' ? $message['member']['link'] : (empty($message['recipients']['to']) ? '' : implode(', ', $message['recipients']['to']))), '</td>
  514. <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>
  515. </tr>';
  516. $next_alternate = !$next_alternate;
  517. }
  518. echo '
  519. </tbody>
  520. </table>
  521. <div class="pagesection">
  522. <div class="floatleft">', $txt['pages'], ': ', $context['page_index'], '</div>
  523. <div class="floatright">&nbsp;';
  524. if ($context['show_delete'])
  525. {
  526. if (!empty($context['currently_using_labels']) && $context['folder'] != 'sent')
  527. {
  528. echo '
  529. <select name="pm_action" onchange="if (this.options[this.selectedIndex].value) this.form.submit();" onfocus="loadLabelChoices();">
  530. <option value="">', $txt['pm_sel_label_title'], ':</option>
  531. <option value="" disabled="disabled">---------------</option>';
  532. echo '
  533. <option value="" disabled="disabled">', $txt['pm_msg_label_apply'], ':</option>';
  534. foreach ($context['labels'] as $label)
  535. {
  536. if ($label['id'] != $context['current_label_id'])
  537. echo '
  538. <option value="add_', $label['id'], '">&nbsp;', $label['name'], '</option>';
  539. }
  540. echo '
  541. <option value="" disabled="disabled">', $txt['pm_msg_label_remove'], ':</option>';
  542. foreach ($context['labels'] as $label)
  543. {
  544. echo '
  545. <option value="rem_', $label['id'], '">&nbsp;', $label['name'], '</option>';
  546. }
  547. echo '
  548. </select>
  549. <noscript>
  550. <input type="submit" value="', $txt['pm_apply'], '" class="button_submit" />
  551. </noscript>';
  552. }
  553. echo '
  554. <input type="submit" name="del_selected" value="', $txt['quickmod_delete_selected'], '" onclick="if (!confirm(\'', $txt['delete_selected_confirm'], '\')) return false;" class="button_submit" />';
  555. }
  556. echo '
  557. </div>
  558. </div>';
  559. }
  560. function template_search()
  561. {
  562. global $context, $settings, $options, $scripturl, $modSettings, $txt;
  563. echo '
  564. <form action="', $scripturl, '?action=pm;sa=search2" method="post" accept-charset="', $context['character_set'], '" name="searchform" id="searchform">
  565. <div class="cat_bar">
  566. <h3 class="catbg">', $txt['pm_search_title'], '</h3>
  567. </div>';
  568. if (!empty($context['search_errors']))
  569. {
  570. echo '
  571. <div class="errorbox">
  572. ', implode('<br />', $context['search_errors']['messages']), '
  573. </div>';
  574. }
  575. if ($context['simple_search'])
  576. {
  577. echo '
  578. <fieldset id="simple_search">
  579. <span class="upperframe"><span></span></span>
  580. <div class="roundframe">
  581. <div id="search_term_input">
  582. <strong>', $txt['pm_search_text'], ':</strong>
  583. <input type="text" name="search"', !empty($context['search_params']['search']) ? ' value="' . $context['search_params']['search'] . '"' : '', ' size="40" class="input_text" />
  584. <input type="submit" name="pm_search" value="', $txt['pm_search_go'], '" class="button_submit" />
  585. </div>
  586. <a href="', $scripturl, '?action=pm;sa=search;advanced" onclick="this.href += \';search=\' + escape(document.forms.searchform.search.value);">', $txt['pm_search_advanced'], '</a>
  587. <input type="hidden" name="advanced" value="0" />
  588. </div>
  589. <span class="lowerframe"><span></span></span>
  590. </fieldset>';
  591. }
  592. // Advanced search!
  593. else
  594. {
  595. echo '
  596. <fieldset id="advanced_search">
  597. <span class="upperframe"><span></span></span>
  598. <div class="roundframe">
  599. <input type="hidden" name="advanced" value="1" />
  600. <span class="enhanced">
  601. <strong>', $txt['pm_search_text'], ':</strong>
  602. <input type="text" name="search"', !empty($context['search_params']['search']) ? ' value="' . $context['search_params']['search'] . '"' : '', ' size="40" class="input_text" />
  603. <script type="text/javascript"><!-- // --><![CDATA[
  604. createEventListener(window);
  605. window.addEventListener("load", initSearch, false);
  606. // ]]></script>
  607. <select name="searchtype">
  608. <option value="1"', empty($context['search_params']['searchtype']) ? ' selected="selected"' : '', '>', $txt['pm_search_match_all'], '</option>
  609. <option value="2"', !empty($context['search_params']['searchtype']) ? ' selected="selected"' : '', '>', $txt['pm_search_match_any'], '</option>
  610. </select>
  611. </span>
  612. <dl id="search_options">
  613. <dt>', $txt['pm_search_user'], ':</dt>
  614. <dd><input type="text" name="userspec" value="', empty($context['search_params']['userspec']) ? '*' : $context['search_params']['userspec'], '" size="40" class="input_text" /></dd>
  615. <dt>', $txt['pm_search_order'], ':</dt>
  616. <dd>
  617. <select name="sort">
  618. <option value="relevance|desc">', $txt['pm_search_orderby_relevant_first'], '</option>
  619. <option value="id_pm|desc">', $txt['pm_search_orderby_recent_first'], '</option>
  620. <option value="id_pm|asc">', $txt['pm_search_orderby_old_first'], '</option>
  621. </select>
  622. </dd>
  623. <dt class="options">', $txt['pm_search_options'], ':</dt>
  624. <dd class="options">
  625. <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 />
  626. <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>
  627. </dd>
  628. <dt class="between">', $txt['pm_search_post_age'], ':</dt>
  629. <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" />&nbsp;', $txt['pm_search_between_and'], '&nbsp;<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>
  630. </dl>';
  631. if (!$context['currently_using_labels'])
  632. echo '
  633. <input type="submit" name="pm_search" value="', $txt['pm_search_go'], '" class="button_submit floatright" />';
  634. echo '
  635. <br class="clear_right" />
  636. </div>
  637. <span class="lowerframe"><span></span></span>
  638. </fieldset>';
  639. // Do we have some labels setup? If so offer to search by them!
  640. if ($context['currently_using_labels'])
  641. {
  642. echo '
  643. <fieldset class="labels">
  644. <span class="upperframe"><span></span></span>
  645. <div class="roundframe">
  646. <div class="title_bar">
  647. <h4 class="titlebg">
  648. <span class="ie6_header floatleft"><a href="javascript:void(0);" onclick="expandCollapseLabels(); return false;"><img src="', $settings['images_url'], '/expand.png" id="expandLabelsIcon" alt="" /></a> <a href="javascript:void(0);" onclick="expandCollapseLabels(); return false;"><strong>', $txt['pm_search_choose_label'], '</strong></a></span>
  649. </h4>
  650. </div>
  651. <ul id="searchLabelsExpand" class="reset" ', $context['check_all'] ? 'style="display: none;"' : '', '>';
  652. foreach ($context['search_labels'] as $label)
  653. echo '
  654. <li>
  655. <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" />
  656. ', $label['name'], '</label>
  657. </li>';
  658. echo '
  659. </ul>
  660. <p>
  661. <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>
  662. <input type="submit" name="pm_search" value="', $txt['pm_search_go'], '" class="button_submit" />
  663. </p><br class="clear_right" />
  664. </div>
  665. <span class="lowerframe"><span></span></span>
  666. </fieldset>';
  667. }
  668. }
  669. echo '
  670. </form>';
  671. }
  672. function template_search_results()
  673. {
  674. global $context, $settings, $options, $scripturl, $modSettings, $txt;
  675. echo '
  676. <div class="cat_bar">
  677. <h3 class="catbg">', $txt['pm_search_results'], '</h3>
  678. </div>
  679. <div class="pagesection">
  680. <strong>', $txt['pages'], ':</strong> ', $context['page_index'], '
  681. </div>';
  682. // complete results ?
  683. if (empty($context['search_params']['show_complete']) && !empty($context['personal_messages']))
  684. echo '
  685. <table width="100%" class="table_grid">
  686. <thead>
  687. <tr class="catbg">
  688. <th class="lefttext first_th" width="30%">', $txt['date'], '</th>
  689. <th class="lefttext" width="50%">', $txt['subject'], '</th>
  690. <th class="lefttext last_th" width="20%">', $txt['from'], '</th>
  691. </tr>
  692. </thead>
  693. <tbody>';
  694. $alternate = true;
  695. // Print each message out...
  696. foreach ($context['personal_messages'] as $message)
  697. {
  698. // We showing it all?
  699. if (!empty($context['search_params']['show_complete']))
  700. {
  701. echo '
  702. <div class="title_bar">
  703. <h3 class="titlebg">
  704. <span class="floatright">', $txt['search_on'], ': ', $message['time'], '</span>
  705. <span class="floatleft">', $message['counter'], '&nbsp;&nbsp;<a href="', $message['href'], '">', $message['subject'], '</a></span>
  706. </h3>
  707. </div>
  708. <div class="cat_bar">
  709. <h3 class="catbg">', $txt['from'], ': ', $message['member']['link'], ', ', $txt['to'], ': ';
  710. // Show the recipients.
  711. // @todo This doesn't deal with the sent item searching quite right for bcc.
  712. if (!empty($message['recipients']['to']))
  713. echo implode(', ', $message['recipients']['to']);
  714. // Otherwise, we're just going to say "some people"...
  715. elseif ($context['folder'] != 'sent')
  716. echo '(', $txt['pm_undisclosed_recipients'], ')';
  717. echo '
  718. </h3>
  719. </div>
  720. <div class="windowbg', $alternate ? '2': '', '">
  721. <span class="topslice"><span></span></span>
  722. <div class="content">
  723. ', $message['body'], '
  724. <p class="pm_reply righttext middletext">';
  725. if ($context['can_send_pm'])
  726. {
  727. $quote_button = create_button('quote.png', 'reply_quote', 'reply_quote', 'align="middle"');
  728. $reply_button = create_button('im_reply.png', 'reply', 'reply', 'align="middle"');
  729. // You can only reply if they are not a guest...
  730. if (!$message['member']['is_guest'])
  731. echo '
  732. <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'], '
  733. <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'];
  734. // This is for "forwarding" - even if the member is gone.
  735. else
  736. echo '
  737. <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'];
  738. }
  739. echo '
  740. </p>
  741. </div>
  742. <span class="botslice"><span></span></span>
  743. </div>';
  744. }
  745. // Otherwise just a simple list!
  746. else
  747. {
  748. // @todo No context at all of the search?
  749. echo '
  750. <tr class="', $alternate ? 'windowbg' : 'windowbg2', '" valign="top">
  751. <td>', $message['time'], '</td>
  752. <td>', $message['link'], '</td>
  753. <td>', $message['member']['link'], '</td>
  754. </tr>';
  755. }
  756. $alternate = !$alternate;
  757. }
  758. // Finish off the page...
  759. if (empty($context['search_params']['show_complete']) && !empty($context['personal_messages']))
  760. echo '
  761. </tbody>
  762. </table>';
  763. // No results?
  764. if (empty($context['personal_messages']))
  765. echo '
  766. <div class="windowbg">
  767. <span class="topslice"><span></span></span>
  768. <div class="content">
  769. <p class="centertext">', $txt['pm_search_none_found'], '</p>
  770. </div>
  771. <span class="botslice"><span></span></span>
  772. </div>';
  773. echo '
  774. <div class="pagesection">
  775. <strong>', $txt['pages'], ':</strong> ', $context['page_index'], '
  776. </div>';
  777. }
  778. function template_send()
  779. {
  780. global $context, $settings, $options, $scripturl, $modSettings, $txt;
  781. // Show which messages were sent successfully and which failed.
  782. if (!empty($context['send_log']))
  783. {
  784. echo '
  785. <div class="cat_bar">
  786. <h3 class="catbg">', $txt['pm_send_report'], '</h3>
  787. </div>
  788. <div class="windowbg">
  789. <span class="topslice"><span></span></span>
  790. <div class="content">';
  791. if (!empty($context['send_log']['sent']))
  792. foreach ($context['send_log']['sent'] as $log_entry)
  793. echo '<span class="error">', $log_entry, '</span><br />';
  794. if (!empty($context['send_log']['failed']))
  795. foreach ($context['send_log']['failed'] as $log_entry)
  796. echo '<span class="error">', $log_entry, '</span><br />';
  797. echo '
  798. </div>
  799. <span class="botslice"><span></span></span>
  800. </div>
  801. <br />';
  802. }
  803. // Show the preview of the personal message.
  804. if (isset($context['preview_message']))
  805. echo '
  806. <div class="cat_bar">
  807. <h3 class="catbg">', $context['preview_subject'], '</h3>
  808. </div>
  809. <div class="windowbg">
  810. <span class="topslice"><span></span></span>
  811. <div class="content">
  812. ', $context['preview_message'], '
  813. </div>
  814. <span class="botslice"><span></span></span>
  815. </div>
  816. <br />';
  817. // Main message editing box.
  818. echo '
  819. <div class="cat_bar">
  820. <h3 class="catbg">
  821. <span class="ie6_header floatleft"><img src="', $settings['images_url'], '/icons/im_newmsg.png" class="icon" alt="', $txt['new_message'], '" title="', $txt['new_message'], '" />&nbsp;', $txt['new_message'], '</span>
  822. </h3>
  823. </div>';
  824. echo '
  825. <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\']);">
  826. <div>
  827. <span class="upperframe"><span></span></span>
  828. <div class="roundframe"><br class="clear" />';
  829. // If there were errors for sending the PM, show them.
  830. if (!empty($context['post_error']['messages']))
  831. {
  832. echo '
  833. <div class="', empty($context['error_type']) || $context['error_type'] != 'serious' ? 'noticebox' : 'errorbox', '"', empty($context['post_error']['messages']) ? ' style="display: none"' : '', ' id="errors">
  834. <dl>
  835. <dt>
  836. <strong id="error_serious">', $txt['pm_error_while_submitting'] , '</strong>
  837. </dt>
  838. <dd class="error" id="error_list">
  839. ', empty($context['post_error']['messages']) ? '' : implode('<br />', $context['post_error']['messages']), '
  840. </dd>
  841. </dl>
  842. </div>';
  843. }
  844. echo '
  845. <dl id="post_header">';
  846. // To and bcc. Include a button to search for members.
  847. echo '
  848. <dt>
  849. <span', (isset($context['post_error']['no_to']) || isset($context['post_error']['bad_to']) ? ' class="error"' : ''), '>', $txt['pm_to'], ':</span>
  850. </dt>';
  851. // Autosuggest will be added by the JavaScript later on.
  852. echo '
  853. <dd id="pm_to" class="clear_right">
  854. <input type="text" name="to" id="to_control" value="', $context['to_value'], '" tabindex="', $context['tabindex']++, '" size="40" style="width: 130px;" class="input_text" />';
  855. // A link to add BCC, only visible with JavaScript enabled.
  856. echo '
  857. <span class="smalltext" id="bcc_link_container" style="display: none;"></span>';
  858. // A div that'll contain the items found by the autosuggest.
  859. echo '
  860. <div id="to_item_list_container"></div>';
  861. echo '
  862. </dd>';
  863. // This BCC row will be hidden by default if JavaScript is enabled.
  864. echo '
  865. <dt class="clear_left" id="bcc_div">
  866. <span', (isset($context['post_error']['no_to']) || isset($context['post_error']['bad_bcc']) ? ' class="error"' : ''), '>', $txt['pm_bcc'], ':</span>
  867. </dt>
  868. <dd id="bcc_div2">
  869. <input type="text" name="bcc" id="bcc_control" value="', $context['bcc_value'], '" tabindex="', $context['tabindex']++, '" size="40" style="width: 130px;" class="input_text" />
  870. <div id="bcc_item_list_container"></div>
  871. </dd>';
  872. // The subject of the PM.
  873. echo '
  874. <dt class="clear_left">
  875. <span', (isset($context['post_error']['no_subject']) ? ' class="error"' : ''), '>', $txt['subject'], ':</span>
  876. </dt>
  877. <dd id="pm_subject">
  878. <input type="text" name="subject" value="', $context['subject'], '" tabindex="', $context['tabindex']++, '" size="60" maxlength="60"',isset($context['post_error']['no_subject']) ? ' class="error"' : ' class="input_text"', '/>
  879. </dd>
  880. </dl><hr class="clear" />';
  881. // Showing BBC?
  882. if ($context['show_bbc'])
  883. {
  884. echo '
  885. <div id="bbcBox_message"></div>';
  886. }
  887. // What about smileys?
  888. if (!empty($context['smileys']['postform']) || !empty($context['smileys']['popup']))
  889. echo '
  890. <div id="smileyBox_message"></div>';
  891. // Show BBC buttons, smileys and textbox.
  892. echo '
  893. ', template_control_richedit($context['post_box_name'], 'smileyBox_message', 'bbcBox_message');
  894. // Require an image to be typed to save spamming?
  895. if ($context['require_verification'])
  896. {
  897. echo '
  898. <div class="post_verification">
  899. <strong>', $txt['pm_visual_verification_label'], ':</strong>
  900. ', template_control_verification($context['visual_verification_id'], 'all'), '
  901. </div>';
  902. }
  903. // Send, Preview, spellcheck buttons.
  904. echo '
  905. <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>
  906. <p id="shortcuts" class="smalltext">
  907. ', isBrowser('is_firefox') ? $txt['shortcuts_firefox'] : $txt['shortcuts'], '
  908. </p>
  909. <p id="post_confirm_strip" class="righttext">
  910. ', template_control_richedit_buttons($context['post_box_name']), '
  911. </p>
  912. <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
  913. <input type="hidden" name="seqnum" value="', $context['form_sequence_number'], '" />
  914. <input type="hidden" name="replied_to" value="', !empty($context['quoted_message']['id']) ? $context['quoted_message']['id'] : 0, '" />
  915. <input type="hidden" name="pm_head" value="', !empty($context['quoted_message']['pm_head']) ? $context['quoted_message']['pm_head'] : 0, '" />
  916. <input type="hidden" name="f" value="', isset($context['folder']) ? $context['folder'] : '', '" />
  917. <input type="hidden" name="l" value="', isset($context['current_label_id']) ? $context['current_label_id'] : -1, '" />
  918. <br class="clear" />
  919. </div>
  920. <span class="lowerframe"><span></span></span>
  921. </div>
  922. </form>';
  923. // Show the message you're replying to.
  924. if ($context['reply'])
  925. echo '
  926. <br />
  927. <br />
  928. <div class="cat_bar">
  929. <h3 class="catbg">', $txt['subject'], ': ', $context['quoted_message']['subject'], '</h3>
  930. </div>
  931. <div class="windowbg2">
  932. <span class="topslice"><span></span></span>
  933. <div class="content">
  934. <div class="clear">
  935. <span class="smalltext floatright">', $txt['on'], ': ', $context['quoted_message']['time'], '</span>
  936. <strong>', $txt['from'], ': ', $context['quoted_message']['member']['name'], '</strong>
  937. </div><hr />
  938. ', $context['quoted_message']['body'], '
  939. </div>
  940. <span class="botslice"><span></span></span>
  941. </div><br class="clear" />';
  942. echo '
  943. <script type="text/javascript" src="', $settings['default_theme_url'], '/scripts/PersonalMessage.js?fin20"></script>
  944. <script type="text/javascript" src="', $settings['default_theme_url'], '/scripts/suggest.js?fin20"></script>
  945. <script type="text/javascript"><!-- // --><![CDATA[
  946. var oPersonalMessageSend = new smf_PersonalMessageSend({
  947. sSelf: \'oPersonalMessageSend\',
  948. sSessionId: smf_session_id,
  949. sSessionVar: smf_session_var,
  950. sTextDeleteItem: \'', $txt['autosuggest_delete_item'], '\',
  951. sToControlId: \'to_control\',
  952. aToRecipients: [';
  953. foreach ($context['recipients']['to'] as $i => $member)
  954. echo '
  955. {
  956. sItemId: ', JavaScriptEscape($member['id']), ',
  957. sItemName: ', JavaScriptEscape($member['name']), '
  958. }', $i == count($context['recipients']['to']) - 1 ? '' : ',';
  959. echo '
  960. ],
  961. aBccRecipients: [';
  962. foreach ($context['recipients']['bcc'] as $i => $member)
  963. echo '
  964. {
  965. sItemId: ', JavaScriptEscape($member['id']), ',
  966. sItemName: ', JavaScriptEscape($member['name']), '
  967. }', $i == count($context['recipients']['bcc']) - 1 ? '' : ',';
  968. echo '
  969. ],
  970. sBccControlId: \'bcc_control\',
  971. sBccDivId: \'bcc_div\',
  972. sBccDivId2: \'bcc_div2\',
  973. sBccLinkId: \'bcc_link\',
  974. sBccLinkContainerId: \'bcc_link_container\',
  975. bBccShowByDefault: ', empty($context['recipients']['bcc']) && empty($context['bcc_value']) ? 'false' : 'true', ',
  976. sShowBccLinkTemplate: ', JavaScriptEscape('
  977. <a href="#" id="bcc_link">' . $txt['make_bcc'] . '</a> <a href="' . $scripturl . '?action=helpadmin;help=pm_bcc" onclick="return reqWin(this.href);">(?)</a>'
  978. ), '
  979. });
  980. ';
  981. echo '
  982. // ]]></script>';
  983. }
  984. // This template asks the user whether they wish to empty out their folder/messages.
  985. function template_ask_delete()
  986. {
  987. global $context, $settings, $options, $scripturl, $modSettings, $txt;
  988. echo '
  989. <div class="cat_bar">
  990. <h3 class="catbg">', ($context['delete_all'] ? $txt['delete_message'] : $txt['delete_all']), '</h3>
  991. </div>
  992. <div class="windowbg">
  993. <span class="topslice"><span></span></span>
  994. <div class="content">
  995. <p>', $txt['delete_all_confirm'], '</p><br />
  996. <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>
  997. </div>
  998. <span class="botslice"><span></span></span>
  999. </div>';
  1000. }
  1001. // This template asks the user what messages they want to prune.
  1002. function template_prune()
  1003. {
  1004. global $context, $settings, $options, $scripturl, $txt;
  1005. echo '
  1006. <form action="', $scripturl, '?action=pm;sa=prune" method="post" accept-charset="', $context['character_set'], '" onsubmit="return confirm(\'', $txt['pm_prune_warning'], '\');">
  1007. <div class="cat_bar">
  1008. <h3 class="catbg">', $txt['pm_prune'], '</h3>
  1009. </div>
  1010. <div class="windowbg">
  1011. <span class="topslice"><span></span></span>
  1012. <div class="content">
  1013. <p>', $txt['pm_prune_desc1'], ' <input type="text" name="age" size="3" value="14" class="input_text" /> ', $txt['pm_prune_desc2'], '</p>
  1014. <div class="righttext">
  1015. <input type="submit" value="', $txt['delete'], '" class="button_submit" />
  1016. </div>
  1017. </div>
  1018. <span class="botslice"><span></span></span>
  1019. </div>
  1020. <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
  1021. </form>';
  1022. }
  1023. // Here we allow the user to setup labels, remove labels and change rules for labels (i.e, do quite a bit)
  1024. function template_labels()
  1025. {
  1026. global $context, $settings, $options, $scripturl, $txt;
  1027. echo '
  1028. <form action="', $scripturl, '?action=pm;sa=manlabels" method="post" accept-charset="', $context['character_set'], '">
  1029. <div class="cat_bar">
  1030. <h3 class="catbg">', $txt['pm_manage_labels'], '</h3>
  1031. </div>
  1032. <div class="description">
  1033. ', $txt['pm_labels_desc'], '
  1034. </div>
  1035. <table width="100%" class="table_grid">
  1036. <thead>
  1037. <tr class="catbg">
  1038. <th class="lefttext first_th">
  1039. ', $txt['pm_label_name'], '
  1040. </th>
  1041. <th class="centertext last_th" width="4%">';
  1042. if (count($context['labels']) > 2)
  1043. echo '
  1044. <input type="checkbox" class="input_check" onclick="invertAll(this, this.form);" />';
  1045. echo '
  1046. </th>
  1047. </tr>
  1048. </thead>
  1049. <tbody>';
  1050. if (count($context['labels']) < 2)
  1051. echo '
  1052. <tr class="windowbg2">
  1053. <td colspan="2" align="center">', $txt['pm_labels_no_exist'], '</td>
  1054. </tr>';
  1055. else
  1056. {
  1057. $alternate = true;
  1058. foreach ($context['labels'] as $label)
  1059. {
  1060. if ($label['id'] == -1)
  1061. continue;
  1062. echo '
  1063. <tr class="', $alternate ? 'windowbg2' : 'windowbg', '">
  1064. <td>
  1065. <input type="text" name="label_name[', $label['id'], ']" value="', $label['name'], '" size="30" maxlength="30" class="input_text" />
  1066. </td>
  1067. <td width="4%" align="center"><input type="checkbox" class="input_check" name="delete_label[', $label['id'], ']" /></td>
  1068. </tr>';
  1069. $alternate = !$alternate;
  1070. }
  1071. }
  1072. echo '
  1073. </tbody>
  1074. </table>';
  1075. if (!count($context['labels']) < 2)
  1076. echo '
  1077. <div class="padding righttext">
  1078. <input type="submit" name="save" value="', $txt['save'], '" class="button_submit" />
  1079. <input type="submit" name="delete" value="', $txt['quickmod_delete_selected'], '" onclick="return confirm(\'', $txt['pm_labels_delete'], '\');" class="button_submit" />
  1080. </div>';
  1081. echo '
  1082. <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
  1083. </form>
  1084. <form action="', $scripturl, '?action=pm;sa=manlabels" method="post" accept-charset="', $context['character_set'], '" style="margin-top: 1ex;">
  1085. <div class="cat_bar">
  1086. <h3 class="catbg">', $txt['pm_label_add_new'], '</h3>
  1087. </div>
  1088. <div class="windowbg">
  1089. <span class="topslice"><span></span></span>
  1090. <div class="content">
  1091. <dl class="settings">
  1092. <dt>
  1093. <strong><label for="add_label">', $txt['pm_label_name'], '</label>:</strong>
  1094. </dt>
  1095. <dd>
  1096. <input type="text" id="add_label" name="label" value="" size="30" maxlength="30" class="input_text" />
  1097. </dd>
  1098. </dl>
  1099. <div class="righttext">
  1100. <input type="submit" name="add" value="', $txt['pm_label_add_new'], '" class="button_submit" />
  1101. </div>
  1102. </div>
  1103. <span class="botslice"><span></span></span>
  1104. </div>
  1105. <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
  1106. </form><br />';
  1107. }
  1108. // Template for reporting a personal message.
  1109. function template_report_message()
  1110. {
  1111. global $context, $settings, $options, $txt, $scripturl;
  1112. echo '
  1113. <form action="', $scripturl, '?action=pm;sa=report;l=', $context['current_label_id'], '" method="post" accept-charset="', $context['character_set'], '">
  1114. <input type="hidden" name="pmsg" value="', $context['pm_id'], '" />
  1115. <div class="cat_bar">
  1116. <h3 class="catbg">', $txt['pm_report_title'], '</h3>
  1117. </div>
  1118. <div class="description">
  1119. ', $txt['pm_report_desc'], '
  1120. </div>
  1121. <div class="windowbg">
  1122. <span class="topslice"><span></span></span>
  1123. <div class="content">
  1124. <dl class="settings">';
  1125. // If there is more than one admin on the forum, allow the user to choose the one they want to direct to.
  1126. // @todo Why?
  1127. if ($context['admin_count'] > 1)
  1128. {
  1129. echo '
  1130. <dt>
  1131. <strong>', $txt['pm_report_admins'], ':</strong>
  1132. </dt>
  1133. <dd>
  1134. <select name="id_admin">
  1135. <option value="0">', $txt['pm_report_all_admins'], '</option>';
  1136. foreach ($context['admins'] as $id => $name)
  1137. echo '
  1138. <option value="', $id, '">', $name, '</option>';
  1139. echo '
  1140. </select>
  1141. </dd>';
  1142. }
  1143. echo '
  1144. <dt>
  1145. <strong>', $txt['pm_report_reason'], ':</strong>
  1146. </dt>
  1147. <dd>
  1148. <textarea name="reason" rows="4" cols="70" style="' . (isBrowser('is_ie8') ? 'width: 635px; max-width: 80%; min-width: 80%' : 'width: 80%') . ';"></textarea>
  1149. </dd>
  1150. </dl>
  1151. <div class="righttext">
  1152. <input type="submit" name="report" value="', $txt['pm_report_message'], '" class="button_submit" />
  1153. </div>
  1154. </div>
  1155. <span class="botslice"><span></span></span>
  1156. </div>
  1157. <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
  1158. </form>';
  1159. }
  1160. // Little template just to say "Yep, it's been submitted"
  1161. function template_report_message_complete()
  1162. {
  1163. global $context, $settings, $options, $txt, $scripturl;
  1164. echo '
  1165. <div class="cat_bar">
  1166. <h3 class="catbg">', $txt['pm_report_title'], '</h3>
  1167. </div>
  1168. <div class="windowbg">
  1169. <span class="topslice"><span></span></span>
  1170. <div class="content">
  1171. <p>', $txt['pm_report_done'], '</p>
  1172. <a href="', $scripturl, '?action=pm;l=', $context['current_label_id'], '">', $txt['pm_report_return'], '</a>
  1173. </div>
  1174. <span class="botslice"><span></span></span>
  1175. </div>';
  1176. }
  1177. // Manage rules.
  1178. function template_rules()
  1179. {
  1180. global $context, $settings, $options, $txt, $scripturl;
  1181. echo '
  1182. <form action="', $scripturl, '?action=pm;sa=manrules" method="post" accept-charset="', $context['character_set'], '" name="manRules" id="manrules">
  1183. <div class="cat_bar">
  1184. <h3 class="catbg">', $txt['pm_manage_rules'], '</h3>
  1185. </div>
  1186. <div class="description">
  1187. ', $txt['pm_manage_rules_desc'], '
  1188. </div>
  1189. <table width="100%" class="table_grid">
  1190. <thead>
  1191. <tr class="catbg">
  1192. <th class="lefttext first_th">
  1193. ', $txt['pm_rule_title'], '
  1194. </th>
  1195. <th width="4%" class="centertext last_th">';
  1196. if (!empty($context['rules']))
  1197. echo '
  1198. <input type="checkbox" onclick="invertAll(this, this.form);" class="input_check" />';
  1199. echo '
  1200. </th>
  1201. </tr>
  1202. </thead>
  1203. <tbody>';
  1204. if (empty($context['rules']))
  1205. echo '
  1206. <tr class="windowbg2">
  1207. <td colspan="2" align="center">
  1208. ', $txt['pm_rules_none'], '
  1209. </td>
  1210. </tr>';
  1211. $alternate = false;
  1212. foreach ($context['rules'] as $rule)
  1213. {
  1214. echo '
  1215. <tr class="', $alternate ? 'windowbg' : 'windowbg2', '">
  1216. <td>
  1217. <a href="', $scripturl, '?action=pm;sa=manrules;add;rid=', $rule['id'], '">', $rule['name'], '</a>
  1218. </td>
  1219. <td width="4%" align="center">
  1220. <input type="checkbox" name="delrule[', $rule['id'], ']" class="input_check" />
  1221. </td>
  1222. </tr>';
  1223. $alternate = !$alternate;
  1224. }
  1225. echo '
  1226. </tbody>
  1227. </table>
  1228. <div class="righttext">
  1229. [<a href="', $scripturl, '?action=pm;sa=manrules;add;rid=0">', $txt['pm_add_rule'], '</a>]';
  1230. if (!empty($context['rules']))
  1231. echo '
  1232. [<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>]';
  1233. if (!empty($context['rules']))
  1234. echo '
  1235. <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
  1236. <input type="submit" name="delselected" value="', $txt['pm_delete_selected_rule'], '" onclick="return confirm(\'', $txt['pm_js_delete_rule_confirm'], '\');" class="button_submit smalltext" />';
  1237. echo '
  1238. </div>
  1239. </form>';
  1240. }
  1241. // Template for adding/editing a rule.
  1242. function template_add_rule()
  1243. {
  1244. global $context, $settings, $options, $txt, $scripturl;
  1245. echo '
  1246. <script type="text/javascript"><!-- // --><![CDATA[
  1247. var criteriaNum = 0;
  1248. var actionNum = 0;
  1249. var groups = new Array()
  1250. var labels = new Array()';
  1251. foreach ($context['groups'] as $id => $title)
  1252. echo '
  1253. groups[', $id, '] = "', addslashes($title), '";';
  1254. foreach ($context['labels'] as $label)
  1255. if ($label['id'] != -1)
  1256. echo '
  1257. labels[', ($label['id'] + 1), '] = "', addslashes($label['name']), '";';
  1258. echo '
  1259. function addCriteriaOption()
  1260. {
  1261. if (criteriaNum == 0)
  1262. {
  1263. for (var i = 0; i < document.forms.addrule.elements.length; i++)
  1264. if (document.forms.addrule.elements[i].id.substr(0, 8) == "ruletype")
  1265. criteriaNum++;
  1266. }
  1267. criteriaNum++
  1268. 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>&nbsp;<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>';
  1269. foreach ($context['groups'] as $id => $group)
  1270. echo '<option value="', $id, '">', strtr($group, array("'" => "\'")), '<\' + \'/option>';
  1271. echo '<\' + \'/select><\' + \'/span><span id="criteriaAddHere"><\' + \'/span>\');
  1272. }
  1273. function addActionOption()
  1274. {
  1275. if (actionNum == 0)
  1276. {
  1277. for (var i = 0; i < document.forms.addrule.elements.length; i++)
  1278. if (document.forms.addrule.elements[i].id.substr(0, 7) == "acttype")
  1279. actionNum++;
  1280. }
  1281. actionNum++
  1282. 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>&nbsp;<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>';
  1283. foreach ($context['labels'] as $label)
  1284. if ($label['id'] != -1)
  1285. echo '<option value="', ($label['id'] + 1), '">', addslashes($label['name']), '<\' + \'/option>';
  1286. echo '<\' + \'/select><\' + \'/span><span id="actionAddHere"><\' + \'/span>\');
  1287. }
  1288. // Rebuild the rule description!
  1289. function rebuildRuleDesc()
  1290. {
  1291. // Start with nothing.
  1292. var text = "";
  1293. var joinText = "";
  1294. var actionText = "";
  1295. var hadBuddy = false;
  1296. var foundCriteria = false;
  1297. var foundAction = false;
  1298. var curNum, curVal, curDef;
  1299. for (var i = 0; i < document.forms.addrule.elements.length; i++)
  1300. {
  1301. if (document.forms.addrule.elements[i].id.substr(0, 8) == "ruletype")
  1302. {
  1303. if (foundCriteria)
  1304. joinText = document.getElementById("logic").value == \'and\' ? ', JavaScriptEscape(' ' . $txt['pm_readable_and'] . ' '), ' : ', JavaScriptEscape(' ' . $txt['pm_readable_or'] . ' '), ';
  1305. else
  1306. joinText = \'\';
  1307. foundCriteria = true;
  1308. curNum = document.forms.addrule.elements[i].id.match(/\d+/);
  1309. curVal = document.forms.addrule.elements[i].value;
  1310. if (curVal == "gid")
  1311. curDef = document.getElementById("ruledefgroup" + curNum).value.php_htmlspecialchars();
  1312. else if (curVal != "bud")
  1313. curDef = document.getElementById("ruledef" + curNum).value.php_htmlspecialchars();
  1314. else
  1315. curDef = "";
  1316. // What type of test is this?
  1317. if (curVal == "mid" && curDef)
  1318. text += joinText + ', JavaScriptEscape($txt['pm_readable_member']), '.replace("{MEMBER}", curDef);
  1319. else if (curVal == "gid" && curDef && groups[curDef])
  1320. text += joinText + ', JavaScriptEscape($txt['pm_readable_group']), '.replace("{GROUP}", groups[curDef]);
  1321. else if (curVal == "sub" && curDef)
  1322. text += joinText + ', JavaScriptEscape($txt['pm_readable_subject']), '.replace("{SUBJECT}", curDef);
  1323. else if (curVal == "msg" && curDef)
  1324. text += joinText + ', JavaScriptEscape($txt['pm_readable_body']), '.replace("{BODY}", curDef);
  1325. else if (curVal == "bud" && !hadBuddy)
  1326. {
  1327. text += joinText + ', JavaScriptEscape($txt['pm_readable_buddy']), ';
  1328. hadBuddy = true;
  1329. }
  1330. }
  1331. if (document.forms.addrule.elements[i].id.substr(0, 7) == "acttype")
  1332. {
  1333. if (foundAction)
  1334. joinText = ', JavaScriptEscape(' ' . $txt['pm_readable_and'] . ' '), ';
  1335. else
  1336. joinText = "";
  1337. foundAction = true;
  1338. curNum = document.forms.addrule.elements[i].id.match(/\d+/);
  1339. curVal = document.forms.addrule.elements[i].value;
  1340. if (curVal == "lab")
  1341. curDef = document.getElementById("labdef" + curNum).value.php_htmlspecialchars();
  1342. else
  1343. curDef = "";
  1344. // Now pick the actions.
  1345. if (curVal == "lab" && curDef && labels[curDef])
  1346. actionText += joinText + ', JavaScriptEscape($txt['pm_readable_label']), '.replace("{LABEL}", labels[curDef]);
  1347. else if (curVal == "del")
  1348. actionText += joinText + ', JavaScriptEscape($txt['pm_readable_delete']), ';
  1349. }
  1350. }
  1351. // If still nothing make it default!
  1352. if (text == "" || !foundCriteria)
  1353. text = "', $txt['pm_rule_not_defined'], '";
  1354. else
  1355. {
  1356. if (actionText != "")
  1357. text += ', JavaScriptEscape(' ' . $txt['pm_readable_then'] . ' '), ' + actionText;
  1358. text = ', JavaScriptEscape($txt['pm_readable_start']), ' + text + ', JavaScriptEscape($txt['pm_readable_end']), ';
  1359. }
  1360. // Set the actual HTML!
  1361. setInnerHTML(document.getElementById("ruletext"), text);
  1362. }
  1363. // ]]></script>';
  1364. echo '
  1365. <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">
  1366. <div class="cat_bar">
  1367. <h3 class="catbg">', $context['rid'] == 0 ? $txt['pm_add_rule'] : $txt['pm_edit_rule'], '</h3>
  1368. </div>
  1369. <div class="windowbg">
  1370. <span class="topslice"><span></span></span>
  1371. <div class="content">
  1372. <dl class="addrules">
  1373. <dt class="floatleft">
  1374. <strong>', $txt['pm_rule_name'], ':</strong><br />
  1375. <span class="smalltext">', $txt['pm_rule_name_desc'], '</span>
  1376. </dt>
  1377. <dd class="floatleft">
  1378. <input type="text" name="rule_name" value="', empty($context['rule']['name']) ? $txt['pm_rule_name_default'] : $context['rule']['name'], '" size="50" class="input_text" />
  1379. </dd>
  1380. </dl>
  1381. <fieldset>
  1382. <legend>', $txt['pm_rule_criteria'], '</legend>';
  1383. // Add a dummy criteria to allow expansion for none js users.
  1384. $context['rule']['criteria'][] = array('t' => '', 'v' => '');
  1385. // For each criteria print it out.
  1386. $isFirst = true;
  1387. foreach ($context['rule']['criteria'] as $k => $criteria)
  1388. {
  1389. if (!$isFirst && $criteria['t'] == '')
  1390. echo '<div id="removeonjs1">';
  1391. elseif (!$isFirst)
  1392. echo '<br />';
  1393. echo '
  1394. <select name="ruletype[', $k, ']" id="ruletype', $k, '" onchange="updateRuleDef(', $k, '); rebuildRuleDesc();">
  1395. <option value="">', $txt['pm_rule_criteria_pick'], ':</option>
  1396. <option value="mid" ', $criteria['t'] == 'mid' ? 'selected="selected"' : '', '>', $txt['pm_rule_mid'], '</option>
  1397. <option value="gid" ', $criteria['t'] == 'gid' ? 'selected="selected"' : '', '>', $txt['pm_rule_gid'], '</option>
  1398. <option value="sub" ', $criteria['t'] == 'sub' ? 'selected="selected"' : '', '>', $txt['pm_rule_sub'], '</option>
  1399. <option value="msg" ', $criteria['t'] == 'msg' ? 'selected="selected"' : '', '>', $txt['pm_rule_msg'], '</option>
  1400. <option value="bud" ', $criteria['t'] == 'bud' ? 'selected="selected"' : '', '>', $txt['pm_rule_bud'], '</option>
  1401. </select>
  1402. <span id="defdiv', $k, '" ', !in_array($criteria['t'], array('gid', 'bud')) ? '' : 'style="display: none;"', '>
  1403. <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" />
  1404. </span>
  1405. <span id="defseldiv', $k, '" ', $criteria['t'] == 'gid' ? '' : 'style="display: none;"', '>
  1406. <select name="ruledefgroup[', $k, ']" id="ruledefgroup', $k, '" onchange="rebuildRuleDesc();">
  1407. <option value="">', $txt['pm_rule_sel_group'], '</option>';
  1408. foreach ($context['groups'] as $id => $group)
  1409. echo '
  1410. <option value="', $id, '" ', $criteria['t'] == 'gid' && $criteria['v'] == $id ? 'selected="selected"' : '', '>', $group, '</option>';
  1411. echo '
  1412. </select>
  1413. </span>';
  1414. // If this is the dummy we add a means to hide for non js users.
  1415. if ($isFirst)
  1416. $isFirst = false;
  1417. elseif ($criteria['t'] == '')
  1418. echo '</div>';
  1419. }
  1420. echo '
  1421. <span id="criteriaAddHere"></span><br />
  1422. <a href="#" onclick="addCriteriaOption(); return false;" id="addonjs1" style="display: none;">(', $txt['pm_rule_criteria_add'], ')</a>
  1423. <br /><br />
  1424. ', $txt['pm_rule_logic'], ':
  1425. <select name="rule_logic" id="logic" onchange="rebuildRuleDesc();">
  1426. <option value="and" ', $context['rule']['logic'] == 'and' ? 'selected="selected"' : '', '>', $txt['pm_rule_logic_and'], '</option>
  1427. <option value="or" ', $context['rule']['logic'] == 'or' ? 'selected="selected"' : '', '>', $txt['pm_rule_logic_or'], '</option>
  1428. </select>
  1429. </fieldset>
  1430. <fieldset>
  1431. <legend>', $txt['pm_rule_actions'], '</legend>';
  1432. // As with criteria - add a dummy action for "expansion".
  1433. $context['rule']['actions'][] = array('t' => '', 'v' => '');
  1434. // Print each action.
  1435. $isFirst = true;
  1436. foreach ($context['rule']['actions'] as $k => $action)
  1437. {
  1438. if (!$isFirst && $action['t'] == '')
  1439. echo '<div id="removeonjs2">';
  1440. elseif (!$isFirst)
  1441. echo '<br />';
  1442. echo '
  1443. <select name="acttype[', $k, ']" id="acttype', $k, '" onchange="updateActionDef(', $k, '); rebuildRuleDesc();">
  1444. <option value="">', $txt['pm_rule_sel_action'] , ':</option>
  1445. <option value="lab" ', $action['t'] == 'lab' ? 'selected="selected"' : '', '>', $txt['pm_rule_label'] , '</option>
  1446. <option value="del" ', $action['t'] == 'del' ? 'selected="selected"' : '', '>', $txt['pm_rule_delete'] , '</option>
  1447. </select>
  1448. <span id="labdiv', $k, '">
  1449. <select name="labdef[', $k, ']" id="labdef', $k, '" onchange="rebuildRuleDesc();">
  1450. <option value="">', $txt['pm_rule_sel_label'], '</option>';
  1451. foreach ($context['labels'] as $label)
  1452. if ($label['id'] != -1)
  1453. echo '
  1454. <option value="', ($label['id'] + 1), '" ', $action['t'] == 'lab' && $action['v'] == $label['id'] ? 'selected="selected"' : '', '>', $label['name'], '</option>';
  1455. echo '
  1456. </select>
  1457. </span>';
  1458. if ($isFirst)
  1459. $isFirst = false;
  1460. elseif ($action['t'] == '')
  1461. echo '
  1462. </div>';
  1463. }
  1464. echo '
  1465. <span id="actionAddHere"></span><br />
  1466. <a href="#" onclick="addActionOption(); return false;" id="addonjs2" style="display: none;">(', $txt['pm_rule_add_action'], ')</a>
  1467. </fieldset>
  1468. </div>
  1469. <span class="botslice"><span></span></span>
  1470. </div><br class="clear" />
  1471. <div class="cat_bar">
  1472. <h3 class="catbg">', $txt['pm_rule_description'], '</h3>
  1473. </div>
  1474. <div class="information">
  1475. <div id="ruletext">', $txt['pm_rule_js_disabled'], '</div>
  1476. </div>
  1477. <div class="righttext">
  1478. <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
  1479. <input type="submit" name="save" value="', $txt['pm_rule_save'], '" class="button_submit" />
  1480. </div>
  1481. </form>';
  1482. // Now setup all the bits!
  1483. echo '
  1484. <script type="text/javascript"><!-- // --><![CDATA[';
  1485. foreach ($context['rule']['criteria'] as $k => $c)
  1486. echo '
  1487. updateRuleDef(', $k, ');';
  1488. foreach ($context['rule']['actions'] as $k => $c)
  1489. echo '
  1490. updateActionDef(', $k, ');';
  1491. echo '
  1492. rebuildRuleDesc();';
  1493. // If this isn't a new rule and we have JS enabled remove the JS compatibility stuff.
  1494. if ($context['rid'])
  1495. echo '
  1496. document.getElementById("removeonjs1").style.display = "none";
  1497. document.getElementById("removeonjs2").style.display = "none";';
  1498. echo '
  1499. document.getElementById("addonjs1").style.display = "";
  1500. document.getElementById("addonjs2").style.display = "";';
  1501. echo '
  1502. // ]]></script>';
  1503. }
  1504. ?>