Changeset - f91d3f9b7230
[Not reviewed]
beta
0 79 0
Marcin Kuzminski - 14 years ago 2012-01-12 05:32:40
marcin@python-works.com
White-space cleanup
43 files changed with 36 insertions and 57 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/admin/admin.html
Show inline comments
 
@@ -22,7 +22,7 @@
 
	<div class="table">
 
	    <div id="user_log">
 
	        ${c.log_data}
 
	    </div>
 
	</div>
 
</div>    
 
</%def>
 
\ No newline at end of file
 
</%def>
rhodecode/templates/admin/admin_log.html
Show inline comments
 
@@ -47,7 +47,7 @@
 

	
 
<div class="pagination-wh pagination-left">
 
${c.users_log.pager('$link_previous ~2~ $link_next')}
 
</div>
 
%else: 
 
	${_('No actions yet')} 
 
%endif
 
\ No newline at end of file
 
%endif
rhodecode/templates/admin/ldap/ldap.html
Show inline comments
 
@@ -90,14 +90,6 @@
 
            </div>              
 
        </div>
 
    </div>     
 
    ${h.end_form()}    
 
</div>
 
</%def>    
 

	
 

	
 

	
 

	
 

	
 

	
 
   
 

	
rhodecode/templates/admin/notifications/notifications_data.html
Show inline comments
 
@@ -22,7 +22,7 @@ unread = lambda n:{False:'unread'}.get(n
 
    </div>
 
  %endfor
 
  </div>
 
</div>
 
%else:
 
    <div class="table">${_('No notifications here yet')}</div>
 
%endif
 
\ No newline at end of file
 
%endif
rhodecode/templates/admin/permissions/permissions.html
Show inline comments
 
@@ -72,13 +72,6 @@
 
	        </div>	                                                               
 
        </div>
 
    </div>  
 
    ${h.end_form()}
 
</div>
 
</%def>    
 

	
 

	
 

	
 

	
 

	
 

	
 
   
rhodecode/templates/admin/repos/repo_add.html
Show inline comments
 
@@ -22,7 +22,7 @@
 
	    <!-- box / title -->
 
	    <div class="title">
 
	        ${self.breadcrumbs()}      
 
	    </div>
 
        <%include file="repo_add_base.html"/>
 
    </div>        
 
</%def>   
 
\ No newline at end of file
 
</%def>
rhodecode/templates/admin/repos/repo_add_create_repository.html
Show inline comments
 
@@ -18,7 +18,7 @@
 
        <!-- box / title -->
 
        <div class="title">
 
            ${self.breadcrumbs()}      
 
        </div>
 
        <%include file="repo_add_base.html"/>
 
    </div>        
 
</%def>
 
\ No newline at end of file
 
</%def>
rhodecode/templates/admin/repos/repo_edit_perms.html
Show inline comments
 
@@ -275,7 +275,7 @@ YAHOO.example.FnMultipleFields = functio
 
        ownerDS: ownerDS,
 
        membersAC: membersAC,
 
        ownerAC: ownerAC,
 
    };
 
}();
 
            
 
</script>      
 
\ No newline at end of file
 
</script>
rhodecode/templates/base/root.html
Show inline comments
 
@@ -136,7 +136,7 @@
 
        <%def name="js_extra()"></%def>
 
        ${self.js()}
 
    </head>
 
    <body id="body">
 
        ${next.body()}
 
    </body>
 
</html>
 
\ No newline at end of file
 
</html>
rhodecode/templates/bookmarks/bookmarks.html
Show inline comments
 
@@ -72,7 +72,7 @@ myDataTable.subscribe('postRenderEvent',
 
    q_filter('q_filter_bookmarks',YUQ('div.table tr td .logbooks .bookbook a'),func);    
 
});         
 

	
 
</script>
 

	
 

	
 
</%def> 
 
\ No newline at end of file
 
</%def>
rhodecode/templates/bookmarks/bookmarks_data.html
Show inline comments
 
@@ -27,7 +27,7 @@
 
		</tr>
 
		%endfor
 
    </table>
 
    </div>
 
%else:
 
	${_('There are no bookmarks yet')}
 
%endif    
 
\ No newline at end of file
 
%endif
rhodecode/templates/branches/branches.html
Show inline comments
 
@@ -71,7 +71,7 @@ myDataTable.subscribe('postRenderEvent',
 
    }
 
    q_filter('q_filter_branches',YUQ('div.table tr td .logtags .branchtag a'),func);    
 
});         
 

	
 
</script>
 

	
 
</%def>     
 
\ No newline at end of file
 
</%def>
rhodecode/templates/branches/branches_data.html
Show inline comments
 
@@ -46,7 +46,7 @@
 
          %endfor
 
        %endif
 
    </table>
 
    </div>
 
%else:
 
    ${_('There are no branches yet')}
 
%endif
 
\ No newline at end of file
 
%endif
rhodecode/templates/changelog/changelog_details.html
Show inline comments
 
@@ -3,7 +3,7 @@
 
<span class="changed tooltip" title="<b>${_('changed')}</b>${h.changed_tooltip(c.cs.changed)}">${len(c.cs.changed)}</span>
 
<span class="added tooltip" title="<b>${_('added')}</b>${h.changed_tooltip(c.cs.added)}">${len(c.cs.added)}</span>
 
% else:
 
 <span class="removed tooltip" title="${_('affected %s files') % len(c.cs.affected_files)}">!</span>
 
 <span class="changed tooltip" title="${_('affected %s files') % len(c.cs.affected_files)}">!</span>
 
 <span class="added tooltip"   title="${_('affected %s files') % len(c.cs.affected_files)}">!</span>                                         
 
% endif
 
\ No newline at end of file
 
% endif
rhodecode/templates/changeset/changeset_range.html
Show inline comments
 
@@ -83,7 +83,7 @@
 
                  YUD.setStyle(act,'display','');
 
              }
 
          });
 
      })
 
    </script>    
 
    </div>
 
</%def>
 
\ No newline at end of file
 
</%def>
rhodecode/templates/changeset/diff_block.html
Show inline comments
 
@@ -35,7 +35,7 @@
 
            ${diff|n}
 
        </div>
 
    </div>
 
    %endif
 
%endfor
 

	
 
</%def>
 
\ No newline at end of file
 
</%def>
rhodecode/templates/changeset/raw_changeset.html
Show inline comments
 
@@ -2,7 +2,7 @@
 
# User ${c.changeset.author|n}
 
# Date ${c.changeset.date}
 
# Node ID ${c.changeset.raw_id}
 
${c.parent_tmpl}
 
${c.changeset.message}
 

	
 
${c.diffs|n}
 
\ No newline at end of file
 
${c.diffs|n}
rhodecode/templates/email_templates/changeset_comment.html
Show inline comments
 
## -*- coding: utf-8 -*-
 
<%inherit file="main.html"/>
 

	
 
<h4>${subject}</h4>
 

	
 
${body}
 
\ No newline at end of file
 
${body}
rhodecode/templates/email_templates/default.html
Show inline comments
 
## -*- coding: utf-8 -*-
 
<%inherit file="main.html"/>
 

	
 
${body}
 
\ No newline at end of file
 
${body}
rhodecode/templates/email_templates/main.html
Show inline comments
 
@@ -3,7 +3,7 @@ ${self.body()}
 

	
 
<div>
 
--
 
<br/>
 
<br/>
 
<b>${_('This is an notification from RhodeCode.')}</b>
 
</div>
 
\ No newline at end of file
 
</div>
rhodecode/templates/email_templates/password_reset.html
Show inline comments
 
@@ -6,7 +6,7 @@ Hello ${user}
 
We received a request to create a new password for your account.
 

	
 
You can generate it by clicking following URL:
 

	
 
${reset_url}
 

	
 
If you didn't request new password please ignore this email.
 
\ No newline at end of file
 
If you didn't request new password please ignore this email.
rhodecode/templates/email_templates/registration.html
Show inline comments
 
@@ -3,7 +3,7 @@
 

	
 
A new user have registered in RhodeCode
 

	
 
${body}
 

	
 

	
 
View this user here :${registered_user_url}
 
\ No newline at end of file
 
View this user here :${registered_user_url}
rhodecode/templates/errors/error_document.html
Show inline comments
 
@@ -48,7 +48,6 @@
 
            </div>
 
            <!-- end login -->
 
        </div>
 
    </body>
 
    
 
</html>
 

	
rhodecode/templates/files/file_diff.html
Show inline comments
 
@@ -42,8 +42,7 @@ YUE.onDOMReady(function(){
 
        }
 
    });
 

	
 
})
 
</script>
 
</%def>  
 

	
 
   
 
\ No newline at end of file
rhodecode/templates/files/files.html
Show inline comments
 
@@ -42,7 +42,7 @@ var current_url = "${h.url.current()}";
 
var node_list_url = '${h.url("files_home",repo_name=c.repo_name,revision=c.changeset.raw_id,f_path='__FPATH__')}';
 
var url_base = '${h.url("files_nodelist_home",repo_name=c.repo_name,revision=c.changeset.raw_id,f_path=c.file.path)}';
 
var truncated_lbl = "${_('search truncated')}";
 
var nomatch_lbl = "${_('no matching files')}";
 
fileBrowserListeners(current_url, node_list_url, url_base, truncated_lbl, nomatch_lbl);
 
</script>
 
</%def>
 
\ No newline at end of file
 
</%def>
rhodecode/templates/files/files_add.html
Show inline comments
 
@@ -86,7 +86,7 @@
 
			var reset_url = "${h.url('files_home',repo_name=c.repo_name,revision=c.cs.raw_id,f_path=c.f_path)}";
 
		    initCodeMirror('editor',reset_url);			 
 
			</script>
 
		</div>    
 
    </div>
 
</div>    
 
</%def>   
 
\ No newline at end of file
 
</%def>
rhodecode/templates/files/files_browser.html
Show inline comments
 
@@ -106,7 +106,7 @@
 
			%endfor
 
                </tbody>
 
                <tbody id="tbody_filtered" style="display:none">
 
                </tbody>                
 
		</table>
 
	</div>
 
</div>
 
\ No newline at end of file
 
</div>
rhodecode/templates/files/files_edit.html
Show inline comments
 
@@ -72,7 +72,7 @@
 
			var reset_url = "${h.url('files_home',repo_name=c.repo_name,revision=c.cs.raw_id,f_path=c.file.path)}";
 
			initCodeMirror('editor',reset_url);
 
			</script>
 
		</div>    
 
    </div>
 
</div>    
 
</%def>   
 
\ No newline at end of file
 
</%def>
rhodecode/templates/followers/followers.html
Show inline comments
 
@@ -26,7 +26,7 @@
 
    <div class="table">
 
        <div id="followers">
 
            ${c.followers_data}
 
        </div>   
 
    </div>
 
</div>    
 
</%def> 
 
\ No newline at end of file
 
</%def>
rhodecode/templates/followers/followers_data.html
Show inline comments
 
@@ -22,7 +22,7 @@ YUE.onDOMReady(function(){
 
        ypjax(e.target.href,"followers",function(){show_more_event();tooltip_activate();});
 
        YUE.preventDefault(e);
 
    },'.pager_link');
 
});
 
</script>
 
${c.followers_pager.pager('$link_previous ~2~ $link_next')}
 
</div>
 
\ No newline at end of file
 
</div>
rhodecode/templates/forks/forks.html
Show inline comments
 
@@ -26,7 +26,7 @@
 
    <div class="table">
 
        <div id="forks">
 
            ${c.forks_data}
 
        </div>   
 
    </div>
 
</div>    
 
</%def> 
 
\ No newline at end of file
 
</%def>
rhodecode/templates/forks/forks_data.html
Show inline comments
 
@@ -29,7 +29,7 @@
 
  });
 
  </script>
 
  ${c.forks_pager.pager('$link_previous ~2~ $link_next')}
 
  </div>  
 
% else:
 
	${_('There are no forks yet')} 
 
% endif
 
\ No newline at end of file
 
% endif
rhodecode/templates/index_base.html
Show inline comments
 
@@ -189,7 +189,7 @@
 
      myDataTable.subscribe('postRenderEvent',function(oArgs) {
 
          tooltip_activate();
 
          quick_repo_menu();
 
          q_filter('q_filter',YUQ('div.table tr td a.repo_name'),func);        
 
      });          
 
      
 
    </script>
 
\ No newline at end of file
 
    </script>
rhodecode/templates/journal/journal_data.html
Show inline comments
 
@@ -43,7 +43,7 @@
 
  ${c.journal_pager.pager('$link_previous ~2~ $link_next')}
 
  </div>
 
%else:
 
  <div style="padding:5px 0px 10px 10px;">
 
      ${_('No entries yet')}
 
  </div>    
 
%endif
 
\ No newline at end of file
 
%endif
rhodecode/templates/password_reset.html
Show inline comments
 
@@ -38,7 +38,6 @@
 
        YUE.onDOMReady(function(){
 
            YUD.get('email').focus();
 
        })
 
        </script>	    
 
	</div>    
 
   </div>
 

	
rhodecode/templates/register.html
Show inline comments
 
@@ -86,7 +86,6 @@
 
        YUE.onDOMReady(function(){
 
            YUD.get('username').focus();
 
        })
 
        </script>	    
 
	</div>    
 
 </div>
 

	
rhodecode/templates/repo_switcher_list.html
Show inline comments
 
@@ -14,7 +14,7 @@
 
      %else:
 
         <li>
 
             <img src="${h.url('/images/icons/lock_open.png')}" alt="${_('Public repository')}" class="repo_switcher_type" />
 
             ${h.link_to(repo['name'],h.url('summary_home',repo_name=repo['name']),class_="repo_name %s" % repo['dbrepo']['repo_type'])}
 
         </li>
 
      %endif  
 
%endfor
 
\ No newline at end of file
 
%endfor
rhodecode/templates/search/search_content.html
Show inline comments
 
@@ -25,7 +25,7 @@
 
    %endif      
 
%endfor
 
%if c.cur_query and c.formated_results:
 
<div class="pagination-wh pagination-left">
 
    ${c.formated_results.pager('$link_previous ~2~ $link_next')}
 
</div>  
 
%endif
 
\ No newline at end of file
 
%endif
rhodecode/templates/settings/repo_settings.html
Show inline comments
 
@@ -75,8 +75,6 @@
 
        </div>
 
    </div>    
 
    ${h.end_form()}
 
</div>
 
</div>
 
</%def> 
 
       
 
   
rhodecode/templates/shortlog/shortlog.html
Show inline comments
 
@@ -27,7 +27,7 @@
 
    <div class="table">
 
	    <div id="shortlog_data">
 
	        ${c.shortlog_data}
 
	    </div>
 
    </div>
 
</div>    
 
</%def>
 
\ No newline at end of file
 
</%def>
rhodecode/templates/switch_to_list.html
Show inline comments
 
@@ -33,7 +33,7 @@
 
        %endfor
 
    %else:
 
        <li>${h.link_to(_('There are no bookmarks yet'),'#')}</li>
 
    %endif
 
    </ul>                        
 
</li>  
 
%endif
 
\ No newline at end of file
 
%endif
rhodecode/templates/tags/tags.html
Show inline comments
 
@@ -70,7 +70,7 @@ myDataTable.subscribe('postRenderEvent',
 
        return node.parentNode.parentNode.parentNode.parentNode.parentNode;
 
    }
 
    q_filter('q_filter_tags',YUQ('div.table tr td .logtags .tagtag a'),func);    
 
});         
 

	
 
</script>
 
</%def> 
 
\ No newline at end of file
 
</%def>
rhodecode/templates/tags/tags_data.html
Show inline comments
 
@@ -28,7 +28,7 @@
 
		</tr>
 
		%endfor
 
    </table>
 
   </div>
 
%else:
 
	${_('There are no tags yet')}
 
%endif    
 
\ No newline at end of file
 
%endif
0 comments (0 inline, 0 general)