diff --git a/app/views/layouts/base_org_custom.thml.erb b/app/views/layouts/base_org_custom.thml.erb
new file mode 100644
index 000000000..a453d1cd7
--- /dev/null
+++ b/app/views/layouts/base_org_custom.thml.erb
@@ -0,0 +1,67 @@
+
+
+
+
+ <%= h html_title %>
+
+
+ <%= csrf_meta_tag %>
+ <%= favicon %>
+ <%= javascript_heads %>
+ <%= heads_for_theme %>
+ <%= stylesheet_link_tag 'org2','jquery/jquery-ui-1.9.2' %>
+
+ <%#= call_hook :view_layouts_base_html_head %>
+ <%= yield :header_tags -%>
+
+ <%=render :partial => "math_js" %>
+
+
+
+
+
+
+<%# 更新访问数,刷新的时候更新访问次数 %>
+<% update_visiti_count @organization %>
+<%# over %>
+
+
+ <%= render_flash_messages %>
+ <%= yield %>
+ <%= call_hook :view_layouts_base_content %>
+
+
+
+
+
+
+<%# 弹框 %>
+
+<%= l(:label_loading) %>
+<%= call_hook :view_layouts_base_body_bottom %>
+<%# JS提前加载 %>
+<%= javascript_include_tag 'cookie','project', 'organization','header','prettify','select_list_move','org'%>
+<%= javascript_include_tag 'attachments' %>
+
+
+
+
+
+
diff --git a/app/views/organizations/_math_js.html.erb b/app/views/organizations/_math_js.html.erb
new file mode 100644
index 000000000..7ac522061
--- /dev/null
+++ b/app/views/organizations/_math_js.html.erb
@@ -0,0 +1,11 @@
+
+
+
\ No newline at end of file