Added a folder remotely
git-svn-id: https://192.168.0.254/svn/Proyectos.TSA_DotNetNuke/trunk@8 0ad38c09-229d-d142-b639-4dc8c1cf0555
This commit is contained in:
parent
1dcce8a618
commit
4bd2672e17
27
containers/Rodax - Simple Header/Simple Gray Header.ascx
Normal file
27
containers/Rodax - Simple Header/Simple Gray Header.ascx
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
<%@ Control language="vb" CodeBehind="~/admin/Containers/container.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Containers.Container" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="TITLE" Src="~/Admin/Containers/Title.ascx" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="ACTIONBUTTON1" Src="~/Admin/Containers/ActionButton.ascx" %>
|
||||||
|
|
||||||
|
<div class="rdx_simple_container gray_simple_container">
|
||||||
|
<div class="rdx_container_top">
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_simple_content">
|
||||||
|
<div class="rdx_container_title">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td><dnn:ACTIONS runat="server" id="dnnACTIONS" /></td>
|
||||||
|
<td><dnn:TITLE runat="server" id="dnnTITLE" /></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_content" id="ContentPane" runat="server"></div>
|
||||||
|
<div class="actionbuttons">
|
||||||
|
<dnn:ACTIONBUTTON1 runat="server" id="dnnACTIONBUTTON1" CommandName="AddContent.Action" DisplayIcon="True" DisplayLink="True" />
|
||||||
|
</div>
|
||||||
|
<div class="clear"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_bottom"><span></span></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
29
containers/Rodax - Simple Header/Simple Gray Header.htm
Normal file
29
containers/Rodax - Simple Header/Simple Gray Header.htm
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link id="container" rel="stylesheet" type="text/css" href="container.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="rdx_simple_container gray_simple_container">
|
||||||
|
<div class="rdx_container_top">
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_simple_content">
|
||||||
|
<div class="rdx_container_title">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td>[ACTIONS]</td>
|
||||||
|
<td>[TITLE]</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_content" id="ContentPane" runat="server"></div>
|
||||||
|
<div class="actionbuttons">
|
||||||
|
[ACTIONBUTTON:1]
|
||||||
|
</div>
|
||||||
|
<div class="clear"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_bottom"><span></span></div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -0,0 +1,27 @@
|
|||||||
|
<%@ Control language="vb" CodeBehind="~/admin/Containers/container.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Containers.Container" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="TITLE" Src="~/Admin/Containers/Title.ascx" %>
|
||||||
|
<%@ Register TagPrefix="dnn" TagName="ACTIONBUTTON1" Src="~/Admin/Containers/ActionButton.ascx" %>
|
||||||
|
|
||||||
|
<div class="rdx_simple_container lblue_simple_container">
|
||||||
|
<div class="rdx_container_top">
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_simple_content">
|
||||||
|
<div class="rdx_container_title">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td><dnn:ACTIONS runat="server" id="dnnACTIONS" /></td>
|
||||||
|
<td><dnn:TITLE runat="server" id="dnnTITLE" /></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_content" id="ContentPane" runat="server"></div>
|
||||||
|
<div class="actionbuttons">
|
||||||
|
<dnn:ACTIONBUTTON1 runat="server" id="dnnACTIONBUTTON1" CommandName="AddContent.Action" DisplayIcon="True" DisplayLink="True" />
|
||||||
|
</div>
|
||||||
|
<div class="clear"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_bottom"><span></span></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link id="container" rel="stylesheet" type="text/css" href="container.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="rdx_simple_container lblue_simple_container">
|
||||||
|
<div class="rdx_container_top">
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_simple_content">
|
||||||
|
<div class="rdx_container_title">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td>[ACTIONS]</td>
|
||||||
|
<td>[TITLE]</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_content" id="ContentPane" runat="server"></div>
|
||||||
|
<div class="actionbuttons">
|
||||||
|
[ACTIONBUTTON:1]
|
||||||
|
</div>
|
||||||
|
<div class="clear"/></div>
|
||||||
|
</div>
|
||||||
|
<div class="rdx_container_bottom"><span></span></div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
BIN
containers/Rodax - Simple Header/bg_simple_gray.gif
Normal file
BIN
containers/Rodax - Simple Header/bg_simple_gray.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.1 KiB |
BIN
containers/Rodax - Simple Header/bg_simple_lblue.gif
Normal file
BIN
containers/Rodax - Simple Header/bg_simple_lblue.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
136
containers/Rodax - Simple Header/container.css
Normal file
136
containers/Rodax - Simple Header/container.css
Normal file
@ -0,0 +1,136 @@
|
|||||||
|
@import url("container_blue.css");
|
||||||
|
@import url("container_light_blue.css");
|
||||||
|
|
||||||
|
@import url("container_red.css");
|
||||||
|
@import url("container_light_red.css");
|
||||||
|
|
||||||
|
@import url("container_green.css");
|
||||||
|
@import url("container_light_green.css");
|
||||||
|
|
||||||
|
@import url("container_yellow.css");
|
||||||
|
@import url("container_light_yellow.css");
|
||||||
|
|
||||||
|
@import url("container_gray.css");
|
||||||
|
@import url("container_light_gray.css");
|
||||||
|
|
||||||
|
|
||||||
|
.clear {
|
||||||
|
clear:both;
|
||||||
|
height:1px;
|
||||||
|
font-size:1px;
|
||||||
|
margin:0;
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rdx_simple_container {
|
||||||
|
min-height:1px;
|
||||||
|
_height:1px;
|
||||||
|
position:relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rdx_container_top {
|
||||||
|
/*background: url(bg_simple_blue.gif) no-repeat right -39px;*/
|
||||||
|
height: 13px;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rdx_container_top span {
|
||||||
|
/*background: url(bg_simple_blue.gif) no-repeat left -26px;*/
|
||||||
|
width: 10px;
|
||||||
|
height: 13px;
|
||||||
|
float: left;
|
||||||
|
margin-left: -5px;
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rdx_container_bottom {
|
||||||
|
/*background:url(bg_simple_blue.gif) no-repeat 0 0px;*/
|
||||||
|
height:13px;
|
||||||
|
margin-bottom:4px;
|
||||||
|
margin-right: 5px;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rdx_container_bottom span {
|
||||||
|
position: relative;
|
||||||
|
/*background:url(bg_simple_blue.gif) no-repeat right -13px;*/
|
||||||
|
margin-right: -5px;
|
||||||
|
width:12px;
|
||||||
|
height:13px;
|
||||||
|
float:right;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.rdx_container_title {
|
||||||
|
margin: 0 -8px;
|
||||||
|
padding:0 10px;
|
||||||
|
height: 52px;
|
||||||
|
overflow: visible;
|
||||||
|
border: 0;
|
||||||
|
/*background: #fff url(bg_simple_blue.gif) no-repeat left -52px; */
|
||||||
|
}
|
||||||
|
|
||||||
|
.rdx_container_title .Head {
|
||||||
|
font-size: 14px;
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.rdx_container_simple_content {
|
||||||
|
/*border-left: 1px solid #c0cadd;
|
||||||
|
border-right: 1px solid #c0cadd; */
|
||||||
|
min-height:1px;
|
||||||
|
_height: 1px;
|
||||||
|
position:relative;
|
||||||
|
padding: 0 10px 10px 10px;s
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rdx_container_simple_content .actionbuttons {
|
||||||
|
margin-top: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rdx_container_content p {
|
||||||
|
margin:0;
|
||||||
|
padding: 0;
|
||||||
|
padding-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
34
containers/Rodax - Simple Header/container.xml
Normal file
34
containers/Rodax - Simple Header/container.xml
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
<Objects>
|
||||||
|
<Object>
|
||||||
|
<Token>[TITLE]</Token>
|
||||||
|
<Settings>
|
||||||
|
</Settings>
|
||||||
|
</Object>
|
||||||
|
<Object>
|
||||||
|
<Token>[ACTIONS]</Token>
|
||||||
|
<Settings>
|
||||||
|
</Settings>
|
||||||
|
</Object>
|
||||||
|
<Object>
|
||||||
|
<Token>[ICON]</Token>
|
||||||
|
<Settings>
|
||||||
|
</Settings>
|
||||||
|
</Object>
|
||||||
|
<Object>
|
||||||
|
<Token>[ACTIONBUTTON:1]</Token>
|
||||||
|
<Settings>
|
||||||
|
<Setting>
|
||||||
|
<Name>CommandName</Name>
|
||||||
|
<Value>AddContent.Action</Value>
|
||||||
|
</Setting>
|
||||||
|
<Setting>
|
||||||
|
<Name>DisplayIcon</Name>
|
||||||
|
<Value>True</Value>
|
||||||
|
</Setting>
|
||||||
|
<Setting>
|
||||||
|
<Name>DisplayLink</Name>
|
||||||
|
<Value>True</Value>
|
||||||
|
</Setting>
|
||||||
|
</Settings>
|
||||||
|
</Object>
|
||||||
|
</Objects>
|
||||||
55
containers/Rodax - Simple Header/container_gray.css
Normal file
55
containers/Rodax - Simple Header/container_gray.css
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
.rdx_container_simple_content {
|
||||||
|
border-left: 1px solid #909090;
|
||||||
|
border-right: 1px solid #909090;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gray_simple_container {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.gray_simple_container .rdx_container_top {
|
||||||
|
background: url(bg_simple_gray.gif) no-repeat right -39px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gray_simple_container .rdx_container_top span {
|
||||||
|
background: url(bg_simple_gray.gif) no-repeat left -26px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gray_simple_container .rdx_container_bottom {
|
||||||
|
background: url(bg_simple_gray.gif) no-repeat 0 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gray_simple_container .rdx_container_bottom span {
|
||||||
|
background: url(bg_simple_gray.gif) no-repeat right -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gray_simple_container .rdx_container_simple_content {
|
||||||
|
background-color: #f2f2f3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gray_simple_container .rdx_container_title {
|
||||||
|
background: #fff url(bg_simple_gray.gif) no-repeat left -42px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
54
containers/Rodax - Simple Header/container_light_blue.css
Normal file
54
containers/Rodax - Simple Header/container_light_blue.css
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
.lblue_simple_container {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lblue_simple_container .rdx_container_simple_content {
|
||||||
|
border-left: 1px solid #8ea0c3;
|
||||||
|
border-right: 1px solid #8ea0c3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lblue_simple_container .rdx_container_top {
|
||||||
|
background: url(bg_simple_lblue.gif) no-repeat right -39px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lblue_simple_container .rdx_container_top span {
|
||||||
|
background: url(bg_simple_lblue.gif) no-repeat left -26px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lblue_simple_container .rdx_container_bottom {
|
||||||
|
background: url(bg_simple_lblue.gif) no-repeat 0 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lblue_simple_container .rdx_container_bottom span {
|
||||||
|
background: url(bg_simple_lblue.gif) no-repeat right -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lblue_simple_container .rdx_container_simple_content {
|
||||||
|
background-color: #eff2f7;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lblue_simple_container .rdx_container_title {
|
||||||
|
background: #fff url(bg_simple_lblue.gif) no-repeat left -42px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user