版本库显示页面宽度扩展
This commit is contained in:
parent
5844af922e
commit
aa379980d7
|
@ -1,102 +1,100 @@
|
||||||
<%#= call_hook(:view_repositories_show_contextual, {:repository => @repository, :project => @project}) %>
|
<%#= call_hook(:view_repositories_show_contextual, {:repository => @repository, :project => @project}) %>
|
||||||
<div class="project_r_h" style="width:730px;">
|
<div class="wrap-big">
|
||||||
<div class="fl"><h2 class="project_h2_repository"><%= render :partial => 'breadcrumbs', :locals => {:path => @path, :kind => 'dir', :revision => @rev} %></h2></div>
|
<div class="project_r_h">
|
||||||
<% unless @entries.nil? %>
|
<div class="fl"><h2 class="project_h2_repository"><%= render :partial => 'breadcrumbs', :locals => {:path => @path, :kind => 'dir', :revision => @rev} %></h2></div>
|
||||||
<a href="<%= @zip_path %>" class="btn_zipdown fr" onclick="">ZIP下载</a>
|
<% unless @entries.nil? %>
|
||||||
<% if User.current.member_of?(@project) && @project.is_public? %>
|
<a href="<%= @zip_path %>" class="btn_zipdown fr" onclick="">ZIP下载</a>
|
||||||
<% if quality_analysis(User.current.try(:login), @repository.id).nil? %>
|
<% if User.current.member_of?(@project) && @project.is_public? %>
|
||||||
<%= link_to "质量分析", quality_analysis_path(:id => @project.id, :repository_id => @repository.identifier, :rev => @rev, :default_branch => @g_default_branch, :type => "1"), :remote => true, :class => "btn_zipdown fr" %>
|
<% if quality_analysis(User.current.try(:login), @repository.id).nil? %>
|
||||||
<% else %>
|
<%= link_to "质量分析", quality_analysis_path(:id => @project.id, :repository_id => @repository.identifier, :rev => @rev, :default_branch => @g_default_branch, :type => "1"), :remote => true, :class => "btn_zipdown fr" %>
|
||||||
<%= link_to "重新分析", quality_analysis_path(:id => @project.id, :repository_id => @repository.identifier, :rev => @rev, :default_branch => @g_default_branch, :type => "2"), :remote => true, :class => "btn_zipdown fr" %>
|
<% else %>
|
||||||
|
<%= link_to "重新分析", quality_analysis_path(:id => @project.id, :repository_id => @repository.identifier, :rev => @rev, :default_branch => @g_default_branch, :type => "2"), :remote => true, :class => "btn_zipdown fr" %>
|
||||||
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% end %>
|
<!--quality_analysis-->
|
||||||
<!--quality_analysis-->
|
<% unless QualityAnalysis.where(:project_id => @project.id).first.nil? %>
|
||||||
<% unless QualityAnalysis.where(:project_id => @project.id).first.nil? %>
|
<%= link_to "代码分析结果", project_quality_analysis_path(:project_id => @project.id), :class => "btn_zipdown fr" %>
|
||||||
<%= link_to "代码分析结果", project_quality_analysis_path(:project_id => @project.id), :class => "btn_zipdown fr" %>
|
<% end %>
|
||||||
<% end %>
|
</div>
|
||||||
</div>
|
<div class="repository_con" style="line-height:1.9;">
|
||||||
<div class="repository_con" style="line-height:1.9;">
|
<% if @entries.nil? %>
|
||||||
<% if @entries.nil? %>
|
<%# 未提交代码提示 %>
|
||||||
<%# 未提交代码提示 %>
|
<div class=" repository-url light-well">
|
||||||
<div class=" repository-url light-well">
|
<% if @entries.nil? && authorize_for('repositories', 'browse') %>
|
||||||
<% if @entries.nil? && authorize_for('repositories', 'browse') %>
|
<div class="page-title">
|
||||||
<div class="page-title">
|
该版本库还没有上传代码!
|
||||||
该版本库还没有上传代码!
|
</div>
|
||||||
</div>
|
<% end %>
|
||||||
<% end %>
|
<% if @repository.type.to_s == "Repository::Gitlab" %>
|
||||||
<% if @repository.type.to_s == "Repository::Gitlab" %>
|
版本库地址:<%= @repos_url %>
|
||||||
版本库地址:<%= @repos_url %>
|
<% else %>
|
||||||
<% else %>
|
版本库地址:<%= h @repository.url %>
|
||||||
版本库地址:<%= h @repository.url %>
|
<% end %>
|
||||||
<% end %>
|
<div class="cl"></div>
|
||||||
<div class="cl"></div>
|
</div>
|
||||||
</div>
|
<% else %>
|
||||||
<% else %>
|
<%= render :partial => 'navigation' %>
|
||||||
<%= render :partial => 'navigation' %>
|
<div class="fl c_grey02 mt5 mr5">克隆网址:</div>
|
||||||
<div class="fl c_grey02 mt5 mr5">克隆网址:</div>
|
<textarea id="copy_rep_content" class="cloneUrl mt5 fl" type="input" ><%= @repos_url.to_s.lstrip %></textarea>
|
||||||
<textarea id="copy_rep_content" class="cloneUrl mt5 fl" type="input" ><%= @repos_url.to_s.lstrip %></textarea>
|
<a href="javascript:void(0);" class="clone_btn mt5" onclick="jsCopy()"><span class="vl_copy" title="点击复制版本库地址"></span></a>
|
||||||
<a href="javascript:void(0);" class="clone_btn mt5" onclick="jsCopy()"><span class="vl_copy" title="点击复制版本库地址"></span></a>
|
<div class="fl mt5 ml15">
|
||||||
<div class="fl mt5 ml15">
|
<%=link_to "代码统计", stats_repository_project_path(:id => @project.id, :repository_id => @repository.identifier, :rev => @rev, :creator => @creator, :default_branch => @g_default_branch ), :class => "fl vl_zip" %>
|
||||||
<%=link_to "代码统计", stats_repository_project_path(:id => @project.id, :repository_id => @repository.identifier, :rev => @rev, :creator => @creator, :default_branch => @g_default_branch ), :class => "fl vl_zip" %>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<% if User.current.id != @project.user_id %>
|
<% if User.current.id != @project.user_id %>
|
||||||
<div class="fr mt5"><%= link_to "<span class='vl_fork'></span>".html_safe+"Fork", {:controller => 'repositories', :action => 'forked'}, :class=>"vl_btn", :target => "_blank", :confirm=>"平台将为您创建一个新的同名项目和版本库,请问是否继续?" %>
|
<div class="fr mt5"><%= link_to "<span class='vl_fork'></span>".html_safe+"Fork", {:controller => 'repositories', :action => 'forked'}, :class=>"vl_btn", :target => "_blank", :confirm=>"平台将为您创建一个新的同名项目和版本库,请问是否继续?" %>
|
||||||
<span href="javascript:void(0);" class="vl_btn_2 fb"><%= @project.forked_count.to_i %></span>
|
<span href="javascript:void(0);" class="vl_btn_2 fb"><%= @project.forked_count.to_i %></span>
|
||||||
|
</div>
|
||||||
|
<% end %>
|
||||||
|
<div class="cl"></div>
|
||||||
|
|
||||||
|
<div class="recordBanner mt10">
|
||||||
|
<% if @changesets_latest_coimmit %>
|
||||||
|
<% if !user_commit_rep(@changesets_latest_coimmit.author_email).nil? %>
|
||||||
|
<%= image_tag(url_to_avatar(user_commit_rep(@changesets_latest_coimmit.author_email)), :width => "25", :height => "25", :class => "fl portraitRadius mt2 ml4 mr5") %>
|
||||||
|
<span class="fl"><div class="fb fontGrey3 mr5 fl hidden maxwidth150"><%=link_to user_commit_rep(@changesets_latest_coimmit.author_email), user_path(user_commit_rep(@changesets_latest_coimmit.author_email)) %></div>
|
||||||
|
<div class="fl">提交于<%= time_tag(@changesets_latest_coimmit.created_at) %>:</div>
|
||||||
|
<div class="commit_content_dec fl" title="<%= @changesets_latest_coimmit.comments %>"><%= @changesets_latest_coimmit.message %></div>
|
||||||
|
</span>
|
||||||
|
<% else %>
|
||||||
|
<span class="fl"><div class="fb fontGrey3 mr5 fl hidden maxwidth150"><%=@changesets_latest_coimmit.author_email %></div>
|
||||||
|
<div class="fl">提交于<%= time_tag(@changesets_latest_coimmit.created_at) %>:</div>
|
||||||
|
<div class="commit_content_dec fl" title="<%= @changesets_latest_coimmit.comments %>"><%= @changesets_latest_coimmit.message %></div>
|
||||||
|
</span>
|
||||||
|
<%end%>
|
||||||
|
<% end %>
|
||||||
|
<span class="fr mr5 "><font class="fb ml2 mr2 vl_branch mt2">
|
||||||
|
<%= @repository.branches.count %></font> 个分支
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span class="fr mr5"><font class="fb ml2 mr2 vl_commit">
|
||||||
|
<%=link_to @changesets_all_count, {:action => 'changes', :path => to_path_param(@path), :id => @project, :repository_id => @repository.identifier_param, :rev => @rev,:page=>1 ,:commit_count =>"#{@changesets_all_count}"} %></font> 提交
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
<div class="cl"></div>
|
|
||||||
|
|
||||||
<div class="recordBanner mt10" style="width:730px;">
|
<% if !@entries.nil? && authorize_for('repositories', 'browse') %>
|
||||||
<% if @changesets_latest_coimmit %>
|
<%= render :partial => 'dir_list' %>
|
||||||
<% if !user_commit_rep(@changesets_latest_coimmit.author_email).nil? %>
|
<% end %>
|
||||||
<%= image_tag(url_to_avatar(user_commit_rep(@changesets_latest_coimmit.author_email)), :width => "25", :height => "25", :class => "fl portraitRadius mt2 ml4 mr5") %>
|
|
||||||
<span class="fl"><div class="fb fontGrey3 mr5 fl hidden maxwidth150"><%=link_to user_commit_rep(@changesets_latest_coimmit.author_email), user_path(user_commit_rep(@changesets_latest_coimmit.author_email)) %></div>
|
|
||||||
<div class="fl">提交于<%= time_tag(@changesets_latest_coimmit.created_at) %>:</div>
|
|
||||||
<div class="commit_content_dec fl" title="<%= @changesets_latest_coimmit.comments %>"><%= @changesets_latest_coimmit.message %></div>
|
|
||||||
</span>
|
|
||||||
<% else %>
|
|
||||||
<span class="fl"><div class="fb fontGrey3 mr5 fl hidden maxwidth150"><%=@changesets_latest_coimmit.author_email %></div>
|
|
||||||
<div class="fl">提交于<%= time_tag(@changesets_latest_coimmit.created_at) %>:</div>
|
|
||||||
<div class="commit_content_dec fl" title="<%= @changesets_latest_coimmit.comments %>"><%= @changesets_latest_coimmit.message %></div>
|
|
||||||
</span>
|
|
||||||
<%end%>
|
|
||||||
<% end %>
|
|
||||||
<span class="fr mr5 "><font class="fb ml2 mr2 vl_branch mt2">
|
|
||||||
<%= @repository.branches.count %></font> 个分支
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<span class="fr mr5"><font class="fb ml2 mr2 vl_commit">
|
<% memo = Memo.where(:id => 1232).first %>
|
||||||
<%=link_to @changesets_all_count, {:action => 'changes', :path => to_path_param(@path), :id => @project, :repository_id => @repository.identifier_param, :rev => @rev,:page=>1 ,:commit_count =>"#{@changesets_all_count}"} %></font> 提交
|
<% unless memo.nil? %>
|
||||||
</span>
|
<a href="<%= Setting.protocol + "://" %><%=Setting.host_name %>/forums/1/memos/1232" >如何提交代码</a>
|
||||||
</div>
|
<% end %>
|
||||||
<% end %>
|
|
||||||
|
|
||||||
<% if !@entries.nil? && authorize_for('repositories', 'browse') %>
|
<div class="fr">
|
||||||
<%= render :partial => 'dir_list' %>
|
<a style="color: #7f7f7f;">导出统计结果:</a>
|
||||||
<% end %>
|
<%= link_to "最近一周", {:controller => 'repositories', :action => 'export_rep_static', :format => 'xls', :rev => @rev, :cycle => "week" } %> <a style="color: #7f7f7f;">|</a>
|
||||||
|
<%= link_to "最近一月", {:controller => 'repositories', :action => 'export_rep_static', :format => 'xls', :rev => @rev, :cycle => "month" } %>
|
||||||
|
</div>
|
||||||
|
|
||||||
<% memo = Memo.where(:id => 1232).first %>
|
<%#= link_to "导出excel", {:controller => 'repositories', :action => 'export_rep_static', :rev => @rev}, :format => 'xls' %>
|
||||||
<% unless memo.nil? %>
|
<!--<a href="<%#=project_issues_path(:project_id => @project, :format => 'xls')%>" class="hw_btn_blue fr" alt="导出EXCEL">导出EXCEL</a>-->
|
||||||
<a href="<%= Setting.protocol + "://" %><%=Setting.host_name %>/forums/1/memos/1232" >如何提交代码</a>
|
</div>
|
||||||
<% end %>
|
|
||||||
|
|
||||||
<div class="fr">
|
|
||||||
<a style="color: #7f7f7f;">导出统计结果:</a>
|
|
||||||
<%= link_to "最近一周", {:controller => 'repositories', :action => 'export_rep_static', :format => 'xls', :rev => @rev, :cycle => "week" } %> <a style="color: #7f7f7f;">|</a>
|
|
||||||
<%= link_to "最近一月", {:controller => 'repositories', :action => 'export_rep_static', :format => 'xls', :rev => @rev, :cycle => "month" } %>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<%#= link_to "导出excel", {:controller => 'repositories', :action => 'export_rep_static', :rev => @rev}, :format => 'xls' %>
|
|
||||||
<!--<a href="<%#=project_issues_path(:project_id => @project, :format => 'xls')%>" class="hw_btn_blue fr" alt="导出EXCEL">导出EXCEL</a>-->
|
|
||||||
</div>
|
</div>
|
||||||
<%# content_for :header_tags do %>
|
<%# content_for :header_tags do %>
|
||||||
<%#= stylesheet_link_tag "scm" %>
|
<%#= stylesheet_link_tag "scm" %>
|
||||||
<%# end %>
|
<%# end %>
|
||||||
|
|
||||||
<% html_title(l(:label_repository)) -%>
|
<% html_title(l(:label_repository)) -%>
|
||||||
|
|
||||||
<script>
|
|
||||||
$(".project_r_h").parent().css({"width":"730px","background-color":"#fff","padding":"10px","margin-left":"10px","margin-bottom":"10px"});
|
|
||||||
</script>
|
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
#LSide{ width:240px;}
|
#LSide{ width:240px;}
|
||||||
#RSide{ width:670px; background:#fff; padding:10px; margin-left: 10px; margin-bottom:10px;}
|
#RSide{ width:670px; background:#fff; padding:10px; margin-left: 10px; margin-bottom:10px;}
|
||||||
.courseRSide{ width:730px; background:#fff; padding:10px; margin-left: 10px; margin-bottom:10px;}
|
.courseRSide{ width:730px; background:#fff; padding:10px; margin-left: 10px; margin-bottom:10px;}
|
||||||
|
.wrap-big {background:#fff; padding:10px; margin-bottom:10px;}
|
||||||
/*资源库*/
|
/*资源库*/
|
||||||
.resources {width:718px; background-color:#ffffff; padding:15px; border:1px solid #dddddd;float: right}
|
.resources {width:718px; background-color:#ffffff; padding:15px; border:1px solid #dddddd;float: right}
|
||||||
.resourcesBanner {width:730px; height:40px; background-color:#eaeaea; margin-bottom:10px;}
|
.resourcesBanner {width:730px; height:40px; background-color:#eaeaea; margin-bottom:10px;}
|
||||||
|
|
|
@ -143,7 +143,7 @@ a:hover.messages-title{ color:#269ac9;}
|
||||||
.green-cir-btn{ background:#28be6c; padding:1px 5px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal;font-size:12px;}
|
.green-cir-btn{ background:#28be6c; padding:1px 5px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal;font-size:12px;}
|
||||||
|
|
||||||
/*右侧内容--动态*/
|
/*右侧内容--动态*/
|
||||||
.project_r_h{ width:670px; height:40px; background:#eaeaea; margin-bottom:10px;}
|
.project_r_h{ width:100%; height:40px; background:#eaeaea; margin-bottom:10px;}
|
||||||
.project_r_h02{ width:920px; height:40px; background:#eaeaea; margin-bottom:10px;}
|
.project_r_h02{ width:920px; height:40px; background:#eaeaea; margin-bottom:10px;}
|
||||||
.project_h2{ background:#64bdd9; color:#fff; height:33px; width:90px; text-align:center; font-weight:normal; padding-top:7px; font-size:16px;}
|
.project_h2{ background:#64bdd9; color:#fff; height:33px; width:90px; text-align:center; font-weight:normal; padding-top:7px; font-size:16px;}
|
||||||
.project_h2_repository{ background:#64bdd9; color:#fff; height:33px; width:auto; text-align:center; font-weight:normal; padding-top:7px; font-size:16px;}
|
.project_h2_repository{ background:#64bdd9; color:#fff; height:33px; width:auto; text-align:center; font-weight:normal; padding-top:7px; font-size:16px;}
|
||||||
|
|
|
@ -211,7 +211,7 @@
|
||||||
.clone_btn {width:30px; height:21px; border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; border-right:1px solid #dddddd; outline:none; float:left; background-image:linear-gradient(#FCFCFC, #EEE); text-align:center;}
|
.clone_btn {width:30px; height:21px; border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; border-right:1px solid #dddddd; outline:none; float:left; background-image:linear-gradient(#FCFCFC, #EEE); text-align:center;}
|
||||||
.vl_btn {height:21px; padding:0px 5px; vertical-align:middle; border:1px solid #dddddd; float:left; line-height:21px; background-image:linear-gradient(#FCFCFC, #EEE);}
|
.vl_btn {height:21px; padding:0px 5px; vertical-align:middle; border:1px solid #dddddd; float:left; line-height:21px; background-image:linear-gradient(#FCFCFC, #EEE);}
|
||||||
.vl_btn_2 {height:21px; padding:0px 5px; vertical-align:middle; border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; border-right:1px solid #dddddd; float:left; line-height:21px;}
|
.vl_btn_2 {height:21px; padding:0px 5px; vertical-align:middle; border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; border-right:1px solid #dddddd; float:left; line-height:21px;}
|
||||||
.recordBanner {width:670px; height:30px; background-color:#f1f1f1; color:#666666; line-height:30px; vertical-align:middle;}
|
.recordBanner {width:100%; height:30px; background-color:#f1f1f1; color:#666666; line-height:30px; vertical-align:middle;}
|
||||||
.vl_copy {background:url(../images/vlicon/clone_url.png) 0px 0px no-repeat; padding-left:22px;}
|
.vl_copy {background:url(../images/vlicon/clone_url.png) 0px 0px no-repeat; padding-left:22px;}
|
||||||
.vl_copy2 {background:url(../images/vlicon/clone_url.png) 0px 0px no-repeat; padding-left:22px;}
|
.vl_copy2 {background:url(../images/vlicon/clone_url.png) 0px 0px no-repeat; padding-left:22px;}
|
||||||
.vl_zip {background:url(../images/vlicon/graph.png) 0px 2px no-repeat; padding-left:22px;}
|
.vl_zip {background:url(../images/vlicon/graph.png) 0px 2px no-repeat; padding-left:22px;}
|
||||||
|
@ -220,7 +220,7 @@
|
||||||
.vl_branch {background:url(../images/vlicon/branch_icon.png) 0px -2px no-repeat; padding-left:22px}
|
.vl_branch {background:url(../images/vlicon/branch_icon.png) 0px -2px no-repeat; padding-left:22px}
|
||||||
.mt1 {margin-top:1px;}
|
.mt1 {margin-top:1px;}
|
||||||
.mt2 {margin-top:2px;}
|
.mt2 {margin-top:2px;}
|
||||||
.commit_content_dec{width: 200px;overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
|
.commit_content_dec{width: 400px;overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
|
||||||
|
|
||||||
/*提交信息列表*/
|
/*提交信息列表*/
|
||||||
.col-md-10 {
|
.col-md-10 {
|
||||||
|
|
Loading…
Reference in New Issue