PATH:
home
/
sudairsocs
/
www
/
forum_ancien
/
Themes
/
default
<?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.0 */ function template_print_above() { global $context, $settings, $options, $txt; echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"', $context['right_to_left'] ? ' dir="rtl"' : '', '> <head> <meta http-equiv="Content-Type" content="text/html; charset=', $context['character_set'], '" /> <meta name="robots" content="noindex" /> <link rel="canonical" href="', $context['canonical_url'], '" /> <title>', $txt['print_page'], ' - ', $context['topic_subject'], '</title> <style type="text/css"> body, a { color: #000; background: #fff; } body, td, .normaltext { font-family: Verdana, arial, helvetica, serif; font-size: small; } h1#title { font-size: large; font-weight: bold; } h2#linktree { margin: 1em 0 2.5em 0; font-size: small; font-weight: bold; } dl#posts { width: 90%; margin: 0; padding: 0; list-style: none; } dt.postheader { border: solid #000; border-width: 1px 0; padding: 4px 0; } dd.postbody { margin: 1em 0 2em 2em; } table { empty-cells: show; } blockquote, code { border: 1px solid #000; margin: 3px; padding: 1px; display: block; } code { font: x-small monospace; } blockquote { font-size: x-small; } .smalltext, .quoteheader, .codeheader { font-size: x-small; } .largetext { font-size: large; } .centertext { text-align: center; } hr { height: 1px; border: 0; color: black; background-color: black; } </style> </head> <body> <h1 id="title">', $context['forum_name_html_safe'], '</h1> <h2 id="linktree">', $context['category_name'], ' => ', (!empty($context['parent_boards']) ? implode(' => ', $context['parent_boards']) . ' => ' : ''), $context['board_name'], ' => ', $txt['topic_started'], ': ', $context['poster_name'], ' ', $txt['search_on'], ' ', $context['post_time'], '</h2> <dl id="posts">'; } function template_main() { global $context, $settings, $options, $txt; foreach ($context['posts'] as $post) echo ' <dt class="postheader"> ', $txt['title'], ': <strong>', $post['subject'], '</strong><br /> ', $txt['post_by'], ': <strong>', $post['member'], '</strong> ', $txt['search_on'], ' <strong>', $post['time'], '</strong> </dt> <dd class="postbody"> ', $post['body'], ' </dd>'; } function template_print_below() { global $context, $settings, $options; echo ' </dl> <div id="footer" class="smalltext"> ', theme_copyright(), ' </div> </body> </html>'; } ?>
[+]
..
[-] Register.template.php
[edit]
[-] ManageMembergroups.template.php
[edit]
[-] Stats.template.php
[edit]
[-] Xml.template.php
[edit]
[-] ManageCalendar.template.php
[edit]
[-] ModerationCenter.template.php
[edit]
[-] Poll.template.php
[edit]
[-] Themes.template.php~
[edit]
[-] Post.template.php
[edit]
[-] GenericList.template.php
[edit]
[-] Reports.template.php
[edit]
[-] Packages.template.php
[edit]
[-] passwdBoard.template.php
[edit]
[-] SendTopic.template.php
[edit]
[-] Printpage.template.php
[edit]
[-] SplitTopics.template.php
[edit]
[-] ManageMembers.template.php
[edit]
[-] Notify.template.php
[edit]
[-] Login.template.php
[edit]
[-] Recent.template.php
[edit]
[+]
fonts
[-] Reminder.template.php
[edit]
[+]
images
[-] ManageBans.template.php
[edit]
[-] Wireless.template.php
[edit]
[-] Themes.template.php
[edit]
[-] Errors.template.php
[edit]
[-] Settings.template.php
[edit]
[+]
css
[-] ManageBoards.template.php~
[edit]
[-] ManageNews.template.php
[edit]
[-] Help.template.php
[edit]
[-] Search.template.php
[edit]
[-] Admin.template.php
[edit]
[+]
downloads
[-] GenericMenu.template.php
[edit]
[-] BoardIndex.template.php~
[edit]
[-] Display.template.php
[edit]
[-] ManageMaintenance.template.php
[edit]
[-] ManageSearch.template.php
[edit]
[-] ManagePermissions.template.php
[edit]
[-] Profile.template.php
[edit]
[-] error_log
[edit]
[-] MoveTopic.template.php
[edit]
[-] ManageMail.template.php
[edit]
[-] ManageBoards.template.php
[edit]
[-] BoardIndex.template.php
[edit]
[-] Compat.template.php
[edit]
[-] index.php
[edit]
[+]
scripts
[-] ManageSmileys.template.php
[edit]
[-] MessageIndex.template.php
[edit]
[-] Calendar.template.php
[edit]
[-] Memberlist.template.php
[edit]
[-] ManagePaid.template.php
[edit]
[+]
languages
[-] ManageScheduledTasks.template.php
[edit]
[-] Who.template.php
[edit]
[-] PersonalMessage.template.php
[edit]
[-] GenericControls.template.php
[edit]
[-] ManageAttachments.template.php
[edit]
[-] index.template.php
[edit]
[-] license.txt
[edit]