Prefix ids with "back_" in back-end layout to avoid conflict with site's ids
This commit is contained in:
parent
ea19f11fe2
commit
c1238a7043
|
@ -1,5 +1,5 @@
|
||||||
$(function () {
|
$(function () {
|
||||||
$('#panel_sidebar a, #panel_main a.nav').live('click',
|
$('#back_sidebar a, #panel_main a.nav').live('click',
|
||||||
function () {
|
function () {
|
||||||
$.getScript(this.href);
|
$.getScript(this.href);
|
||||||
history.pushState(null, document.title, this.href);
|
history.pushState(null, document.title, this.href);
|
||||||
|
|
|
@ -13,7 +13,7 @@ body{
|
||||||
font-family: Helvetica, '微軟正黑體';
|
font-family: Helvetica, '微軟正黑體';
|
||||||
}
|
}
|
||||||
|
|
||||||
#panel_banner_link{
|
#back_banner_link{
|
||||||
background: url(<%= asset_path "orbitbar1.png" %>) repeat-x scroll 0 0;
|
background: url(<%= asset_path "orbitbar1.png" %>) repeat-x scroll 0 0;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
@ -29,7 +29,7 @@ body{
|
||||||
top: 1px;
|
top: 1px;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
}
|
}
|
||||||
#orbit{
|
#back_orbit{
|
||||||
background: url(<%= asset_path "bar_orbit.png" %>) no-repeat scroll 0 0 transparent;
|
background: url(<%= asset_path "bar_orbit.png" %>) no-repeat scroll 0 0 transparent;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
height: 43px;
|
height: 43px;
|
||||||
|
@ -37,11 +37,11 @@ body{
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 41px;
|
width: 41px;
|
||||||
}
|
}
|
||||||
#orbit:hover{
|
#back_orbit:hover{
|
||||||
background-position:0 -43px;
|
background-position:0 -43px;
|
||||||
box-shadow: 0 3px 3px #000000;
|
box-shadow: 0 3px 3px #000000;
|
||||||
}
|
}
|
||||||
#orbit:hover #orblist{
|
#back_orbit:hover #orblist{
|
||||||
display:block;
|
display:block;
|
||||||
}
|
}
|
||||||
#orblist{
|
#orblist{
|
||||||
|
@ -102,10 +102,10 @@ body{
|
||||||
.lang a:hover{
|
.lang a:hover{
|
||||||
text-decoration:underline;
|
text-decoration:underline;
|
||||||
}
|
}
|
||||||
#content{
|
#back_content{
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
#panel_footer{
|
#back_footer{
|
||||||
background-color: #101010;
|
background-color: #101010;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
@ -131,7 +131,7 @@ body{
|
||||||
width: 154px;
|
width: 154px;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
#sidebar {
|
#back_sidebar {
|
||||||
background: url(<%= asset_path "75.png" %>) repeat scroll left top transparent;
|
background: url(<%= asset_path "75.png" %>) repeat scroll left top transparent;
|
||||||
box-shadow: 3px 0 4px #472A12;
|
box-shadow: 3px 0 4px #472A12;
|
||||||
border-right: 1px solid #121212;
|
border-right: 1px solid #121212;
|
||||||
|
@ -141,7 +141,7 @@ body{
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 220px;
|
width: 220px;
|
||||||
}
|
}
|
||||||
#sidebar h1 {
|
#back_sidebar h1 {
|
||||||
background: url(<%= asset_path "h1_bg.png" %>) repeat-x scroll left top transparent;
|
background: url(<%= asset_path "h1_bg.png" %>) repeat-x scroll left top transparent;
|
||||||
border-bottom: 1px solid #1B1B1B;
|
border-bottom: 1px solid #1B1B1B;
|
||||||
border-top: 1px solid #424344;
|
border-top: 1px solid #424344;
|
||||||
|
@ -154,60 +154,60 @@ body{
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
text-shadow: 0 -1px 0 #000000;
|
text-shadow: 0 -1px 0 #000000;
|
||||||
}
|
}
|
||||||
#sidebar .list {
|
#back_sidebar .list {
|
||||||
color:#fff;
|
color:#fff;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
background:url(<%= asset_path "line.png" %>) repeat-x left bottom;
|
background:url(<%= asset_path "line.png" %>) repeat-x left bottom;
|
||||||
}
|
}
|
||||||
#sidebar .list li {
|
#back_sidebar .list li {
|
||||||
background:url(<%= asset_path "sidebar_li.jpg" %>) repeat-x left top;
|
background:url(<%= asset_path "sidebar_li.jpg" %>) repeat-x left top;
|
||||||
border-top:1px solid #424344;
|
border-top:1px solid #424344;
|
||||||
border-bottom:1px solid #000000;
|
border-bottom:1px solid #000000;
|
||||||
}
|
}
|
||||||
#sidebar .list li:hover {
|
#back_sidebar .list li:hover {
|
||||||
background-position:left bottom;
|
background-position:left bottom;
|
||||||
border-top:1px solid #406cc3;
|
border-top:1px solid #406cc3;
|
||||||
border-bottom:1px solid #242628;
|
border-bottom:1px solid #242628;
|
||||||
}
|
}
|
||||||
#sidebar .list li a {
|
#back_sidebar .list li a {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 7px 0 6px 12px;
|
padding: 7px 0 6px 12px;
|
||||||
color:#c4c4c4;
|
color:#c4c4c4;
|
||||||
}
|
}
|
||||||
#sidebar .list li a span {
|
#back_sidebar .list li a span {
|
||||||
background:url(<%= asset_path "add_mamber.png" %>) left top no-repeat;
|
background:url(<%= asset_path "add_mamber.png" %>) left top no-repeat;
|
||||||
text-shadow: 0px 1px 0px #000;
|
text-shadow: 0px 1px 0px #000;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
padding: 2px 0 1px 35px;
|
padding: 2px 0 1px 35px;
|
||||||
}
|
}
|
||||||
#sidebar .list li a:hover span {
|
#back_sidebar .list li a:hover span {
|
||||||
background-position:left bottom;
|
background-position:left bottom;
|
||||||
color:#eeeeee;
|
color:#eeeeee;
|
||||||
}
|
}
|
||||||
#sidebar .users .list .set_1 {
|
#back_sidebar .users .list .set_1 {
|
||||||
background-position:left bottom;
|
background-position:left bottom;
|
||||||
border-top:1px solid #406cc3;
|
border-top:1px solid #406cc3;
|
||||||
border-bottom:1px solid #242628;
|
border-bottom:1px solid #242628;
|
||||||
}
|
}
|
||||||
#sidebar .users .list .set_1 a span {
|
#back_sidebar .users .list .set_1 a span {
|
||||||
background-position:left bottom;
|
background-position:left bottom;
|
||||||
color:#eeeeee;
|
color:#eeeeee;
|
||||||
}
|
}
|
||||||
#sidebar .roles .list .set_2 {
|
#back_sidebar .roles .list .set_2 {
|
||||||
background-position:left bottom;
|
background-position:left bottom;
|
||||||
border-top:1px solid #406cc3;
|
border-top:1px solid #406cc3;
|
||||||
border-bottom:1px solid #242628;
|
border-bottom:1px solid #242628;
|
||||||
}
|
}
|
||||||
#sidebar .roles .list .set_2 a span {
|
#back_sidebar .roles .list .set_2 a span {
|
||||||
background-position:left bottom;
|
background-position:left bottom;
|
||||||
color:#eeeeee;
|
color:#eeeeee;
|
||||||
}
|
}
|
||||||
#sidebar .infos .list .set_3 {
|
#back_sidebar .infos .list .set_3 {
|
||||||
background-position:left bottom;
|
background-position:left bottom;
|
||||||
border-top:1px solid #406cc3;
|
border-top:1px solid #406cc3;
|
||||||
border-bottom:1px solid #242628;
|
border-bottom:1px solid #242628;
|
||||||
}
|
}
|
||||||
#sidebar .infos .list .set_3 a span {
|
#back_sidebar .infos .list .set_3 a span {
|
||||||
background-position:left bottom;
|
background-position:left bottom;
|
||||||
color:#eeeeee;
|
color:#eeeeee;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
#sidebar {
|
#back_sidebar {
|
||||||
background: url(<%= asset_path "75.png" %>) repeat scroll left top transparent;
|
background: url(<%= asset_path "75.png" %>) repeat scroll left top transparent;
|
||||||
box-shadow: 3px 0 4px #472A12;
|
box-shadow: 3px 0 4px #472A12;
|
||||||
border-right: 1px solid #121212;
|
border-right: 1px solid #121212;
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
width: 220px;
|
width: 220px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar h1 {
|
#back_sidebar h1 {
|
||||||
background: url(<%= asset_path "h1_bg.png" %>) repeat-x scroll left top transparent;
|
background: url(<%= asset_path "h1_bg.png" %>) repeat-x scroll left top transparent;
|
||||||
border-bottom: 1px solid #1B1B1B;
|
border-bottom: 1px solid #1B1B1B;
|
||||||
border-top: 1px solid #424344;
|
border-top: 1px solid #424344;
|
||||||
|
@ -23,51 +23,51 @@
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
text-shadow: 0 -1px 0 #000000;
|
text-shadow: 0 -1px 0 #000000;
|
||||||
}
|
}
|
||||||
#sidebar .list {
|
#back_sidebar .list {
|
||||||
color:#fff;
|
color:#fff;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
background:url(<%= asset_path "line.png" %>) repeat-x left bottom;
|
background:url(<%= asset_path "line.png" %>) repeat-x left bottom;
|
||||||
}
|
}
|
||||||
#sidebar .list li {
|
#back_sidebar .list li {
|
||||||
background:url(<%= asset_path "sidebar_li.jpg" %>) repeat-x left top;
|
background:url(<%= asset_path "sidebar_li.jpg" %>) repeat-x left top;
|
||||||
border-top:1px solid #424344;
|
border-top:1px solid #424344;
|
||||||
border-bottom:1px solid #000000;
|
border-bottom:1px solid #000000;
|
||||||
}
|
}
|
||||||
#sidebar .list li:hover {
|
#back_sidebar .list li:hover {
|
||||||
background-position:left bottom;
|
background-position:left bottom;
|
||||||
border-top:1px solid #406cc3;
|
border-top:1px solid #406cc3;
|
||||||
border-bottom:1px solid #242628;
|
border-bottom:1px solid #242628;
|
||||||
}
|
}
|
||||||
#sidebar .list li a {
|
#back_sidebar .list li a {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 7px 0 6px 12px;
|
padding: 7px 0 6px 12px;
|
||||||
color:#c4c4c4;
|
color:#c4c4c4;
|
||||||
}
|
}
|
||||||
#sidebar .list li a span {
|
#back_sidebar .list li a span {
|
||||||
background:url(<%= asset_path "add_mamber.png" %>) left top no-repeat;
|
background:url(<%= asset_path "add_mamber.png" %>) left top no-repeat;
|
||||||
text-shadow: 0px 1px 0px #000;
|
text-shadow: 0px 1px 0px #000;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
padding: 2px 0 1px 35px;
|
padding: 2px 0 1px 35px;
|
||||||
}
|
}
|
||||||
#sidebar .list li a:hover span {
|
#back_sidebar .list li a:hover span {
|
||||||
background-position:left bottom;
|
background-position:left bottom;
|
||||||
color:#eeeeee;
|
color:#eeeeee;
|
||||||
}
|
}
|
||||||
#sidebar .users .list .set_1 {
|
#back_sidebar .users .list .set_1 {
|
||||||
background-position:left bottom;
|
background-position:left bottom;
|
||||||
border-top:1px solid #406cc3;
|
border-top:1px solid #406cc3;
|
||||||
border-bottom:1px solid #242628;
|
border-bottom:1px solid #242628;
|
||||||
}
|
}
|
||||||
#sidebar .users .list .set_1 a span {
|
#back_sidebar .users .list .set_1 a span {
|
||||||
background-position:left bottom;
|
background-position:left bottom;
|
||||||
color:#eeeeee;
|
color:#eeeeee;
|
||||||
}
|
}
|
||||||
#sidebar .roles .list .set_2 {
|
#back_sidebar .roles .list .set_2 {
|
||||||
background-position:left bottom;
|
background-position:left bottom;
|
||||||
border-top:1px solid #406cc3;
|
border-top:1px solid #406cc3;
|
||||||
border-bottom:1px solid #242628;
|
border-bottom:1px solid #242628;
|
||||||
}
|
}
|
||||||
#sidebar .roles .list .set_2 a span {
|
#back_sidebar .roles .list .set_2 a span {
|
||||||
background-position:left bottom;
|
background-position:left bottom;
|
||||||
color:#eeeeee;
|
color:#eeeeee;
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,7 @@ body{
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-family: Helvetica, '微軟正黑體';
|
font-family: Helvetica, '微軟正黑體';
|
||||||
}
|
}
|
||||||
#panel_banner_link{
|
#back_banner_link{
|
||||||
background: url(<%= asset_path "orbitbar1.png" %>) repeat-x scroll 0 0;
|
background: url(<%= asset_path "orbitbar1.png" %>) repeat-x scroll 0 0;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
@ -28,7 +28,7 @@ body{
|
||||||
top: 1px;
|
top: 1px;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
}
|
}
|
||||||
#orbit{
|
#back_orbit{
|
||||||
background: url(<%= asset_path "bar_orbit.png" %>) no-repeat scroll 0 0 transparent;
|
background: url(<%= asset_path "bar_orbit.png" %>) no-repeat scroll 0 0 transparent;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
height: 43px;
|
height: 43px;
|
||||||
|
@ -36,11 +36,11 @@ body{
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 41px;
|
width: 41px;
|
||||||
}
|
}
|
||||||
#orbit:hover{
|
#back_orbit:hover{
|
||||||
background-position:0 -43px;
|
background-position:0 -43px;
|
||||||
box-shadow: 0 3px 3px #000000;
|
box-shadow: 0 3px 3px #000000;
|
||||||
}
|
}
|
||||||
#orbit:hover #orblist{
|
#back_orbit:hover #orblist{
|
||||||
display:block;
|
display:block;
|
||||||
}
|
}
|
||||||
#orblist{
|
#orblist{
|
||||||
|
@ -101,10 +101,10 @@ body{
|
||||||
.lang a:hover{
|
.lang a:hover{
|
||||||
text-decoration:underline;
|
text-decoration:underline;
|
||||||
}
|
}
|
||||||
#content{
|
#back_content{
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
#panel_footer{
|
#back_footer{
|
||||||
background-color: #101010;
|
background-color: #101010;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
@ -118,15 +118,15 @@ body{
|
||||||
.items_setup{
|
.items_setup{
|
||||||
padding:42px 0 0 0;
|
padding:42px 0 0 0;
|
||||||
}
|
}
|
||||||
#sidebar .items_setup .list li{
|
#back_sidebar .items_setup .list li{
|
||||||
padding: 6px 0 7px 5px;
|
padding: 6px 0 7px 5px;
|
||||||
}
|
}
|
||||||
#sidebar .items_setup .list li a{
|
#back_sidebar .items_setup .list li a{
|
||||||
display: inline;
|
display: inline;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
#sidebar .items_setup .list li a span{
|
#back_sidebar .items_setup .list li a span{
|
||||||
background:none;
|
background:none;
|
||||||
padding:0;
|
padding:0;
|
||||||
text-shadow:none;
|
text-shadow:none;
|
||||||
|
@ -429,17 +429,17 @@ p{
|
||||||
margin:0 0 10px;
|
margin:0 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .items_setup .list li{
|
#back_sidebar .items_setup .list li{
|
||||||
background:url(<%= asset_path "sidebar_li2.jpg" %>) repeat left top;
|
background:url(<%= asset_path "sidebar_li2.jpg" %>) repeat left top;
|
||||||
border:none;
|
border:none;
|
||||||
padding: 0 0 0 5px;
|
padding: 0 0 0 5px;
|
||||||
}
|
}
|
||||||
#sidebar .items_setup .list li a{
|
#back_sidebar .items_setup .list li a{
|
||||||
line-height:31px;
|
line-height:31px;
|
||||||
}
|
}
|
||||||
#sidebar .items_setup .list li:hover{
|
#back_sidebar .items_setup .list li:hover{
|
||||||
background:url(<%= asset_path "sidebar_li2.jpg" %>) repeat left top;
|
background:url(<%= asset_path "sidebar_li2.jpg" %>) repeat left top;
|
||||||
border:none;
|
border:none;
|
||||||
}
|
}
|
||||||
#sidebar .items_setup ul .list {
|
#back_sidebar .items_setup ul .list {
|
||||||
}
|
}
|
|
@ -1,3 +1,3 @@
|
||||||
$('#panel_sidebar').html("<%= escape_javascript(render(:partial => 'admin/items/site_map_left_bar')) %>");
|
$('#back_sidebar').html("<%= escape_javascript(render(:partial => 'admin/items/site_map_left_bar')) %>");
|
||||||
$('#panel_main').html("<%= escape_javascript(render(:partial => 'admin/links/show')) %>");
|
$('#panel_main').html("<%= escape_javascript(render(:partial => 'admin/links/show')) %>");
|
||||||
history.pushState(null, document.title, "<%= escape_javascript(admin_link_url(@item)) %>");
|
history.pushState(null, document.title, "<%= escape_javascript(admin_link_url(@item)) %>");
|
|
@ -1 +1 @@
|
||||||
$('#panel_sidebar').html("<%= escape_javascript(render(:partial => 'admin/items/site_map_left_bar')) %>");
|
$('#back_sidebar').html("<%= escape_javascript(render(:partial => 'admin/items/site_map_left_bar')) %>");
|
|
@ -1,3 +1,3 @@
|
||||||
$('#panel_sidebar').html("<%= escape_javascript(render(:partial => 'admin/items/site_map_left_bar')) %>");
|
$('#back_sidebar').html("<%= escape_javascript(render(:partial => 'admin/items/site_map_left_bar')) %>");
|
||||||
$('#panel_main').html("<%= escape_javascript(render(:partial => 'admin/pages/show')) %>");
|
$('#panel_main').html("<%= escape_javascript(render(:partial => 'admin/pages/show')) %>");
|
||||||
history.pushState(null, document.title, "<%= escape_javascript(admin_page_url(@item)) %>");
|
history.pushState(null, document.title, "<%= escape_javascript(admin_page_url(@item)) %>");
|
|
@ -1 +1 @@
|
||||||
$('#panel_sidebar').html("<%= escape_javascript(render(:partial => 'admin/items/site_map_left_bar')) %>");
|
$('#back_sidebar').html("<%= escape_javascript(render(:partial => 'admin/items/site_map_left_bar')) %>");
|
|
@ -11,21 +11,21 @@
|
||||||
<%= csrf_meta_tag %>
|
<%= csrf_meta_tag %>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="panel_banner_link" >
|
<div id="back_banner_link" >
|
||||||
<div id="orbit"><%= render 'layouts/drop_down_menu' %></div>
|
<div id="back_orbit"><%= render 'layouts/drop_down_menu' %></div>
|
||||||
<div class="hmenu">
|
<div class="hmenu">
|
||||||
<div class="lang"><%= render 'layouts/lang_menu' %></div>
|
<div class="lang"><%= render 'layouts/lang_menu' %></div>
|
||||||
<%= render 'devise/menu/login_items' %>
|
<%= render 'devise/menu/login_items' %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="content">
|
<div id="back_content">
|
||||||
<div id="sidebar"><%= yield :secondary %></div>
|
<div id="back_sidebar"><%= yield :secondary %></div>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<%= yield %>
|
<%= yield %>
|
||||||
</div>
|
</div>
|
||||||
<div class="tertiary"><%= yield :tertiary %></div>
|
<div class="tertiary"><%= yield :tertiary %></div>
|
||||||
<div id="panel_footer"><p><%= APP_CONFIG['ruling_digital'] %></p></div>
|
<div id="back_footer"><p><%= APP_CONFIG['ruling_digital'] %></p></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -12,20 +12,20 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div id="panel_banner_link" >
|
<div id="back_banner_link" >
|
||||||
<div id="orbit"><%= render 'layouts/drop_down_menu' %></div>
|
<div id="back_orbit"><%= render 'layouts/drop_down_menu' %></div>
|
||||||
<div class="hmenu">
|
<div class="hmenu">
|
||||||
<div class="lang"><%= render 'layouts/lang_menu' %></div>
|
<div class="lang"><%= render 'layouts/lang_menu' %></div>
|
||||||
<%= render 'devise/menu/login_items' %>
|
<%= render 'devise/menu/login_items' %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="content">
|
<div id="back_content">
|
||||||
<div id="sidebar"><%= yield :sidebar %></div>
|
<div id="back_sidebar"><%= yield :sidebar %></div>
|
||||||
<div class="main"><div class="main2">
|
<div class="main"><div class="main2">
|
||||||
<%= yield %>
|
<%= yield %>
|
||||||
</div></div>
|
</div></div>
|
||||||
<div class="tertiary"><%= yield :tertiary %></div>
|
<div class="tertiary"><%= yield :tertiary %></div>
|
||||||
<div id="panel_footer"><p><%= APP_CONFIG['ruling_digital'] %></p></div>
|
<div id="back_footer"><p><%= APP_CONFIG['ruling_digital'] %></p></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue