diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-01-10 21:16:47 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-01-10 21:16:47 +0000 |
| commit | 5b2df3c384719f5a8c3f6fa2fb33749857dcbfb7 (patch) | |
| tree | 8a351deb2f16decbac1ba6bfcbe73d895cc414b7 /templates/popup_header_inc.tpl | |
| parent | e73f12657c5c5fcd05810cf0b1477bb69743b9a4 (diff) | |
| download | themes-5b2df3c384719f5a8c3f6fa2fb33749857dcbfb7.tar.gz themes-5b2df3c384719f5a8c3f6fa2fb33749857dcbfb7.tar.bz2 themes-5b2df3c384719f5a8c3f6fa2fb33749857dcbfb7.zip | |
merge recent changes into HEAD
Diffstat (limited to 'templates/popup_header_inc.tpl')
| -rw-r--r-- | templates/popup_header_inc.tpl | 90 |
1 files changed, 45 insertions, 45 deletions
diff --git a/templates/popup_header_inc.tpl b/templates/popup_header_inc.tpl index 61affff..faea0d9 100644 --- a/templates/popup_header_inc.tpl +++ b/templates/popup_header_inc.tpl @@ -1,45 +1,45 @@ -<!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" xml:lang="en" lang="en">
-<head>
- <title>{tr}{$gPageTitle}{/tr}</title>
-
- {if $smarty.request.site_style}
- <link rel="stylesheet" title="{$style}" type="text/css" href="{$gBitSystem->getStyleCss($smarty.request.site_style)}" media="all" />
- {/if}
- {if $gBitSystem->mStyles.styleSheet}
- <link rel="stylesheet" title="{$style}" type="text/css" href="{$gBitSystem->mStyles.styleSheet}" media="all" />
- {/if}
- {if $gBitSystem->mStyles.browserStyleSheet}
- <link rel="stylesheet" title="{$style}" type="text/css" href="{$gBitSystem->mStyles.browserStyleSheet}" media="all" />
- {/if}
- {if $gBitSystem->mStyles.customStyleSheet}
- <link rel="stylesheet" title="{$style}" type="text/css" href="{$gBitSystem->mStyles.custumStyleSheet}" media="all" />
- {/if}
- {foreach from=$gBitSystem->mStyles.altStyleSheets item=alt_path key=alt_name}
- <link rel="alternate stylesheet" title="{$alt_name}" type="text/css" href="{$alt_path}" media="screen" />
- {/foreach}
-
- <script type="text/javascript" src="{$smarty.const.KERNEL_PKG_URL}bitweaver.js"></script>
-
- {literal}
- <script type="text/javascript"><!--
- function returnAttachmentId(attachmentId) {
- self.opener.document.getElementById("existing_attachment_id_input").value = attachmentId;
- self.close();
- }
- --></script>
- {/literal}
-
- <!--[if gte IE 5.5000]>
- <script type="text/javascript" src="{$smarty.const.THEMES_PKG_URL}js/pngfix.js"></script>
- <![endif]-->
-
-</head>
-<body>
- <div id="attbrowser">
- <div class="display attbrowser">
- <div class="header">
- <h1>{$gPageTitle}</h1>
- </div>
-
- <div class="body">
+<!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" xml:lang="en" lang="en"> +<head> + <title>{tr}{$gPageTitle}{/tr}</title> + + {if $smarty.request.site_style} + <link rel="stylesheet" title="{$style}" type="text/css" href="{$gBitSystem->getStyleCss($smarty.request.site_style)}" media="all" /> + {/if} + {if $gBitSystem->mStyles.styleSheet} + <link rel="stylesheet" title="{$style}" type="text/css" href="{$gBitSystem->mStyles.styleSheet}" media="all" /> + {/if} + {if $gBitSystem->mStyles.browserStyleSheet} + <link rel="stylesheet" title="{$style}" type="text/css" href="{$gBitSystem->mStyles.browserStyleSheet}" media="all" /> + {/if} + {if $gBitSystem->mStyles.customStyleSheet} + <link rel="stylesheet" title="{$style}" type="text/css" href="{$gBitSystem->mStyles.custumStyleSheet}" media="all" /> + {/if} + {foreach from=$gBitSystem->mStyles.altStyleSheets item=alt_path key=alt_name} + <link rel="alternate stylesheet" title="{$alt_name}" type="text/css" href="{$alt_path}" media="screen" /> + {/foreach} + + <script type="text/javascript" src="{$smarty.const.UTILL_PKG_URL}javascript/bitweaver.js"></script> + + {literal} + <script type="text/javascript"><!-- + function returnAttachmentId(attachmentId) { + self.opener.document.getElementById("existing_attachment_id_input").value = attachmentId; + self.close(); + } + --></script> + {/literal} + + <!--[if gte IE 5.5000]> + <script type="text/javascript" src="{$smarty.const.UTIL_PKG_URL}javascript/fixes/pngfix.js"></script> + <![endif]--> + +</head> +<body> + <div id="attbrowser"> + <div class="display attbrowser"> + <div class="header"> + <h1>{$gPageTitle}</h1> + </div> + + <div class="body"> |
