Exemplo n.º 1
0
		<script src="<?php 
echo sys::getFullSkinPath();
?>
js/loopedslider.js" type="text/javascript" charset="utf-8"></script>
	</head>
	<body>
		<div id="main">
			<hr class="noscreen" />
			<!-- Title + Subcategories -->
			<div id="title" class="box">
				<h1><?php 
echo htmlentities(sys::getTitle());
?>
</h1>
				<?php 
sys::displayGlobalMenu("<p id=\"subnav\">", "</p>", "", "<span>|</span>", "");
?>
			</div> <!-- /title -->
			<!-- Breadcrumbs -->
			<p id="breadcrumbs"><strong>Du bist hier:</strong> <?php 
sys::displayBreadcrumb(" / ", "breadcrumb", "bc");
?>
</p>
			<!-- Columns -->
			<div class="cols-top"></div>
			<div class="cols box">
				<!-- Content -->
				<div class="content">
					<!-- Perex -->
					<div class="perex">
						<p><?php 
Exemplo n.º 2
0
"></script>
    <?php 
sys::includeHeader();
?>
	<!--[if IE 7]>
		<link rel="stylesheet" href="<?php 
echo sys::getFullSkinPath();
?>
ie7.css">
	<![endif]-->
  </head>
  <body>
    <div id="header">
      <div id="globalmenu">
        <?php 
sys::displayGlobalMenu("<ul>", "</ul>", "<li>", " </li>", "");
?>
      </div>
    </div>
    <div id="logout">
        <?php 
echo htmlentities(sys::getCurrentUserName());
?>
 | <a href="<?php 
echo UrlRewriting::getUrlByAlias("admin/logout");
?>
">Logout</a>
    </div>
    <div id="breadcrumb">
      <?php 
sys::displayBreadcrumb(" -&gt; ", "breadcrump", "bc");
Exemplo n.º 3
0
        position:relative;
        margin-left:20%;
		<?php 
}
?>
      }
    </style>
  </head>
  <body>
      <div id="container">
	    <h1><?php 
echo sys::getTitle();
?>
</h1>
        <?php 
sys::displayGlobalMenu("<ul id=\"globalmenu\">", "</ul>", "<li>", " </li>", "globalmenu");
?>
		<div id="localmenu">
        <?php 
sys::displayLocalMenu("<ul>", "</ul>", "<li>", "</li>", "localmenuentry");
?>
		</div>
        <div id="content">
          <div id="breadcrump">
            <?php 
sys::displayBreadcrumb(" -&gt; ", "breadcrump", "bc");
?>
          </div>
          <?php 
if (isset($_POST['content']) && $_POST['content']) {
    echo $_POST['content'];
Exemplo n.º 4
0
		<div class="navbar navbar-inverse navbar-fixed-top">
			<div class="container">
				<div class="navbar-header">
					<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
						<span class="icon-bar"></span>
						<span class="icon-bar"></span>
						<span class="icon-bar"></span>
					</button>
					<a class="navbar-brand" href="./home.html"><?php 
echo sys::getTitle();
?>
</a>
				</div>
				<div class="navbar-collapse collapse">
					<?php 
sys::displayGlobalMenu("<ul class=\"nav navbar-nav\">", "</ul>", "<li>", "</li>", "");
?>
				</div><!--/.nav-collapse -->
			</div>
		</div>
		<div class="container theme-showcase">
			<?php 
if (Page::Current()->alias == "home") {
    ?>
				<!-- Main jumbotron for a primary marketing message or call to action -->
				<div class="jumbotron">
					<h1>Wettbewerb?</h1>
					<p>Mach mit bei unserem Quiz, du kannst jede Woche tolle Preise gewinnen.</p><p>Unter den Gewinnern werden jeden Sonntag folgende Bücher ausgelost: 
<ul><li>Wie Reiche denken und lenken von Ueli Mäder</li>
<li>1:12-Buch vom Denknetz und JUSO Schweiz</li>
</ul>
Exemplo n.º 5
0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN"
    "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
  <head>
    <?php 
sys::includeHeader();
?>
  </head>
  <body style="padding:3%">
	    <h1 style="font-size:90%"><?php 
echo sys::getTitle();
?>
</h1>
        <?php 
if (!$_GET['include']) {
    sys::displayGlobalMenu("<ol>", "</ol>", "<li>", " </li>", "globalmenu");
} else {
    echo "<ol><li><a href=\"/\">Startseite</a></li>";
}
?>
        <?php 
sys::displayLocalMenu("", "</ol>", "<li>", "</li>", "localmenu");
?>
        <div id="content">
          <?php 
sys::includeContent();
?>
		</div>
  </body>
</html>