first commit
This commit is contained in:
96
templates/modern/patronendetails.html
Executable file
96
templates/modern/patronendetails.html
Executable file
@ -0,0 +1,96 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
|
||||
<head>
|
||||
<title>Patronendetail</title>
|
||||
<meta name="generator" content="namo webeditor" />
|
||||
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css" />
|
||||
|
||||
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
|
||||
<script type="text/javascript" src="js/ajaxtabs.js">
|
||||
|
||||
/***********************************************
|
||||
* Ajax Tabs Content script v2.2- <20> Dynamic Drive DHTML code library (www.dynamicdrive.com)
|
||||
* This notice MUST stay intact for legal use
|
||||
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
|
||||
***********************************************/
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
|
||||
|
||||
|
||||
|
||||
<div class="header">
|
||||
<div>
|
||||
<div>Brother LC-1100 BK</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tab_box">
|
||||
<div id="pattab" class="animatedtabs">
|
||||
<ul>
|
||||
<li><a href="patronendetails_ubersicht.html" class="selected" rel="#iframe"><span><EFBFBD>bersicht</span></a></li>
|
||||
<li><a href="patronendetails_inhalt.html" rel="#iframe"><span>Inhalt</span></a></li>
|
||||
<li><a href="patronendetails_preise.html" rel="#iframe"><span>Preise</span></a></li>
|
||||
<li><a href="patronendetails_material.html" rel="#iframe"><span>Material</span></a></li>
|
||||
<li><a href="patronendetails_drucker.html" rel="#iframe"><span>Drucker</span></a></li>
|
||||
<li><a href="patronendetails_details.html" rel="#iframe"><span>Details</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="pat_list_box">
|
||||
<div id="pattabcontainer" style="margin-bottom:1em; padding:0px; border-width:1px; border-color:gray; border-style:solid; height:200px;">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var mypets=new ddajaxtabs("pattab", "pattabcontainer")
|
||||
mypets.setpersist(false)
|
||||
mypets.setselectedClassTarget("link")
|
||||
mypets.init()
|
||||
</script>
|
||||
|
||||
<div class="pat_list_box">
|
||||
<table border="1" width="93%" cellspacing="0" bordercolordark="white" bordercolorlight="lightgray">
|
||||
<tr>
|
||||
<td width="50%" align="left" valign="top">
|
||||
<p>Hinweise Hauptfamilie:</p>
|
||||
<p>Hier stehen die kompletten Hinweise der Hauptfamilie und der Familienkategorien.</p>
|
||||
</td>
|
||||
<td width="50%" align="left" valign="top">
|
||||
<p>Eigene Hinweise:</p>
|
||||
<p>Hier stehen die Eigenen Hinweise. Nur f<>r die eigene DT.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="tab_box">
|
||||
<div id="filltab" class="animatedtabs">
|
||||
<ul>
|
||||
<li><a href="external1.html" rel="#iframe"><span>Admin</span></a></li>
|
||||
<li><a href="external2.html" class="selected" rel="#iframe"><span>DT-LE</span></a></li>
|
||||
<li><a href="external3.html" rel="#iframe"><span>DT-WN</span></a></li>
|
||||
<li><a href="external4.html" rel="#iframe"><span>erfassen</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="pat_list_box">
|
||||
<div id="filltabcontainer" style="margin-bottom:1em; padding:5px; border-width:1px; border-color:gray; border-style:solid; height:350px;">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var mypets=new ddajaxtabs("filltab", "filltabcontainer")
|
||||
mypets.setpersist(false)
|
||||
mypets.setselectedClassTarget("link")
|
||||
mypets.init()
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user