diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-01-17 00:23:35 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-01-17 00:23:35 +0000 |
| commit | c69c15258d9a4c039e964a90a9652a5e53a15d6a (patch) | |
| tree | ae8b3cca8ae9e37f0939f3619196633baa022fe2 /templates/popup_header_inc.tpl | |
| parent | 4f583850617150461e27780b1fdced4919b65a2f (diff) | |
| download | themes-c69c15258d9a4c039e964a90a9652a5e53a15d6a.tar.gz themes-c69c15258d9a4c039e964a90a9652a5e53a15d6a.tar.bz2 themes-c69c15258d9a4c039e964a90a9652a5e53a15d6a.zip | |
merge recent changes into HEAD
Diffstat (limited to 'templates/popup_header_inc.tpl')
| -rw-r--r-- | templates/popup_header_inc.tpl | 49 |
1 files changed, 10 insertions, 39 deletions
diff --git a/templates/popup_header_inc.tpl b/templates/popup_header_inc.tpl index 402e522..422d82c 100644 --- a/templates/popup_header_inc.tpl +++ b/templates/popup_header_inc.tpl @@ -1,45 +1,16 @@ <!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.UTIL_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]--> + <title>{$browserTitle} - {$siteTitle}</title> + <link rel="stylesheet" title="{$style}" type="text/css" href="{$gBitSystem->getStyleCss($smarty.request.site_style)}" media="all" /> + {include file="bitpackage:kernel/header_inc.tpl"} + {include file="bitpackage:themes/header_inc.tpl"} </head> -<body> - <div id="attbrowser"> - <div class="display attbrowser"> - <div class="header"> - <h1>{$gPageTitle}</h1> - </div> +<body id="jspopup"> + <div class="display jspopup"> + <div class="header"> + <title>{$browserTitle} - {$siteTitle}</title> + </div> - <div class="body"> + <div class="body"> |
