Guest User

included reimg

a guest
Jul 9th, 2012
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 10.67 KB | None | 0 0
  1. mein_template: overall_header.html
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
  5. <head>
  6.  
  7. <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
  8. <meta http-equiv="content-style-type" content="text/css" />
  9. <meta http-equiv="content-language" content="{S_USER_LANG}" />
  10. <meta http-equiv="imagetoolbar" content="no" />
  11. <meta name="resource-type" content="document" />
  12. <meta name="distribution" content="global" />
  13. <meta name="keywords" content="" />
  14. <meta name="description" content="" />
  15. {META}
  16. <title>{SITENAME} &raquo; <!-- IF S_IN_MCP -->{L_MCP} &raquo; <!-- ELSEIF S_IN_UCP -->{L_UCP} &raquo; <!-- ENDIF -->{PAGE_TITLE}</title>
  17. <!-- IF S_ENABLE_FEEDS -->
  18.     <!-- IF S_ENABLE_FEEDS_OVERALL --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" /><!-- ENDIF -->
  19.     <!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news" /><!-- ENDIF -->
  20.     <!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums" /><!-- ENDIF -->
  21.     <!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_NEW}" href="{U_FEED}?mode=topics" /><!-- ENDIF -->
  22.     <!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{U_FEED}?mode=topics_active" /><!-- ENDIF -->
  23.     <!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}" /><!-- ENDIF -->
  24.     <!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&amp;t={S_TOPIC_ID}" /><!-- ENDIF -->
  25. <!-- ENDIF -->
  26. <!--
  27.     phpBB style name:   DVGFX
  28.     Based on style:     prosilver (this is the default phpBB3 style)
  29.     Original author:    Tom Beddard ( http://www.subBlue.com )
  30.     Modified by:        Matt ( http://dvgfx.blogspot.com )
  31.    
  32.     NOTE: This page was generated by phpBB, the free open-source bulletin board package.
  33.           The phpBB Group is not responsible for the content of this page and forum. For more information
  34.           about phpBB please visit http://www.phpbb.com
  35. -->
  36.  
  37.  
  38.  
  39. <script type="text/javascript">
  40. // <![CDATA[
  41.     var jump_page = '{LA_JUMP_PAGE}:';
  42.     var on_page = '{ON_PAGE}';
  43.     var per_page = '{PER_PAGE}';
  44.     var base_url = '{A_BASE_URL}';
  45.     var style_cookie = 'phpBBstyle';
  46.     var style_cookie_settings = '{A_COOKIE_SETTINGS}';
  47.     var onload_functions = new Array();
  48.     var onunload_functions = new Array();
  49.  
  50.     <!-- IF S_USER_PM_POPUP and S_NEW_PM -->
  51.         var url = '{UA_POPUP_PM}';
  52.         window.open(url.replace(/&amp;/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
  53.     <!-- ENDIF -->
  54.  
  55.     /**
  56.     * Find a member
  57.     */
  58.     function find_username(url)
  59.     {
  60.         popup(url, 760, 570, '_usersearch');
  61.         return false;
  62.     }
  63.  
  64.     /**
  65.     * New function for handling multiple calls to window.onload and window.unload by pentapenguin
  66.     */
  67.     window.onload = function()
  68.     {
  69.         for (var i = 0; i < onload_functions.length; i++)
  70.         {
  71.             eval(onload_functions[i]);
  72.         }
  73.     };
  74.  
  75.     window.onunload = function()
  76.     {
  77.         for (var i = 0; i < onunload_functions.length; i++)
  78.         {
  79.             eval(onunload_functions[i]);
  80.         }
  81.     };
  82.  
  83. // ]]>
  84. </script>
  85. <script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/styleswitcher.js"></script>
  86. <script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
  87.  
  88. <link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
  89. <link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />
  90.  
  91. <link href="{T_THEME_PATH}/normal.css" rel="stylesheet" type="text/css" title="A" />
  92. <link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
  93. <link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />
  94.  
  95. <!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
  96.     <link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
  97. <!-- ENDIF -->
  98. <!-- INCLUDE mods/reimg_content.html -->
  99. </head>
  100.  
  101.  
  102.  
  103.  
  104.  
  105. prosilver template:
  106. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  107. <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
  108. <head>
  109.  
  110. <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
  111. <meta http-equiv="content-style-type" content="text/css" />
  112. <meta http-equiv="content-language" content="{S_USER_LANG}" />
  113. <meta http-equiv="imagetoolbar" content="no" />
  114. <meta name="resource-type" content="document" />
  115. <meta name="distribution" content="global" />
  116. <meta name="keywords" content="" />
  117. <meta name="description" content="" />
  118. <meta name="robots" content="noindex" />
  119. {META}
  120. <title>{SITENAME} &bull; {PAGE_TITLE}</title>
  121.  
  122. <link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" />
  123. <!-- INCLUDE mods/reimg_content.html -->
  124. </head>
  125.  
  126.  
  127.  
  128. ucp_pm_viewmessage_print.html :
  129.  
  130. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  131. <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
  132. <head>
  133.  
  134. <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
  135. <meta http-equiv="content-style-type" content="text/css" />
  136. <meta http-equiv="content-language" content="{S_USER_LANG}" />
  137. <meta http-equiv="imagetoolbar" content="no" />
  138. <meta name="resource-type" content="document" />
  139. <meta name="distribution" content="global" />
  140. <meta name="keywords" content="" />
  141. <meta name="description" content="" />
  142. <meta name="robots" content="noindex" />
  143. {META}
  144. <title>{SITENAME} &bull; {PAGE_TITLE}</title>
  145.  
  146. <link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" />
  147. <!-- INCLUDE mods/reimg_content.html -->
  148. </head>
  149.  
  150.  
  151.  
  152. overall_header.html:
  153.  
  154. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  155. <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
  156. <head>
  157.  
  158. <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
  159. <meta http-equiv="content-style-type" content="text/css" />
  160. <meta http-equiv="content-language" content="{S_USER_LANG}" />
  161. <meta http-equiv="imagetoolbar" content="no" />
  162. <meta name="resource-type" content="document" />
  163. <meta name="distribution" content="global" />
  164. <meta name="keywords" content="" />
  165. <meta name="description" content="" />
  166. {META}
  167. <title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>
  168.  
  169. <!-- IF S_ENABLE_FEEDS -->
  170.     <!-- IF S_ENABLE_FEEDS_OVERALL --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" /><!-- ENDIF -->
  171.     <!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news" /><!-- ENDIF -->
  172.     <!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums" /><!-- ENDIF -->
  173.     <!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_NEW}" href="{U_FEED}?mode=topics" /><!-- ENDIF -->
  174.     <!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{U_FEED}?mode=topics_active" /><!-- ENDIF -->
  175.     <!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}" /><!-- ENDIF -->
  176.     <!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&amp;t={S_TOPIC_ID}" /><!-- ENDIF -->
  177. <!-- ENDIF -->
  178.  
  179. <!--
  180.     phpBB style name: prosilver
  181.     Based on style:   prosilver (this is the default phpBB3 style)
  182.     Original author:  Tom Beddard ( http://www.subBlue.com/ )
  183.     Modified by:
  184.  
  185.     NOTE: This page was generated by phpBB, the free open-source bulletin board package.
  186.           The phpBB Group is not responsible for the content of this page and forum. For more information
  187.           about phpBB please visit http://www.phpbb.com
  188. -->
  189.  
  190. <script type="text/javascript">
  191. // <![CDATA[
  192.     var jump_page = '{LA_JUMP_PAGE}:';
  193.     var on_page = '{ON_PAGE}';
  194.     var per_page = '{PER_PAGE}';
  195.     var base_url = '{A_BASE_URL}';
  196.     var style_cookie = 'phpBBstyle';
  197.     var style_cookie_settings = '{A_COOKIE_SETTINGS}';
  198.     var onload_functions = new Array();
  199.     var onunload_functions = new Array();
  200.  
  201.     <!-- IF S_USER_PM_POPUP and S_NEW_PM -->
  202.         var url = '{UA_POPUP_PM}';
  203.         window.open(url.replace(/&amp;/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
  204.     <!-- ENDIF -->
  205.  
  206.     /**
  207.     * Find a member
  208.     */
  209.     function find_username(url)
  210.     {
  211.         popup(url, 760, 570, '_usersearch');
  212.         return false;
  213.     }
  214.  
  215.     /**
  216.     * New function for handling multiple calls to window.onload and window.unload by pentapenguin
  217.     */
  218.     window.onload = function()
  219.     {
  220.         for (var i = 0; i < onload_functions.length; i++)
  221.         {
  222.             eval(onload_functions[i]);
  223.         }
  224.     };
  225.  
  226.     window.onunload = function()
  227.     {
  228.         for (var i = 0; i < onunload_functions.length; i++)
  229.         {
  230.             eval(onunload_functions[i]);
  231.         }
  232.     };
  233.  
  234. // ]]>
  235. </script>
  236. <script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/styleswitcher.js"></script>
  237. <script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
  238.  
  239. <link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
  240. <link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />
  241.  
  242. <link href="{T_THEME_PATH}/normal.css" rel="stylesheet" type="text/css" title="A" />
  243. <link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
  244. <link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />
  245.  
  246. <!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
  247.     <link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
  248. <!-- ENDIF -->
  249. <!-- INCLUDE mods/reimg_content.html -->
  250. </head>
Advertisement
Add Comment
Please, Sign In to add comment