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:
David Arranz 2007-10-29 20:31:14 +00:00
parent 1dcce8a618
commit 4bd2672e17
10 changed files with 391 additions and 0 deletions

View 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>

View 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>

View 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 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>

View 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 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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View 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;
}

View 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>

View 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;
}

View 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;
}