From 5e1980becf69a4c65489bed6f94fa730ec8ef4bf Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Wed, 8 May 2013 04:23:17 -0400 Subject: remove "internal" templates, use "tpl/" folder for smarty3 templates, move smarty3 templates in "tpl/" folder, add util/precompile_smarty.php utility, add precompiled templates --- view/tpl/comment_item.tpl | 93 +++++++++++++++++++++++++---------------------- 1 file changed, 49 insertions(+), 44 deletions(-) mode change 100644 => 100755 view/tpl/comment_item.tpl (limited to 'view/tpl/comment_item.tpl') diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl old mode 100644 new mode 100755 index a9a71cc8e..d15009d7f --- a/view/tpl/comment_item.tpl +++ b/view/tpl/comment_item.tpl @@ -1,64 +1,69 @@ - {{ if $threaded }} -
- {{ else }} -
- {{ endif }} -
- - - - - - +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} + {{if $threaded}} +
+ {{else}} +
+ {{/if}} + + + + + + + -
- $mytitle +
+ {{$mytitle}}
-
    +
    • + style="cursor: pointer;" title="{{$edbold}}" + onclick="insertFormatting('{{$comment}}','b', {{$id}});">
    • + style="cursor: pointer;" title="{{$editalic}}" + onclick="insertFormatting('{{$comment}}','i', {{$id}});">
    • + style="cursor: pointer;" title="{{$eduline}}" + onclick="insertFormatting('{{$comment}}','u', {{$id}});">
    • + style="cursor: pointer;" title="{{$edquote}}" + onclick="insertFormatting('{{$comment}}','quote', {{$id}});">
    • + style="cursor: pointer;" title="{{$edcode}}" + onclick="insertFormatting('{{$comment}}','code', {{$id}});">
    • + style="cursor: pointer;" title="{{$edimg}}" + onclick="insertFormatting('{{$comment}}','img', {{$id}});">
    • + style="cursor: pointer;" title="{{$edurl}}" + onclick="insertFormatting('{{$comment}}','url', {{$id}});">
    • + style="cursor: pointer;" title="{{$edvideo}}" + onclick="insertFormatting('{{$comment}}','video', {{$id}});">
    - - {{ if $qcomment }} - + {{if $qcomment}} + - {{ endif }} + {{/if}}
    -