Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...emergencyemergency
Previous
 
Next
New Post
4/5/2011 4:37 AM
 

and the code is :

<%@ Control language="vb" CodeBehind="~/admin/Skins/skin.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %>
<%@ Register TagPrefix="dnn" TagName="USER" Src="~/Admin/Skins/User.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LOGIN" Src="~/Admin/Skins/Login.ascx" %>
<%@ Register TagPrefix="dnn" TagName="MENU" Src="~/Admin/Skins/SolPartMenu.ascx" %>
<%@ Register TagPrefix="dnn" TagName="SEARCH" Src="~/Admin/Skins/Search.ascx" %>

<TABLE class="pagemaster" border="0" cellspacing="0" cellpadding="0"  >
<tr>
<td >&nbsp;</td>
</tr>
<tr>
<td >
<table width="768" style="border-left: #cccccc 1px solid;border-right: #cccccc 1px solid; " cellpadding="0" cellspacing="0" dir="rtl" align="center" bgcolor="#FFFFFF">
  <tr>
  <td><table  width="768" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td  width="500px" ><embed pluginspage="http://www.macromedia.com/go/getflash..."  src='<%# Page.ResolveUrl("~/images/ThemesImages/razaviehBanner.swf") %>'  
    width='500px'  height='144px'  type="application/x-shockwave-flash" bgcolor='' salign='LT' quality='high' menu='false' loop='False'></embed></td>
    <td bgcolor="#277b56" style="background-repeat:repeat-y;"></td>
 <td align="center" dir="rtl" class="TitlePart">السلام علیک یا علی ابن موسی الرضا (ع) <br /><br /><Br />
    <br /><img src="LOgoRAzavieh.gif" runat="server"/></td>
  </tr>
</table>
  </td>
  </tr>
  <tr>
    <td colspan="3" bgcolor="#deede3" border="0" >
    <div style="float:right;padding-top:3px;border:0">&nbsp; <img src="icon_hostusers_16px.gif" width="16" height="16" alt="ورود به سایت" runat="server"/>
      <dnn:LOGIN runat="server" id="dnnLOGIN2" CssClass="loginText" />
&nbsp;  &nbsp;
<dnn:USER runat="server" id="dnnUSER2" CssClass="loginText" /></div>
    <div style="float:left;padding-top:4px;border:0"><dnn:SEARCH runat="server" id="dnnSEARCH" CssClass="loginText" UseDropDownList="True" submit="&lt;img src=&quot;icon_search.gif&quot; border=&quot;0&quot; alt=&quot;جستجو&quot; /&gt;" /></div> </td>
  </tr>
  <tr>
    <td colspan="3" align="right" bgcolor="#f4f1ed" height="30px" dir="rtl"  border="0">
    <dnn:MENU runat="server" id="dnnMENU"
      rootmenuitembreadcrumbcssclass="rootmenuitembreadcrumb" rootmenuitemactivecssclass="rootmenuitemactive" userootbreadcrumbarrow="false" usearrows="true" rightarrow="menu_arrow2.gif" downarrow="spacer.gif" useskinpatharrowimages="true" display="horizontal"  rightseparatorbreadcrumb="&lt;div class='rightseparatoron' /&gt;" /></td>
  </tr>
  <tr>
    <td colspan="3" align="right"  class="UnderMenu"  border="0">&nbsp;</td>
  </tr>
  <tr>
    <td width="50px" rowspan="2"  border="0"><img src="50pxH.gif" width="50" height="1" /></td>
    <td width="100%"  border="0">
     <TABLE cellspacing="1" cellpadding="0" width="100%" border="0" height="100%"> 
   <TR>
  <TD class="toppane" width="768" colspan="2" id="TopPane" runat="server" valign="top" align="center"  border="0"></TD>
   </TR>
   <TR valign="top">
  <TD class="contentpane" id="ContentPane" runat="server" valign="top" align="center"  border="0"></TD>
  <TD class="leftpane" id="LeftPane" runat="server" valign="top" align="center"  border="0">  </TD>
   </TR>
  </TABLE>
  <TABLE cellspacing="1" cellpadding="0" width="100%" border="0">
   <TR>
    <TD class="leftpane" id="LeftPane2" runat="server" valign="top" align="center"  border="0"></TD>
  <TD class="contentpane" id="ContentPane2" runat="server" valign="top" align="center"  border="0"></TD>
   <TR>
   </TABLE>
   <TABLE cellspacing="1" cellpadding="0" width="100%" border="0">
   <TR>
    <TD class="leftpane3" id="LeftPane3" runat="server" valign="top" align="center"  border="0"></TD>
  <TD class="contentpane3" id="ContentPane3" runat="server" valign="top" align="center"  border="0"></TD>
  <TD class="rightpane3" id="RightPane3" runat="server" valign="top" align="center"  border="0"></TD>
   </TR>
   <TR>
  <TD class="bottompane" colspan="3" id="BottomPane" runat="server" valign="top" align="center"  border="0"></TD>
   </TR>
 </TABLE> 
    </td>
    <td width="50px" rowspan="2"  border="0"><img src="50pxH.gif" width="50" height="1" /></td>
  </tr>
  <tr>
    <td class="Powered" align="left"  border="0"><a href="http://www.radmanitd.com" title="شرکت توسعه فناوری رادمان" style="color:#4e9219;font-weight:bold;"> Powered by Radman ITD Co</a></td>
  </tr>
  <tr>
    <td colspan="3" bgcolor="#deede3"  border="0">&nbsp;</td>
  </tr>
</table>
</td>
</tr>
</TABLE>

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...emergencyemergency


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out