diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-24 13:22:39 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-24 13:22:39 +0000 |
| commit | c93474e11839f56a51d662ae40336e9ba61a12a2 (patch) | |
| tree | 0ad79c8fe0e1cccceb92d673f2088ce1e6c4bf60 /phpBB/styles/subSilver/template/overall_header.html | |
| parent | af1cc18e023bc8b55bc86417d25f4e0debbc3deb (diff) | |
| download | forums-c93474e11839f56a51d662ae40336e9ba61a12a2.tar forums-c93474e11839f56a51d662ae40336e9ba61a12a2.tar.gz forums-c93474e11839f56a51d662ae40336e9ba61a12a2.tar.bz2 forums-c93474e11839f56a51d662ae40336e9ba61a12a2.tar.xz forums-c93474e11839f56a51d662ae40336e9ba61a12a2.zip | |
Moving again ... I think this time will be the last ... famous last words
git-svn-id: file:///svn/phpbb/trunk@4323 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/overall_header.html')
| -rw-r--r-- | phpBB/styles/subSilver/template/overall_header.html | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/phpBB/styles/subSilver/template/overall_header.html b/phpBB/styles/subSilver/template/overall_header.html new file mode 100644 index 0000000000..96a4a469ff --- /dev/null +++ b/phpBB/styles/subSilver/template/overall_header.html @@ -0,0 +1,61 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html dir="{S_CONTENT_DIRECTION}"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> +<meta http-equiv="Content-Style-Type" content="text/css"> +{META} +<title>{SITENAME} :: {PAGE_TITLE}</title> +<!-- IF T_STYLESHEET_LINK --> +<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css"> +<!-- ELSE --> +<style type="text/css"> +<!-- +{T_THEME_DATA} +//--> +</style> +<!-- ENDIF --> +<script language="Javascript" type="text/javascript"> +<!-- + +<!-- IF S_USER_PM_POPUP --> +if ({PRIVATE_MESSAGE_NEW_FLAG}) +{ + window.open('{U_PRIVATEMSGS}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400'); +} +<!-- ENDIF --> + +function im_popup(url, width, height) +{ + window.open(url, '_contact', 'HEIGHT=' + height + ',resizable=yes,scrollbars=yes, WIDTH=' + width); + return false; +} +//--> +</script> +</head> +<body> + +<a name="top"></a> + +<table width="95%" cellspacing="0" cellpadding="0" border="0" align="center"> + <tr> + <td height="110" nowrap="nowrap"><a href="{U_INDEX}"><img src="{T_THEME_PATH}/images/sitelogo.jpg" border="0" alt="" title="" /></a></td> + <td width="100%" align="center" valign="middle"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td> + </tr> +</table> + +<table width="95%" cellspacing="0" cellpadding="0" border="0" align="center"> + <tr> + <td class="mainmenu" height="25" valign="middle" nowrap="nowrap"><a href="{U_LOGIN_LOGOUT}"><img src="{T_THEME_PATH}/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a> <!-- IF S_USER_LOGGED_IN --><!-- IF S_DISPLAY_PM --> <a href="{U_PRIVATEMSGS}"><img src="{T_THEME_PATH}/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a><!-- ENDIF --><!-- ELSE --> <a href="{U_REGISTER}"><img src="{T_THEME_PATH}/images/icon_mini_register.gif" width="12" height="13" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a><!-- ENDIF --> </td> + + <td class="mainmenu" height="25" align="right" valign="middle" nowrap="nowrap"> <a href="{U_FAQ}"><img src="{T_THEME_PATH}/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a><!-- IF S_DISPLAY_SEARCH --> <a href="{U_SEARCH}"><img src="{T_THEME_PATH}/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a><!-- ENDIF --><!-- IF S_DISPLAY_MEMBERLIST --> <a href="{U_MEMBERLIST}"><img src="{T_THEME_PATH}/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a><!-- ENDIF --> <a href="{U_GROUP_CP}"><img src="{T_THEME_PATH}/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a><!-- IF S_USER_LOGGED_IN --> <a href="{U_PROFILE}"><img src="{T_THEME_PATH}/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a><!-- ENDIF --></td> + </tr> + <tr> + <td colspan="2"><img src="images/spacer.gif" height="10" alt="" /></td> + </tr> + <tr> + <td class="gensmall"> <!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ENDIF --></td> + <td class="gensmall" align="right">{CURRENT_TIME}</td> + </tr> +</table> + +<br clear="all" /> |
