Added a folder remotely

git-svn-id: https://192.168.0.254/svn/Proyectos.TSA_DotNetNuke/trunk@7 0ad38c09-229d-d142-b639-4dc8c1cf0555
This commit is contained in:
David Arranz 2007-10-29 20:30:54 +00:00
parent ece8152f1a
commit 1dcce8a618
11 changed files with 1011 additions and 0 deletions

View File

@ -0,0 +1,32 @@
<%@ Control language="vb" CodeBehind="~/admin/Skins/skin.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %>
<%@ Register TagPrefix="dnn" TagName="HOSTNAME" Src="~/Admin/Skins/HostName.ascx" %>
<%@ Register TagPrefix="dnn" TagName="MENU" Src="~/Admin/Skins/SolPartMenu.ascx" %>
<%@ Register TagPrefix="dnn" TagName="CURRENTDATE" Src="~/Admin/Skins/CurrentDate.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LOGIN" Src="~/Admin/Skins/Login.ascx" %>
<div class="wrapper">
<div class="page">
<div class="adminarea">
<div class="adminmenu"><dnn:MENU runat="server" id="dnnMENU" display="horizontal" rootonly="false" /></div>
<div class="loginmenu"><dnn:CURRENTDATE runat="server" id="dnnCURRENTDATE" ShowSite="True" />&nbsp;&nbsp;&nbsp;<dnn:LOGIN runat="server" id="dnnLOGIN" /></div>
</div>
<div class="toparea">
<div id="LogoPane" class="LogoPane" runat="server"></div>
<div id="Banner1Pane" class="Banner1Pane" runat="server"></div>
</div>
<div class="mainarea">
<div class="videoarea">
<div id="ContentPane" class="ContentPane" runat="server"></div>
<div id="Banner2Pane" class="Banner2Pane" runat="server"></div>
</div>
<div id="TabPlayerPane" class="TabPlayerPane" runat="server"></div>
</div>
<div class="bottomarea">
<div id="Banner3Pane" class="Banner3Pane" runat="server"></div>
<div id="LinksPane" class="LinksPane" runat="server"></div>
<div id="CopyrightPane" class="CopyrightPane" runat="server"></div>
</div>
</div>
<div style="clear:both;"></div>
</div>

View File

@ -0,0 +1,36 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>[HOSTNAME]</title>
<link rel="stylesheet" type="text/css" href="skin.css" />
</head>
<body>
<div class="wrapper">
<div class="page">
<div class="adminarea">
<div class="adminmenu">[MENU]</div>
<div class="loginmenu">[CURRENTDATE]&nbsp;&nbsp;&nbsp;[LOGIN]</div>
</div>
<div class="toparea">
<div id="LogoPane" class="LogoPane" runat="server"></div>
<div id="Banner1Pane" class="Banner1Pane" runat="server"></div>
</div>
<div class="mainarea">
<div class="videoarea">
<div id="ContentPane" class="ContentPane" runat="server"></div>
<div id="Banner2Pane" class="Banner2Pane" runat="server"></div>
</div>
<div id="TabPlayerPane" class="TabPlayerPane" runat="server"></div>
</div>
<div class="bottomarea">
<div id="Banner3Pane" class="Banner3Pane" runat="server"></div>
<div id="LinksPane" class="LinksPane" runat="server"></div>
<div id="CopyrightPane" class="CopyrightPane" runat="server"></div>
</div>
</div>
<div style="clear:both;"></div>
</div>
</body>
</html>

View File

@ -0,0 +1,32 @@
<%@ Control language="vb" CodeBehind="~/admin/Skins/skin.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %>
<%@ Register TagPrefix="dnn" TagName="HOSTNAME" Src="~/Admin/Skins/HostName.ascx" %>
<%@ Register TagPrefix="dnn" TagName="MENU" Src="~/Admin/Skins/SolPartMenu.ascx" %>
<%@ Register TagPrefix="dnn" TagName="CURRENTDATE" Src="~/Admin/Skins/CurrentDate.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LOGIN" Src="~/Admin/Skins/Login.ascx" %>
<div class="wrapper">
<div class="page">
<div class="adminarea">
<div class="adminmenu"><dnn:MENU runat="server" id="dnnMENU" display="horizontal" rootonly="false" /></div>
<div class="loginmenu"><dnn:CURRENTDATE runat="server" id="dnnCURRENTDATE" ShowSite="True" />&nbsp;&nbsp;&nbsp;<dnn:LOGIN runat="server" id="dnnLOGIN" /></div>
</div>
<div class="toparea">
<div id="LogoPane" class="LogoPane" runat="server"></div>
<div id="Banner1Pane" class="Banner1Pane" runat="server"></div>
</div>
<div class="mainarea">
<div class="videoarea">
<div id="ContentPane" class="ContentPane" runat="server"></div>
<div id="Banner2Pane" class="Banner2Pane" runat="server"></div>
</div>
<div id="TabPlayerPane" class="TabPlayerPane" runat="server"></div>
</div>
<div class="bottomarea">
<div id="Banner3Pane" class="Banner3Pane" runat="server"></div>
<div id="LinksPane" class="LinksPane" runat="server"></div>
<div id="CopyrightPane" class="CopyrightPane" runat="server"></div>
</div>
</div>
<div style="clear:both;"></div>
</div>

View File

@ -0,0 +1,36 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>[HOSTNAME]</title>
<link rel="stylesheet" type="text/css" href="skin.css" />
</head>
<body>
<div class="wrapper">
<div class="page">
<div class="adminarea">
<div class="adminmenu">[MENU]</div>
<div class="loginmenu">[CURRENTDATE]&nbsp;&nbsp;&nbsp;[LOGIN]</div>
</div>
<div class="toparea">
<div id="LogoPane" class="LogoPane" runat="server"></div>
<div id="Banner1Pane" class="Banner1Pane" runat="server"></div>
</div>
<div class="mainarea">
<div class="videoarea">
<div id="ContentPane" class="ContentPane" runat="server"></div>
<div id="Banner2Pane" class="Banner2Pane" runat="server"></div>
</div>
<div id="TabPlayerPane" class="TabPlayerPane" runat="server"></div>
</div>
<div class="bottomarea">
<div id="Banner3Pane" class="Banner3Pane" runat="server"></div>
<div id="LinksPane" class="LinksPane" runat="server"></div>
<div id="CopyrightPane" class="CopyrightPane" runat="server"></div>
</div>
</div>
<div style="clear:both;"></div>
</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1000 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -0,0 +1,233 @@
/*
Theme Name: CSS inicial
Theme URI: http://rudeworks.com/blog/css-inicial-2/
Author: RUDE
Author URI: http://rudeworks.com
Version: 2.0
Description: CSS básico con arreglos y selectores pre-configurados.
*/
/* Elementos que queremos limpiar completamente: */
* {
}
html {
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
font-size: 8px;
text-shadow: #000 0px 0px 0px;/* Elimina el efecto bold en Safari */
}
/* Para empezar un layout centrado: */
body {
text-align: center;/* Hack para que IE6 no de problemas */
}
ul {
list-style: none;
list-style-type: none;
}
/* Ajustes tipográficos */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
font-weight: normal;
margin: 0 0 1em 0;
}
cite, em, dfn {
font-style: italic;
}
sup {
position: relative;
bottom: 0.3em;
vertical-align: baseline;
}
sub {
position: relative;
bottom: -0.2em;
vertical-align: baseline;
}
li, dd, blockquote {
margin-left: 1em;
}
code, kbd, samp, pre, tt, var, input[type='text'], textarea {
font-family: "Lucida Console", courier, mono-space;
}
del {
text-decoration: line-through;
}
ins, dfn {
border-bottom: 1px solid #ccc;
}
small, sup, sub {
font-size: 85%;
}
abbr, acronym {
text-transform: uppercase;
font-size: 85%;
letter-spacing: .1em;
border-bottom-style: dotted;
border-bottom-width: 1px;
}
a abbr, a acronym {
border: none;
}
sup {
vertical-align: super;
}
sub {
vertical-align: sub;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.8em;
}
h3 {
font-size: 1.6em;
}
h4 {
font-size: 1.4em;
}
h5 {
font-size: 1.2em;
}
h6 {
font-size: 1em;
}
/*** LINKS: Recuerda utilizar siempre la regla del LoVe-HAte ***/
a, a:link, a:visited, a:hover, a:active {
text-decoration: none;
}
a img {
border: none;
text-decoration: none;
}
img {
border: none;
text-decoration: none;
/*
Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga
*/
}
/* Formularios */
label, button {
cursor: pointer;
}
input:focus, select:focus, textarea:focus {
background-color: #FFF;
}
fieldset {
border: none;
}
/* Clases utiles */
.clear {
clear: both;
}
.float-left {
float: left;
}
.float-right {
float: right;
}

View File

@ -0,0 +1,53 @@
/* -----------------------------------
PLAYLIST
-----------------------------------*/
.TabPlayerPane ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
.TabPlayerPane li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
.TabPlayerPane .itemlist {
height: 90px;
min-height: 90px;
margin: 10px 0 0 0;
padding-left: 92px;
position: relative;
line-height: 13px;
border-bottom: 1px dotted #AEB3FF;
}
.TabPlayerPane .itemlist .thumb {
width: 80px;
height: 80px;
top: 0px;
left: 0px;
position: absolute;
}

View File

@ -0,0 +1,535 @@
/* ================================
CSS STYLES FOR DotNetNuke
================================
*/
@import url("initial.css");
@import url("playlist.css");
/* -----------------------------------------------------------------------------
Estilos generales
----------------------------------------------------------------------------- */
html {
}
body {
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #ccc;
background-color: #000136;
background-image: url(fondo-foco.png);
background-position: top;
background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, dt, h6 {
font-family: Verdana,Arial,Helvetica,sans-serif;
margin: 10px 0pt;
padding: 5px 0pt;
}
h1 {
font-size:1.8em;
}
h2 {
font-size:1.4em;
}
h3 {
font-size:1.2em;
}
h4 {
font-size:1em;
}
h5, td {
font-size:1em;
}
h6 {
font-size:0.95em;
}
tfoot, thead {
}
th {
}
a {
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
small {
}
big {
}
blockquote, pre {
}
ul li {
}
ul li li {
}
ul li li li {
}
ol li {
}
ol ol li {
}
ol ol ol li {
}
ol ul li {
}
hr {
height: 0;
background-color: transparent;
border: 0;
border-bottom: 1px dashed #9FBDE5;
}
/* -----------------------------------------------------------------------------
Estilos para layout
----------------------------------------------------------------------------- */
.wrapper {
margin: 0;
padding: 0;
width: 100%;
background-image: url(bg-wrapper.gif);
background-position: top;
background-repeat: repeat-x;
}
.page {
margin: 0 auto;
padding: 0;
width: 990px;
text-align: left;
position: relative;
background-color: transparent;
}
.toparea {
width: 100%;
clear: both;
height: 140px;
min-height: 140px;
overflow: visible;
}
.adminarea {
margin: 0;
padding: 0;
text-align: right;
width: 100%;
min-height: 30px;
clear: both;
}
.adminarea .adminmenu, .adminarea .loginmenu {
margin: 6px 8px 0 8px;
}
.adminarea .adminmenu {
width: 500px;
float: left;
}
.adminarea .loginmenu {
width: 300px;
float: right;
}
.navarea {
width: 100%;
clear: both;
height: 25px;
}
.mainarea {
width: 100%;
clear: both;
overflow: hidden;
}
.videoarea {
float: left;
overflow: hidden;
}
.bottomarea {
width: 100%;
clear: both;
overflow: hidden;
}
/* -----------------------------------------------------------------------------
Estilos para paneles
----------------------------------------------------------------------------- */
.LogoPane {
float: left;
width: 235px;
}
.LogoPane .Normal {
padding: 0;
margin: 0;
}
.Banner1Pane {
float: right;
width: 750px;
}
.ContentPane,
.VideoPlayerPane {
width: 650px;
height: 550px;
}
.Banner2Pane {
width: 650px;
height: 90px;
}
.TabPlayerPane {
float: right;
width: 330px;
height: 400px;
max-height: 400px;
overflow: visible;
}
.Banner3Pane {
display: none;
}
.LinksPane {
display: none;
}
.LoginPane {
}
.CopyrightPane {
}
/* -----------------------------------------------------------------------------
Estilos DotNetNuke
----------------------------------------------------------------------------- */
/* PAGE BACKGROUND */
/* background color for the header at the top of the page */
.HeadBg {
}
.ControlPanel {
background-color: #fff;
}
/* background/border colors for the selected tab */
.TabBg {
}
/* text style for the selected tab */
.SelectedTab {
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
}
A.SelectedTab:visited {
}
A.SelectedTab:hover {
}
A.SelectedTab:active {
}
/* text style for the unselected tabs */
.OtherTabs {
}
/* hyperlink style for the unselected tabs */
a.OtherTabs:link {
}
a.OtherTabs:visited {
}
a.OtherTabs:hover {
}
a.OtherTabs:active {
}
/* GENERAL */
/* style for module titles */
.Head {
font-size: 16px;
font-weight: bold;
color: #111;
}
/* style of item titles on edit and admin pages */
.SubHead {
margin: 0;
padding: 6px 0;
color: #424d02;
font-size: 12px;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
font-size: 13px;
font-weight: bold;
color: #111;
}
/* text style used for most text rendered by modules */
.Normal {
font-size: 11px;
font-weight: normal;
color: #111;
padding-bottom: 8px;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
font-size: 11px;
font-weight: normal;
color: #000;
}
.NormalRed {
font-size: 11px;
font-weight: normal;
color: #B22222;
}
.NormalBold {
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
color: #111;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a.CommandButton:link {
}
a.CommandButton:visited {
}
a.CommandButton:hover {
}
a.CommandButton:active {
}
/* button style for standard HTML buttons */
.StandardButton {
}
.SkinObject {
color:#003366;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-weight: bold;
text-decoration: none;
}
a.SkinObject:link {
color:#003366;
text-decoration: underline;
}
a.SkinObject:visited {
color:#003366;
text-decoration: underline;
}
a.SkinObject:hover {
color:#003366;
text-decoration: underline;
}
a.SkinObject:active {
color:#003366;
text-decoration: underline;
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message {
}
/* style of item titles by Announcements and events */
.ItemTitle {
}
/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}
/* Main Menu */
.MainMenu_MenuContainer {
background-color:transparent;
}
.MainMenu_MenuBar {
background-color:transparent;
cursor:pointer;
height:16px;
}
.MainMenu_MenuItem {
background-color:transparent;
border-color:white;
border-style:solid;
border-width:1px 0px;
color:black;
cursor:pointer;
font-family:Tahoma,Arial,Helvetica;
font-size:9pt;
font-style:normal;
font-weight:bold;
}
.MainMenu_MenuIcon {
background-color:#EEEEEE;
border-bottom:1px solid #EEEEEE;
border-left:1px solid #EEEEEE;
border-top:1px solid #EEEEEE;
cursor:pointer;
height:21px;
text-align:center;
width:15px;
}
.MainMenu_SubMenu {
background-color:#FFFFFF;
border: 1px solid Black;
cursor:pointer;
z-index:9999;
padding: 5px;
}
.MainMenu_MenuBreak {
background-color:#EEEEEE;
border-color:#EEEEEE;
border-style:solid;
border-width:1px 0px;
height:1px;
}
.MainMenu_MenuItemSel {
background-color: #9cb801;
color: Black;
cursor: pointer;
font-family:Tahoma,Arial,Helvetica;
font-size:9pt;
font-style:normal;
font-weight:bold;
}
.MainMenu_MenuArrow {
border-bottom:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
border-top:0px solid #FFFFFF;
cursor: pointer;
font-family: webdings;
font-size: 10pt;
}
.MainMenu_RootMenuArrow {
cursor:pointer;
font-family:webdings;
font-size:10pt;
}
/* Login Styles */
.LoginPanel{
}
.LoginTabGroup{
}
.LoginTab {
}
.LoginTabSelected{
}
.LoginTabHover{
}
.LoginContainerGroup{
}
.LoginContainer{
}

View File

@ -0,0 +1,54 @@
<Objects>
<Object>
<Token>[LOGO]</Token>
<Settings>
</Settings>
</Object>
<Object>
<Token>[HOSTNAME]</Token>
<Settings>
</Settings>
</Object>
<Object>
<Token>[LINKS]</Token>
<Settings>
</Settings>
</Object>
<Object>
<Token>[LOGIN]</Token>
<Settings>
</Settings>
</Object>
<Object>
<Token>[USER]</Token>
<Settings>
</Settings>
</Object>
<Object>
<Token>[COPYRIGHT]</Token>
<Settings>
</Settings>
</Object>
<Object>
<Token>[CURRENTDATE]</Token>
<Settings>
<Setting>
<Name>ShowSite</Name>
<Value>True</Value>
</Setting>
</Settings>
</Object>
<Object>
<Token>[MENU]</Token>
<Settings>
<Setting>
<Name>display</Name>
<Value>horizontal</Value>
</Setting>
<Setting>
<Name>rootonly</Name>
<Value>false</Value>
</Setting>
</Settings>
</Object>
</Objects>