From: garvinhicking Date: Thu, 14 Feb 2008 09:15:18 +0000 (+0000) Subject: Use xhtmlns attribute to X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=95718c8418acbcc25fade873094b955df4b7b9b8;p=s9y.git Use xhtmlns attribute to --- diff --git a/templates/bulletproof/commentpopup.tpl b/templates/bulletproof/commentpopup.tpl index 97c69c7..0bb8c63 100644 --- a/templates/bulletproof/commentpopup.tpl +++ b/templates/bulletproof/commentpopup.tpl @@ -6,7 +6,7 @@ "http://www.w3.org/TR/html4/loose.dtd"> {/if} - + {$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if} diff --git a/templates/carl_contest/index.tpl b/templates/carl_contest/index.tpl old mode 100644 new mode 100755 index 028d678..1e6411f --- a/templates/carl_contest/index.tpl +++ b/templates/carl_contest/index.tpl @@ -7,7 +7,7 @@ "http://www.w3.org/TR/html4/loose.dtd"> {/if} - + {$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if} diff --git a/templates/competition/index.tpl b/templates/competition/index.tpl index ce9747d..85d7509 100644 --- a/templates/competition/index.tpl +++ b/templates/competition/index.tpl @@ -7,7 +7,7 @@ "http://www.w3.org/TR/html4/loose.dtd"> {/if} - + {$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if} diff --git a/templates/contest/index.tpl b/templates/contest/index.tpl index 2f19eb1..61d9e3a 100644 --- a/templates/contest/index.tpl +++ b/templates/contest/index.tpl @@ -7,7 +7,7 @@ "http://www.w3.org/TR/html4/loose.dtd"> {/if} - + {$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if} diff --git a/templates/default-php/commentpopup.tpl b/templates/default-php/commentpopup.tpl new file mode 100644 index 0000000..0311ef1 --- /dev/null +++ b/templates/default-php/commentpopup.tpl @@ -0,0 +1,61 @@ +{if $is_xhtml} + + + + + + + + {$head_title|@default:$blogTitle} {if $head_subtitle} - <?= $GLOBALS['tpl']['head_subtitle'] ?><?php endif; ?> + + + + + + + + + +{if $is_comment_added} + + + +{elseif $is_comment_notadded} + + + +{elseif $is_comment_empty} + + + +{elseif $is_showtrackbacks} + +
+
+
:
+
+ +
:
+
+
+ + {serendipity_printTrackbacks entry=$entry_id} + +{elseif $is_showcomments} + +
+ + {serendipity_printComments entry=$entry_id} + {if $is_comment_allowed} +
+ + +
+ + + + + + diff --git a/templates/default/commentpopup.tpl b/templates/default/commentpopup.tpl index c1cdcb9..97860d6 100644 --- a/templates/default/commentpopup.tpl +++ b/templates/default/commentpopup.tpl @@ -6,7 +6,7 @@ "http://www.w3.org/TR/html4/loose.dtd"> {/if} - + {$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if} diff --git a/templates/default/index.tpl b/templates/default/index.tpl index 39a9b68..e190bdb 100644 --- a/templates/default/index.tpl +++ b/templates/default/index.tpl @@ -7,7 +7,7 @@ "http://www.w3.org/TR/html4/loose.dtd"> {/if} - + {$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if} diff --git a/templates/kubrick/index.tpl b/templates/kubrick/index.tpl index 8bd1e51..deb292b 100644 --- a/templates/kubrick/index.tpl +++ b/templates/kubrick/index.tpl @@ -7,7 +7,7 @@ "http://www.w3.org/TR/html4/loose.dtd"> {/if} - + {$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if} diff --git a/templates/moz-modern/index.tpl b/templates/moz-modern/index.tpl index 444febd..c661134 100644 --- a/templates/moz-modern/index.tpl +++ b/templates/moz-modern/index.tpl @@ -7,7 +7,7 @@ "http://www.w3.org/TR/html4/loose.dtd"> {/if} - + {$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if} diff --git a/templates/wp/index.tpl b/templates/wp/index.tpl index 30a0d14..84bac3e 100644 --- a/templates/wp/index.tpl +++ b/templates/wp/index.tpl @@ -2,7 +2,7 @@ - + {$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if}