{combine_css path=$GUESTBOOK_PATH|@cat:"template/style.css"} {if $comment_add.ACTIVATE_RATING} {combine_script id="jquery.raty" path=$GUESTBOOK_PATH|@cat:"template/jquery.raty/jquery.raty.min.js"} {footer_script} $("#comment_rate").raty({ldelim} path: "{$GUESTBOOK_PATH}template/jquery.raty/", half: true }); {/footer_script} {/if} {$MENUBAR} {footer_script} $("#expandForm").click(function() {ldelim} $("#guestbookAdd").animate({ldelim}"width": "500px"}, function() {ldelim} $("#addComment").slideDown("slow"); }); }); {/footer_script}

{'GuestBook'|@translate}

{* *} {if isset($errors) or not empty($infos)} {include file='infos_errors.tpl'} {/if} {if isset($comment_add)}

{'Sign the guestbook'|@translate}

{/if}

{'There are %d messages'|@translate|@sprintf:$COMMENT_COUNT}

{if isset($comments)}
{if !empty($navbar)}
{include file='navigation_bar.tpl'|@get_extent:'navbar'}
{/if} {include file=$ABS_GUESTBOOK_PATH|@cat:'template/comment_list.tpl'}
{/if}
{* *}