init files
Dieser Commit ist enthalten in:
Ursprung
d41e3b5158
Commit
16ad56ae48
41 geänderte Dateien mit 8754 neuen und 0 gelöschten Zeilen
36
templates/content_top.html
Normale Datei
36
templates/content_top.html
Normale Datei
|
|
@ -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 xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>mod_rewrite_content_menu_top</title>
|
||||
<meta http-equiv="expires" content="0" />
|
||||
<meta http-equiv="cache-control" content="no-cache" />
|
||||
<meta http-equiv="pragma" content="no-cache" />
|
||||
<link rel="stylesheet" type="text/css" href="styles/contenido.css" />
|
||||
<script type="text/javascript"><!--
|
||||
// session-id
|
||||
var sid = "{SESSID}";
|
||||
// --></script>
|
||||
<style type="text/css"><!--
|
||||
img {border:none;}
|
||||
// --></style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="navcontainer">
|
||||
<div style="float:left;">
|
||||
<img src="images/frame_handle_re.gif" style="border:0px;float:left;" alt="" />
|
||||
<img style="margin:7px 0 0 7px;" id="toggleimage" onclick="parent.parent.frameResize.toggle()" src="images/spacer.gif" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript"><!--
|
||||
if (parent.parent.frames[0].name != "header") {
|
||||
parent.parent.frameResize.init();
|
||||
parent.parent.frameResize.toggle();
|
||||
}
|
||||
// --></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren