Skip to content
Snippets Groups Projects
Commit bb30da92 authored by vogelor's avatar vogelor
Browse files

Added a new theme called no_navimg. This template removes the icons from the...

Added a new theme called no_navimg. This template removes the icons from the top-Navigation if you don't like them
parent d4db6047
No related branches found
No related tags found
No related merge requests found
Showing
with 317 additions and 0 deletions
@media all
{
#topNav a {
background-color: #D3D3D3;
background-position: center top;
background-repeat: no-repeat;
color:black;
display:inline-block;
height:20px;
padding-top:5px;
text-align:center;
text-decoration:none;
width:97px;
}
.topnav-admin {
background-image: none !important;
}
.topnav-client {
background-image: none !important;
}
.topnav-mail {
background-image: none !important;
}
.topnav-monitor {
background-image: none !important;
}
.topnav-sites {
background-image: none !important;
}
.topnav-dns {
background-image: none !important;
}
.topnav-tools {
background-image: none !important;
}
.topnav-help {
background-image: none !important;
}
.topnav- {
background-image: none !important;
}
.topnav-domain {
background-image: none !important;
}
}
\ No newline at end of file
interface/web/themes/default_no_navimg/icons/x16/arrow.png

590 B

interface/web/themes/default_no_navimg/icons/x16/arrow_180.png

590 B

interface/web/themes/default_no_navimg/icons/x16/arrow_stop.png

661 B

interface/web/themes/default_no_navimg/icons/x16/arrow_stop_180.png

656 B

<div class="uniForm">
<div id="errorMsg">
<h3>Error</h3>
<ol>
<li>###ERRORMSG###</li>
</ol>
</div>
</div>
\ No newline at end of file
<tmpl_dyninclude name="content_tpl">
\ No newline at end of file
<tmpl_dyninclude name="content_tpl">
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title><tmpl_var name="app_title"> <tmpl_var name="app_version"></title>
<meta http-equiv="Content-Type" content="text/html; charset=<tmpl_var name="html_content_encoding">"/>
<link href="themes/default/css/central.css" rel="stylesheet" type="text/css"/>
<!--[if lte IE 7]>
<link href="themes/default/css/patches/central.css" rel="stylesheet" type="text/css" />
<![endif]-->
<!--[if lte ie 6]>
<style type="text/css" media="screen">
/*
Move these to your IE specific stylesheet if possible
*/
.uniForm,
.uniForm fieldset,
.uniForm .ctrlHolder,
.uniForm .formHint,
.uniForm .buttonHolder,
.uniForm .ctrlHolder .multiField,
.uniForm .inlineLabel{ zoom:1; }
.uniForm .inlineLabels label, .uniForm .inlineLabels .label,
.uniForm .blockLabels label, .uniForm .blockLabels .label,
.uniForm .inlineLabel span{ padding-bottom: .2em; }
.uniForm .inlineLabel input,
.uniForm .inlineLabels .inlineLabel input,
.uniForm .blockLabels .inlineLabel input{ margin-top: -.3em; }
</style>
<![endif]-->
<!--[if gt ie 6]>
<style type="text/css" media="screen">
/*
Move these to your IE specific stylesheet if possible
*/
.uniForm,
.uniForm fieldset,
.uniForm .ctrlHolder,
.uniForm .formHint,
.uniForm .buttonHolder,
.uniForm .ctrlHolder .multiField,
.uniForm .inlineLabel{ zoom:1; }
.uniForm .inlineLabels label, .uniForm .inlineLabels .label,
.uniForm .blockLabels label, .uniForm .blockLabels .label,
.uniForm .inlineLabel span{ padding-bottom: .2em; }
.uniForm .inlineLabel input,
.uniForm .inlineLabels .inlineLabel input,
.uniForm .blockLabels .inlineLabel input{ margin-top: -.3em; }
</style>
<![endif]-->
<link href="themes/default_no_navimg/css/additional.css" rel="stylesheet" type="text/css"/>
<link rel="shortcut icon" href="/themes/default/images/favicon.ico" />
<script type="text/javascript" src="js/yui/yahoo/yahoo-min.js"></script>
<script type="text/javascript" src="js/yui/connection/connection-min.js"></script>
<script type="text/javascript" src="js/scrigo.js.php"></script>
<script type="text/javascript" src="js/uni-form/jquery.js"></script>
<script type="text/javascript" src="js/uni-form/uni-form.jquery.js"></script>
</head>
<body onload="loadInitContent()">
<div id="page_margins">
<div id="page">
<div id="header">
<div id="topsubnav">
<!-- start: skip link navigation -->
<a class="skip" href="#navigation" title="skip link">Skip to the navigation</a><span class="hideme">.</span>
<a class="skip" href="#content" title="skip link">Skip to the content</a><span class="hideme">.</span>
<!-- end: skip link navigation -->
<span><a href="#logout" onclick="loadContent('login/logout.php');">LOGOUT</a><!-- | <a href="#" onclick="capp('help')">Help</a> | <a href="#">Imprint</a>--></span>
</div>
<h1 id="ir-HeaderLogo" class="swap"><span>ISPConfig 3</span></h1>
<span>hosting control panel</span>
</div>
<!-- begin: main navigation #nav -->
<div id="nav">
<a id="navigation" name="navigation"></a>
<!-- skiplink anchor: navigation -->
<div id="nav_main">
<div id="topNav">&nbsp;</div>
</div>
</div>
<!-- end: main navigation -->
<!-- begin: main content area #main -->
<div id="main">
<!-- begin: #col1 - first float column -->
<div id="col1">
<div id="col1_content" class="clearfix">
<div id="sideNav">&nbsp;</div>
</div>
</div>
<!-- end: #col1 -->
<!-- begin: #col3 static column -->
<div id="col3">
<div id="col3_content" class="clearfix">
<a id="content" name="content"></a>
<!-- skiplink anchor: Content -->
<form method="post" action="" id="pageForm" name="pageForm" enctype="multipart/form-data" class="uniForm">
<div id="pageContent"><!-- AJAX CONTENT --></div>
</form>
</div>
<div id="ie_clearing">&nbsp;</div>
<!-- End: IE Column Clearing -->
</div>
<!-- end: #col3 -->
</div>
<!-- end: #main -->
<!-- begin: #footer -->
<div id="footer">
Powered by <a href="<tmpl_var name="app_link">" target="_blank"><tmpl_var name="app_title"></a>
</div><!-- end: #footer -->
</div>
</body>
</html>
<tr>
<td width="128" height="26" background="themes/{tmpl_var name="theme"}/images/nav_top_bg.gif">&nbsp;</td>
<td rowspan="3" class="mainContent">
<table width="100%" height="100%" border="0" cellpadding="20" cellspacing="0">
<tr>
<td><iframe height="100%" width="100%" frameborder="0" name="content" src="{tmpl_var name="startpage"}"></iframe></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="128" align="right" valign="top" bgcolor="#DEE4F2"><table width="128" border="0" cellspacing="0" cellpadding="2">
<tr>
<td height="10">&nbsp;</td>
</tr>
<tr><td align="center">
<tmpl_loop name="nav_left">
<table bgcolor="#F4F6FB" width="115">
<tr>
<td class="navLeftHead"><tmpl_var name="title"></td>
</tr>
<tr>
<td>
<tmpl_loop name="items">
<a href="<tmpl_var name='link'>" class="navLeftItem" target="<tmpl_var name='target'>"><tmpl_var name="title"></a><br>
</tmpl_loop>
</td>
</tr>
</table>
<br />
</tmpl_loop>
</td></tr>
</table></td>
</tr>
<tr>
<td align="left" valign="bottom" bgcolor="#DEE4F2">&nbsp;</td>
</tr>
\ No newline at end of file
<tr>
<td width="128" height="26" background="themes/{tmpl_var name="theme"}/images/nav_top_bg.gif">&nbsp;</td>
<td rowspan="3" class="mainContent">
<table width="100%" height="100%" border="0" cellpadding="20" cellspacing="0">
<tr>
<td width="200"><iframe height="100%" width="100%" frameborder="0" name="navframe" src="{tmpl_var name="navframe_page"}"></iframe></td>
<td><iframe height="100%" width="100%" frameborder="0" name="content" src="{tmpl_var name="startpage"}"></iframe></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="128" align="right" valign="top" bgcolor="#DEE4F2"><table width="128" border="0" cellspacing="0" cellpadding="2">
<tr>
<td height="10">&nbsp;</td>
</tr>
<tr><td align="center">
<tmpl_loop name="nav_left">
<table bgcolor="#F4F6FB" width="115">
<tr>
<td class="navLeftHead"><tmpl_var name="title"></td>
</tr>
<tr>
<td>
<tmpl_loop name="items">
<a href="<tmpl_var name='link'>" class="navLeftItem" target="<tmpl_var name='target'>"><tmpl_var name="title"></a><br>
</tmpl_loop>
</td>
</tr>
</table>
<br />
</tmpl_loop>
</td></tr>
</table></td>
</tr>
<tr>
<td align="left" valign="bottom" bgcolor="#DEE4F2">&nbsp;</td>
</tr>
\ No newline at end of file
<ul id="submenu">
<tmpl_loop name="nav_left">
<li id="title">
<tmpl_if name="startpage">
<a href="#" onClick="loadContent('<tmpl_var name='startpage'>')">
</tmpl_if>
<tmpl_var name="title">
<tmpl_if name="startpage">
</a>
</tmpl_if>
</li>
<tmpl_loop name="items">
<li>
<tmpl_if name="link">
<a href="#" onClick="loadContent('<tmpl_var name='link'>')">
</tmpl_if>
<tmpl_var name="title">
<tmpl_if name="link">
</a>
</tmpl_if>
</li>
</tmpl_loop>
</tmpl_loop>
</ul>
<tmpl_if name="form_hint">
<h2><tmpl_var name="form_hint"></h2>
</tmpl_if>
<div class="tabbox_tabs">
<ul>
<tmpl_loop name="formTab">
<tmpl_if name="active">
<li class="active"><a href="javascript:changeTab('<tmpl_var name='name'>','<tmpl_var name='app_module'>/<tmpl_var name='form_action'>')"><tmpl_var name='title'></a></li>
<tmpl_else>
<li><a href="javascript:changeTab('<tmpl_var name='name'>','<tmpl_var name='app_module'>/<tmpl_var name='form_action'>')"><tmpl_var name='title'></a></li>
</tmpl_if>
</tmpl_loop>
</ul>
</div>
<div id="tabbox_content">
<tmpl_if name="msg">
<div id="OKMsg"><p><tmpl_var name="msg"></p></div>
</tmpl_if>
<tmpl_if name="error">
<div id="errorMsg"><h3>ERROR</h3><ol><tmpl_var name="error"></ol></div>
</tmpl_if>
<tmpl_dyninclude name="content_tpl">
</div>
<input type="hidden" name="next_tab" value="">
<input type="hidden" name="phpsessid" value="{tmpl_var name='phpsessid'}">
<ul id="topmenu">
<tmpl_loop name="nav_top">
<tmpl_if name="active">
<li id="topNav_current"><a href="#" class="topnav topnav-<tmpl_var name='module'>"><tmpl_var name="title"></a></li>
<tmpl_else>
<li><a href="#" onClick="capp('<tmpl_var name='module'>')" class="topnav topnav-<tmpl_var name='module'>"><tmpl_var name="title"></a></li>
</tmpl_if>
</tmpl_loop>
</ul>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment