; margin: 0; background: #f0f0f0; color: #000; padding: 10px; } .highlight { color: red; font-weight: bold; } #spellview { border-style: outset; border: 1px solid black; padding: 5px; width: 95%; height: 314px; overflow: auto; background: #ffffff; }'; if ($context['browser']['needs_size_fix']) echo ' @import(', $settings['default_theme_url'], '/css/fonts-compat.css);'; // As you may expect - we need a lot of javascript for this... load it form the separate files. echo '
 
', $txt['spellcheck_change_to'], '
', $txt['spellcheck_suggest'], '
'; } function template_quotefast() { global $context, $settings, $options, $txt; echo ' ', $txt['retrieving_quote'], ' ', $txt['retrieving_quote'], ' '; } function template_announce() { global $context, $settings, $options, $txt, $scripturl; echo '
', $txt['announce_title'], '
', $txt['announce_desc'], '
', $txt['announce_this_topic'], ' ', $context['topic_subject'], '
'; foreach ($context['groups'] as $group) echo ' (', $group['member_count'], ')
'; echo '
'; } function template_announcement_send() { global $context, $settings, $options, $txt, $scripturl; echo '
', $txt['announce_sending'], ' ', $context['topic_subject'], '
', $context['percentage_done'], '% ', $txt['announce_done'], '
'; } ?>', theme_linktree(), '
', $txt['pages'], ': ', $context['page_index'], '
'; foreach ($context['posts'] as $post) { // This is far from ideal, but oh well - create buttons for the post. $button_set = array(); if ($post['can_delete']) $button_set['delete'] = array('text' => 'remove', 'image' => 'delete.gif', 'lang' => true, 'custom' => 'onclick="return confirm(\'' . $txt['remove_message'] . '?\');"', 'url' => $scripturl . '?action=deletemsg;msg=' . $post['id'] . ';topic=' . $post['topic'] . ';recent;' . $context['session_var'] . '=' . $context['session_id']); if ($post['can_reply']) { $button_set['reply'] = array('text' => 'reply', 'image' => 'reply_sm.gif', 'lang' => true, 'url' => $scripturl . '?action=post;topic=' . $post['topic'] . '.' . $post['start']); $button_set['qu