diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-08-13 23:11:19 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-08-13 23:11:19 +0200 |
| commit | 5a020e6640b2723a57176e6596ea665442d53672 (patch) | |
| tree | 818b324754678a526085a8cdac76ec4793955db5 /templates | |
| parent | 3fadc8b6863a267884e242b9e6303cfd117fce4e (diff) | |
| download | cataract-5a020e6640b2723a57176e6596ea665442d53672.tar.xz | |
Fix up meta tags, add support for author tag
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/template-album.tmpl | 8 | ||||
| -rw-r--r-- | templates/template-index.tmpl | 10 | ||||
| -rw-r--r-- | templates/template-view_photo.tmpl | 8 |
3 files changed, 7 insertions, 19 deletions
diff --git a/templates/template-album.tmpl b/templates/template-album.tmpl index 217c7b7..33a0af5 100644 --- a/templates/template-album.tmpl +++ b/templates/template-album.tmpl @@ -4,13 +4,9 @@ <head> <title>Browsing album "<!-- $(ID) -->"</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <meta name="generator" content="Bluefish 1.0.6" /> - <meta name="date" content="2007-01-06T22:48:18+0100" /> + <meta name="generator" content="<!-- $(META_GENERATOR) -->" /> <meta name="description" content="Photo album: <!-- $(ID) -->" /> - <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" /> - <meta http-equiv="content-style-type" content="text/css "/> - <link href="support/folder-saved-search.png" type="image/png" rel="icon" /> - <!-- link rel="shortcut icon" href="http://primates.ximian.com/%7Ejimmac/photos/favicon.ico" type="image/x-icon" / --> + <meta name="author" content="<!-- $(META_AUTHOR) -->" /> <link href="styles.css" type="text/css" rel="stylesheet" media="screen, print" /> <script type="text/javascript" src="scripts-general.js"> </script> </head> diff --git a/templates/template-index.tmpl b/templates/template-index.tmpl index 63fb2b5..e6268c5 100644 --- a/templates/template-index.tmpl +++ b/templates/template-index.tmpl @@ -2,15 +2,11 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <title><!-- $(ID) --></title> + <title>Photo index: <!-- $(ID) --></title> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <meta name="generator" content="Bluefish 1.0.6" /> - <meta name="date" content="2007-01-06T22:48:18+0100" /> + <meta name="generator" content="<!-- $(META_GENERATOR) -->" /> <meta name="description" content="Photo index: <!-- $(ID) -->" /> - <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" /> - <meta http-equiv="content-style-type" content="text/css "/> - <link href="support/folder-saved-search.png" type="image/png" rel="icon" /> - <!-- link rel="shortcut icon" href="http://primates.ximian.com/%7Ejimmac/photos/favicon.ico" type="image/x-icon" / --> + <meta name="author" content="<!-- $(META_AUTHOR) -->" /> <link href="styles.css" type="text/css" rel="stylesheet" media="screen, print" /> <script type="text/javascript" src="scripts-general.js"> </script> </head> diff --git a/templates/template-view_photo.tmpl b/templates/template-view_photo.tmpl index 3ece715..2a1875f 100644 --- a/templates/template-view_photo.tmpl +++ b/templates/template-view_photo.tmpl @@ -4,13 +4,9 @@ <head> <title>Viewing photo "<!-- $(FILE_NAME) -->" [<!-- $(FILE_NO) -->/<!-- $(TOTAL_ITEMS) -->]</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <meta name="generator" content="Bluefish 1.0.7"/> - <meta name="date" content="2007-08-27T23:06:28+0200"/> + <meta name="generator" content="<!-- $(META_GENERATOR) -->" /> <meta name="description" content="Viewing photo '<!-- $(FILE_NAME) -->'" /> - <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" /> - <meta http-equiv="content-style-type" content="text/css "/> - <link href="support/image-x-generic.png" type="image/png" rel="icon" /> - <!-- link rel="shortcut icon" href="http://primates.ximian.com/%7Ejimmac/photos/favicon.ico" type="image/x-icon" / --> + <meta name="author" content="<!-- $(META_AUTHOR) -->" /> <link href="styles.css" type="text/css" rel="stylesheet" media="screen, print" /> <script type="text/javascript" src="scripts-general.js"> </script> </head> |
