{literal} {/literal}
{t}SCM Integration - Checkins{/t} [ {t}Back to Top{/t} ] {if $browser.ie5up or $browser.ns6up or $browser.gecko or $browser.safari or $browser.opera5up} [ {get_innerhtml element_name="checkins" total=$checkins|@count} ] {/if}
{section name="i" loop=$checkins} {cycle values=$cycle assign="row_color"} {sectionelse} {/section}
{if $checkins != ""} {/if} {t}Date{/t} {t}User{/t} {t}Module / Directory{/t} {t}File{/t} {t}Commit Message{/t}
{$checkins[i].isc_created_date} {$checkins[i].isc_username|escape:"html"} {$checkins[i].isc_module|escape:"html"} {if $checkins[i].checkout_url} {$checkins[i].isc_filename|escape:"html"} {if $checkins[i].added} ({t}ADDED{/t}) {elseif $checkins[i].removed} ({t}REMOVED{/t}) {else} ({$checkins[i].isc_new_version}) {/if} {else} {$checkins[i].isc_filename|escape:"html"} {/if} {if $checkins[i].diff_url && !$checkins[i].added && !$checkins[i].removed} [{t 1=$checkins[i].isc_old_version}diff to %1{/t}] {/if} {$checkins[i].isc_commit_msg}
{t}No checkins could be found.{/t}
{if $checkins != ""} {/if}