Changeset 321
- Timestamp:
- 10/20/08 07:02:20 (17 months ago)
- Location:
- trunk/themes/blanktheme/templates
- Files:
-
- 11 modified
-
head.htm (modified) (3 diffs)
-
master.htm (modified) (1 diff)
-
modules/admin.htm (modified) (1 diff)
-
modules/calendar.htm (modified) (1 diff)
-
modules/downloads.htm (modified) (1 diff)
-
modules/forum.htm (modified) (1 diff)
-
modules/home.htm (modified) (1 diff)
-
modules/nocolumns.htm (modified) (1 diff)
-
modules/noleftcolumn.htm (modified) (1 diff)
-
modules/norightcolumn.htm (modified) (1 diff)
-
modules/relay.htm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/blanktheme/templates/head.htm
r315 r321 1 1 <!--[* $Id$ *]--> 2 <head profile="http://www.w3.org/2005/10/profile"> 3 2 4 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=<!--[charset]-->" /> 3 5 <title><!--[title]--></title> … … 10 12 11 13 <link rel="alternate" href="backend.php" type="application/rss+xml" title="<!--[sitename]-->" /> 12 <link rel="icon" href="<!--[$imagepath]-->/icon.ico" type="image/ico" />13 <link rel="shortcut icon" href="<!--[$imagepath]-->/favicon.ico" />14 <link rel="icon" type="image/x-icon" href="<!--[$imagepath]-->/favicon.ico" /> <!--[* W3C *]--> 15 <link rel="shortcut icon" type="image/ico" href="<!--[$imagepath]-->/favicon.ico" /> <!--[* IE *]--> 14 16 15 17 <!--[pnpageaddvar name='javascript' value='javascript/openwindow.js']--> … … 20 22 <!--[bt_htmloutput section='head']--> 21 23 24 <!--[* Include additional stuff if exist *]--> 25 <!--[if $additionalhead]--><!--[$additionalhead]--><!--[/if]--> 26 22 27 <!--[* Uncomment the following plugin when you use Scribite *]--> 23 28 <!--[* Remove this line 24 <!--[if $current neq 'home']--><!--[scribite]--><!--[/if]-->29 <!--[if $current AND $current neq 'home']--><!--[scribite]--><!--[/if]--> 25 30 Remove this line *]--> 31 32 </head> -
trunk/themes/blanktheme/templates/master.htm
r308 r321 8 8 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 9 9 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--[lang]-->"> 10 <head>11 10 <!--[include file='head.htm']--> 12 </head>13 11 14 12 <!-- Master template --> -
trunk/themes/blanktheme/templates/modules/admin.htm
r272 r321 4 4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 5 5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--[lang]-->"> 6 <head>7 6 <!--[modulestylesheet stylesheet='admin.css' modname='admin' xhtml=true]--> 7 <!--[capture assign='additionalhead']--> 8 <link rel="stylesheet" href="<!--[$themepath]-->/style/admin.css" type="text/css" media="screen,projection" /> 9 <!--[/capture]--> 8 10 <!--[include file='head.htm']--> 9 <link rel="stylesheet" href="<!--[$themepath]-->/style/admin.css" type="text/css" media="screen,projection" />10 </head>11 11 12 12 <!-- Admin template --> -
trunk/themes/blanktheme/templates/modules/calendar.htm
r308 r321 8 8 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 9 9 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--[lang]-->"> 10 <head>11 10 <!--[include file='head.htm']--> 12 </head>13 11 14 12 <!-- Calendar template --> -
trunk/themes/blanktheme/templates/modules/downloads.htm
r308 r321 8 8 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 9 9 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--[lang]-->"> 10 <head>11 10 <!--[include file='head.htm']--> 12 </head>13 11 14 12 <!-- Downloads template --> -
trunk/themes/blanktheme/templates/modules/forum.htm
r308 r321 8 8 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 9 9 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--[lang]-->"> 10 <head>11 10 <!--[include file='head.htm']--> 12 </head>13 11 14 12 <!-- Forum template --> -
trunk/themes/blanktheme/templates/modules/home.htm
r262 r321 9 9 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 10 10 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--[lang]-->"> 11 <head>12 11 <!--[include file='head.htm']--> 13 </head>14 12 15 13 <!-- Home template --> -
trunk/themes/blanktheme/templates/modules/nocolumns.htm
r308 r321 8 8 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 9 9 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--[lang]-->"> 10 <head>11 10 <!--[include file='head.htm']--> 12 </head>13 11 14 12 <!-- NoColumns template --> -
trunk/themes/blanktheme/templates/modules/noleftcolumn.htm
r308 r321 8 8 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 9 9 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--[lang]-->"> 10 <head>11 10 <!--[include file='head.htm']--> 12 </head>13 11 14 12 <!-- NoLeftColumn template --> -
trunk/themes/blanktheme/templates/modules/norightcolumn.htm
r308 r321 8 8 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 9 9 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--[lang]-->"> 10 <head>11 10 <!--[include file='head.htm']--> 12 </head>13 11 14 12 <!-- NoRightColumn template --> -
trunk/themes/blanktheme/templates/modules/relay.htm
r308 r321 8 8 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 9 9 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--[lang]-->"> 10 <head>11 10 <!--[include file='head.htm']--> 12 </head>13 11 14 12 <!-- Relay template -->
