modif tpl

This commit is contained in:
nicosomb 2013-04-21 12:17:56 +02:00
parent bbff4b57a9
commit cddd8e90f4
6 changed files with 16 additions and 20 deletions

View File

@ -1,3 +1,4 @@
<div id="content">
{loop="entries"}
<div id="entry-{$value.id}" class="entrie mb2">
<span class="content">
@ -13,4 +14,5 @@
</div>
</span>
</div>
{/loop}
{/loop}
</div>

View File

@ -1,6 +1,4 @@
</div>
</div>
</div>
<footer class="mr2 mt3 smaller">
<p>powered by <a href="http://inthepoche.com">poche</a><br />follow us on <a href="https://twitter.com/getpoche" title="follow us on twitter">twitter</a></p>
</footer>

View File

@ -19,9 +19,4 @@
<link rel="stylesheet" href="./css/style-light.css" media="all" title="light-style">
<!-- Dark Theme -->
<link rel="alternate stylesheet" href="./css/style-dark.css" media="all" title="dark-style">
</head>
<body class="light-style">
<header>
<h1><img src="./img/logo.png" alt="logo poche" />poche</h1>
</header>
<div id="main">
</head>

View File

@ -1,3 +1,8 @@
<body class="light-style">
<header>
<h1><img src="./img/logo.png" alt="logo poche" />poche</h1>
</header>
<div id="main">
<ul id="links">
<li><a href="index.php" {if="$view == 'index'"}class="current"{/if}>home</a></li>
<li><a href="?view=fav" {if="$view == 'fav'"}class="current"{/if}>favorites</a></li>
@ -9,4 +14,3 @@
<li><img src="img/up.png" onclick="sort_links('{$view}', 'ia');" title="by date asc" /> by date <img src="img/down.png" onclick="sort_links('{$view}', 'id');" title="by date desc" /></li>
<li><img src="img/up.png" onclick="sort_links('{$view}', 'ta');" title="by title asc" /> by title <img src="img/down.png" onclick="sort_links('{$view}', 'td');" title="by title desc" /></li>
</ul>
<div id="content">

View File

@ -1,5 +1,9 @@
{include="head"}
<div>
<body class="light-style">
<header>
<h1><img src="./img/logo.png" alt="logo poche" />poche</h1>
</header>
<div id="main">
<form method="post" action="?login" name="loginform">
<fieldset>
<h2>login to your poche</h2>

View File

@ -47,13 +47,6 @@
<div class="backhome">
<a href="index.php" title="back to home">&larr;</a>
</div>
</div>
{include="js"}
<footer class="mr2 mt3 smaller">
<p>powered by <a href="http://inthepoche.com">poche</a><br />follow us on <a href="https://twitter.com/getpoche" title="follow us on twitter">twitter</a></p>
</footer>
</body>
</html>
{include="footer"}