# if repo_index: ${_("Default Repository")} # endif # include 'path_links.html'
| ../ | |||||
| ${_("No files found")} | 
| # with cset, rcset, drev, author, age = ( href.changeset(created_rev, reponame), href.changeset(created_rev, reponame, created_path), display_rev(created_rev), authorinfo(file.changeset.author), pretty_dateinfo(file.changeset.date)) # set last_change_link ${_("Last change")} # endset # set rev_link ${drev} #- endset # if stickyrev: # trans last_change = last_change_link, stickyrev = display_rev(stickyrev), rev = rev_link, author, age ${last_change} on this file since ${stickyrev} was ${rev}, checked in by ${author}, ${age} # endtrans # else: # trans last_change = last_change_link, rev = rev_link, author, age ${last_change} on this file was ${rev}, checked in by ${author}, ${age} # endtrans # endif # endwith | |
|---|---|
| 
 | |
| ${_("File size:")} ${ pretty_size(file.size)} | |
        ${wiki_to_html(context.child('source', '/', parent=repos.resource),
                       repoinfo.description)}
      
      # endif
      # if repo and repo.repositories:
      ${_("Repository Index")}
# with repoindex = 'repoindex' # include 'repository_index.html' # endwith # endif # if file and file.preview:
        # with preview = file.preview
        #   include 'preview_file.html'
        # endwith
      
      # endif