2005-08-18 07:04:05 +00:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
|
|
|
"http://www.w3.org/TR/html4/strict.dtd">
|
|
|
|
<html lang="{LANG}" dir="{DIR}">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset={CONTENT_ENCODING}">
|
2006-12-02 16:46:15 +00:00
|
|
|
<meta name="robots" content="index, follow">
|
2006-12-02 18:30:56 +00:00
|
|
|
<meta name="generator" content="PhpWebGallery (aka PWG), see www.phpwebgallery.net">
|
2006-12-02 16:46:15 +00:00
|
|
|
<!-- BEGIN header_meta -->
|
|
|
|
<meta name="author" content="{header_meta.INFO_AUTHOR}">
|
|
|
|
<meta name="keywords" content="{header_meta.INFO_TAGS}">
|
|
|
|
<meta name="description" content="{header_meta.COMMENT}">
|
|
|
|
<!-- END header_meta -->
|
|
|
|
<title>{GALLERY_TITLE} :: {PAGE_TITLE}</title>
|
2006-03-22 07:33:10 +00:00
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="{pwg_root}template-common/favicon.ico">
|
2006-12-02 16:46:15 +00:00
|
|
|
<link rel="start" title="{lang:home}" href="{U_HOME}" >
|
|
|
|
<link rel="search" title="{lang:search}" href="{pwg_root}search.php" >
|
|
|
|
<!-- BEGIN first -->
|
|
|
|
<link rel="first" title="{lang:first_page}" href="{first.U_IMG}" >
|
2006-12-06 01:07:03 +00:00
|
|
|
<link rel="up" title="{lang:thumbnails}" href="{U_UP}" >
|
2006-12-02 16:46:15 +00:00
|
|
|
<!-- END first -->
|
|
|
|
<!-- BEGIN previous -->
|
|
|
|
<link rel="prev" title="{lang:previous_page}" href="{previous.U_IMG}" >
|
|
|
|
<!-- END previous -->
|
|
|
|
<!-- BEGIN next -->
|
|
|
|
<link rel="next" title="{lang:next_page}" href="{next.U_IMG}" >
|
|
|
|
<!-- END next -->
|
|
|
|
<!-- BEGIN last -->
|
|
|
|
<link rel="last" title="{lang:last_page}" href="{last.U_IMG}" >
|
2006-12-06 01:07:03 +00:00
|
|
|
<link rel="up" title="{lang:thumbnails}" href="{U_UP}" >
|
2006-12-02 16:46:15 +00:00
|
|
|
<!-- END last -->
|
2006-06-22 18:17:47 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/layout.css">
|
2005-10-22 18:18:55 +00:00
|
|
|
<!-- the next css is used to fix khtml (Konqueror/Safari) issue
|
2005-12-03 17:33:38 +00:00
|
|
|
the "text/nonsense" prevents gecko based browsers to load it -->
|
2006-06-22 18:17:47 +00:00
|
|
|
<link rel="stylesheet" type="text/nonsense" href="{pwg_root}template/{themeconf:template}/fix-khtml.css">
|
2006-04-15 09:56:15 +00:00
|
|
|
<!--[if lt IE 7]>
|
2006-06-22 19:21:56 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/fix-ie5-ie6.css">
|
2006-04-15 09:56:15 +00:00
|
|
|
<![endif]-->
|
2006-06-22 18:17:47 +00:00
|
|
|
<link rel="stylesheet" type="text/css" media="print" href="{pwg_root}template/{themeconf:template}/print.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/default-colors.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/theme/{themeconf:theme}/theme.css">
|
2006-06-22 19:21:56 +00:00
|
|
|
{themeconf:local_head}
|
2006-11-01 05:54:35 +00:00
|
|
|
<!-- BEGIN prefetch -->
|
|
|
|
<link rel="prefetch" href="{prefetch.URL}">
|
|
|
|
<!-- END prefetch -->
|
2005-08-18 07:04:05 +00:00
|
|
|
<!-- BEGIN refresh -->
|
|
|
|
<meta http-equiv="refresh" content="{REFRESH_TIME};url={U_REFRESH}">
|
|
|
|
<!-- END refresh -->
|
2006-07-26 21:29:21 +00:00
|
|
|
<script type="text/javascript" src="{pwg_root}template-common/scripts.js"></script>
|
2006-04-15 09:56:15 +00:00
|
|
|
<!--[if lt IE 7]>
|
2006-07-14 16:39:31 +00:00
|
|
|
<style>
|
|
|
|
/* only because we need \{pwg_root\} otherwise use fix-ie5-ie6.css */
|
|
|
|
BODY { behavior:url("{pwg_root}template-common/csshover.htc"); }
|
2006-07-22 09:21:40 +00:00
|
|
|
A IMG, .button, .icon {
|
|
|
|
behavior:url("{pwg_root}template-common/tooltipfix.htc");
|
|
|
|
}
|
|
|
|
FORM { behavior: url("{pwg_root}template-common/inputfix.htc"); }
|
2006-07-14 16:39:31 +00:00
|
|
|
</style>
|
2006-07-26 21:29:21 +00:00
|
|
|
<script type="text/javascript" src="{pwg_root}template-common/pngfix.js"></script>
|
2005-10-20 19:06:17 +00:00
|
|
|
<![endif]-->
|
2006-08-17 01:56:14 +00:00
|
|
|
<!-- BEGIN head_element -->
|
|
|
|
{head_element.CONTENT}
|
|
|
|
<!-- END head_element -->
|
2005-08-18 07:04:05 +00:00
|
|
|
</head>
|
|
|
|
|
- new : HTML BODY identifier to let CSS stylesheets manage specific
behaviour.
- deletion : admin/search useless
- improvement : in admin/user_list, special behaviour for true/false fields
(expand, show_comments)
- new : gallery_title and gallery_description are displayed at the top of
each page.
- improvement : simplification in HTML for categories menu.
- improvement : standardization of presentation in all public pages
(identification, registration, search, profile, notification, comments,
etc.)
(not in ChangeLog, below this line)
- add forgotten notification.php (should have been added in a previous
commit)
- [template cclear] deletion of useless class .bouton
- [template cclear] for test purpose, new presentation of register page
(using FORM.filter)
- [template cclear] adaptation of admin/group_list from template default
- [template cclear] deletion of obsolete admin/infos_images
- [template cclear] deletion of obsolete admin/search_username
- [template cclear] new icon register.png
git-svn-id: http://piwigo.org/svn/trunk@850 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-25 22:43:47 +00:00
|
|
|
<body id="{BODY_ID}">
|
2005-08-18 07:04:05 +00:00
|
|
|
<div id="the_page">
|
2006-06-28 22:50:30 +00:00
|
|
|
<!-- BEGIN header_msgs -->
|
|
|
|
<div class="header_msgs">
|
2006-06-29 22:16:35 +00:00
|
|
|
<!-- BEGIN header_msg -->
|
|
|
|
<P>{header_msgs.header_msg.HEADER_MSG}</p>
|
|
|
|
<!-- END header_msg -->
|
2006-06-22 21:28:54 +00:00
|
|
|
</div>
|
2006-06-28 22:50:30 +00:00
|
|
|
<!-- END header_msgs -->
|
2006-06-28 23:07:59 +00:00
|
|
|
<div id="theHeader">{PAGE_BANNER}</div>
|
2006-12-21 21:38:20 +00:00
|
|
|
<!-- BEGIN header_notes -->
|
|
|
|
<div class="header_notes">
|
|
|
|
<!-- BEGIN header_note -->
|
|
|
|
<P>{header_notes.header_note.HEADER_NOTE}</p>
|
|
|
|
<!-- END header_note -->
|
|
|
|
</div>
|
|
|
|
<!-- END header_notes -->
|