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}">
|
|
|
|
<!-- BIG FIX ME BELOW (paths) -->
|
2005-09-03 20:01:14 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="template/yoga/default-layout.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="template/yoga/default-colors.css">
|
2005-10-22 18:18:55 +00:00
|
|
|
<!-- the next css is used to fix khtml (Konqueror/Safari) issue
|
2005-10-26 21:05:35 +00:00
|
|
|
the "text/nonsense" prevents geko based browsers to load it -->
|
|
|
|
<link rel="stylesheet" type="text/nonsense" href="template/yoga/fix-khtml.css">
|
2005-09-03 20:01:14 +00:00
|
|
|
<link rel="stylesheet" type="text/css" media="print" href="template/yoga/print.css">
|
2005-08-18 07:04:05 +00:00
|
|
|
<!-- AN OTHER FIX ME -->
|
|
|
|
<style type="text/css">
|
|
|
|
.notDoneYet {
|
|
|
|
background: yellow;
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<!-- BEGIN refresh -->
|
|
|
|
<meta http-equiv="refresh" content="{REFRESH_TIME};url={U_REFRESH}">
|
|
|
|
<!-- END refresh -->
|
2005-12-12 19:31:29 +00:00
|
|
|
<title>{GALLERY_TITLE}:{PAGE_TITLE}</title>
|
2005-08-18 07:04:05 +00:00
|
|
|
<script type="text/javascript" src="include/scripts.js"></script>
|
2005-10-20 19:06:17 +00:00
|
|
|
<!--[if gte IE 5.5000]>
|
|
|
|
<script type="text/javascript" src="include/pngfix.js"></script>
|
|
|
|
<![endif]-->
|
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">
|
- 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
|
|
|
|
|
|
|
<div id="theHeader">
|
|
|
|
<h1>{GALLERY_TITLE}</h1>
|
|
|
|
<p>{GALLERY_DESCRIPTION}</p>
|
|
|
|
</div>
|