préparation de la 0.5
BIN
trunk/template/lego/design/gradient_blue.png
Normal file
|
After Width: | Height: | Size: 296 B |
BIN
trunk/template/lego/design/gradient_gray.png
Normal file
|
After Width: | Height: | Size: 205 B |
BIN
trunk/template/lego/design/gradient_gray_small.png
Normal file
|
After Width: | Height: | Size: 186 B |
BIN
trunk/template/lego/design/gradient_gray_small_2.png
Normal file
|
After Width: | Height: | Size: 182 B |
BIN
trunk/template/lego/design/gradient_orange.png
Normal file
|
After Width: | Height: | Size: 301 B |
BIN
trunk/template/lego/design/gradient_purple.png
Normal file
|
After Width: | Height: | Size: 313 B |
BIN
trunk/template/lego/design/rss_big.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
96
trunk/template/lego/gallery_template.html
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
|
||||
|
||||
<head>
|
||||
|
||||
<title>{general.title}</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/HTML; charset=utf-8" />
|
||||
<meta name=" robot" content="follow, index, all" />
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.php" />
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS: 10 items" href="rss.php?limit=10" />
|
||||
<link rel="stylesheet" type="text/css" href="{general.template_folder}/{general.template_name}/style.css" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<!-- HEAD -->
|
||||
<div id="head">
|
||||
<span id="title_block" class="head_block">
|
||||
<h1 id="site_title">{general.title}</h1>
|
||||
<p id="site_desc">{general.description}</p>
|
||||
<span id="site_wotd">
|
||||
<p id="wotd_title">{lang.wotd}:</p>
|
||||
<ul id="wotd_text">{general.wotd:h}</ul>
|
||||
</span>
|
||||
</span>
|
||||
<span id="site_block" class="head_block">
|
||||
<ul id="site_map">
|
||||
<li><a href="..">{lang.accueil}</a></li>
|
||||
<li><a href="{general.forum}">{lang.forum}</a></li>
|
||||
<li><a href="{geenral.shop}">{lang.boutique}</a></li>
|
||||
<li><a href="mailto:{general.email}">{lang.contact}</a></li>
|
||||
</ul>
|
||||
</span>
|
||||
<div id="feed_block" class="head_block">
|
||||
<ul id="feed_list">
|
||||
<li><a class="feed" id="feed_main" href="rss.php">{lang.rss}</a></li>
|
||||
<li><a class="feed" href="rss.php?limit=10">10</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- NAV -->
|
||||
<ul class="nav_bar" id="nav_top">
|
||||
<li><a id="navfirst" href="{nav_first}">{lang.premier}</a></li>
|
||||
<li><a id="navprev" href="{nav_prev}">{lang.precedent}</a></li>
|
||||
<li><a id="navnext" href="{nav_next}">{lang.suivant}</a></li>
|
||||
<li><a id="navlast" href="{nav_last}">{lang.dernier}</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<!-- STRIP -->
|
||||
<div id="strip_block">
|
||||
{foreach:items_list,id,strip}
|
||||
<div class="shadow">
|
||||
<a href="{general.url}/{strip.nav_base_url}{strip.current_id}{strip.nav_lang_url}">
|
||||
<img class="stripbox"
|
||||
src="{general.url}/{strip.thumbnail}"
|
||||
title="{strip.title}"
|
||||
style="width:{general.thumb_size}px;"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
{end:}
|
||||
</div>
|
||||
|
||||
<!-- NAV -->
|
||||
<ul class="nav_bar" id="nav_bottom">
|
||||
<li><a id="navfirst" href="{nav_first}">{lang.premier}</a></li>
|
||||
<li><a id="navprev" href="{nav_prev}">{lang.precedent}</a></li>
|
||||
<li><a id="navnext" href="{nav_next}">{lang.suivant}</a></li>
|
||||
<li><a id="navlast" href="{nav_last}">{lang.dernier}</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<!-- FOOT -->
|
||||
<div id="foot">
|
||||
<p>{lang.see_also}
|
||||
<ul id="link_bar">
|
||||
{foreach:general.see_also,name,url}
|
||||
<li><a href="{url}">{name}</a></li>
|
||||
{end:}
|
||||
</ul>
|
||||
</p>
|
||||
<p>{lang.propulse} <a href="http://stripit.sourceforge.net/">Strip-It</a>, {lang.descstrip} ({general.version}).</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
||||
207
trunk/template/lego/style.css
Normal file
|
|
@ -0,0 +1,207 @@
|
|||
html {
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color:black;
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
}
|
||||
|
||||
a {
|
||||
color:white;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
}
|
||||
|
||||
.spacer {
|
||||
clear:right;
|
||||
}
|
||||
|
||||
/* HEAD */
|
||||
|
||||
#head {
|
||||
}
|
||||
|
||||
.head_block {
|
||||
float:left;
|
||||
height:113px;
|
||||
padding:0.5em;
|
||||
margin:0 1% 0 0.5%;
|
||||
-moz-border-radius:10px;
|
||||
background-position:bottom left;
|
||||
}
|
||||
|
||||
#title_block {
|
||||
width:60%;
|
||||
background-image:url("design/gradient_blue.png");
|
||||
background-color:#5276dd;
|
||||
}
|
||||
|
||||
#site_block {
|
||||
text-align:center;
|
||||
width:15%;
|
||||
background-color:#9652dd;
|
||||
background-image:url("design/gradient_purple.png");
|
||||
background-color:#9052dd;
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
#site_wotd {
|
||||
text-align:right;
|
||||
color:white;
|
||||
position:absolute;
|
||||
top:1em;
|
||||
right:40%;
|
||||
font-size:small;
|
||||
}
|
||||
|
||||
#wotd_title {
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
ul#wotd_text {
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
ul#site_map {
|
||||
list-style:none;
|
||||
padding:0px;
|
||||
margin-top:20px;
|
||||
}
|
||||
|
||||
#feed_block {
|
||||
text-align:center;
|
||||
width:15%;
|
||||
background-image:url("design/gradient_orange.png");
|
||||
background-color:#ff8400;
|
||||
}
|
||||
|
||||
#feed_list {
|
||||
background-image:url("design/rss_big.png");
|
||||
background-repeat:no-repeat;
|
||||
background-position:right bottom;
|
||||
padding-right:95px;
|
||||
padding-top:45px;
|
||||
margin:0px;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
ul#feed_list>li {
|
||||
margin:0px;
|
||||
}
|
||||
|
||||
h1#site_title {
|
||||
color:white;
|
||||
}
|
||||
|
||||
#site_desc {
|
||||
color:white;
|
||||
font-size:small;
|
||||
}
|
||||
|
||||
|
||||
/* NAV */
|
||||
|
||||
ul.nav_bar {
|
||||
list-style:none;
|
||||
text-align:center;
|
||||
padding-top:170px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
ul.nav_bar>li {
|
||||
display:inline;
|
||||
margin-left:5px;
|
||||
margin-bottom:0px;
|
||||
|
||||
padding:10px;
|
||||
background-image:url("design/gradient_gray_small_2.png");
|
||||
background-position:bottom;
|
||||
}
|
||||
|
||||
#nav_bottom {
|
||||
margin:0px;
|
||||
margin-top:10px;
|
||||
padding:0px;
|
||||
}
|
||||
|
||||
ul#nav_bottom>li {
|
||||
background-image:url("design/gradient_gray_small.png");
|
||||
background-position:top;
|
||||
}
|
||||
|
||||
|
||||
/* STRIP */
|
||||
|
||||
#strip_block {
|
||||
background-color:white;
|
||||
-moz-border-radius:20px;
|
||||
width: 900px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top:0px;
|
||||
text-align:center;
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
img#strip {
|
||||
border:thin solid black;
|
||||
background-color:white;
|
||||
margin-top:1em;
|
||||
margin-bottom:1em;
|
||||
}
|
||||
|
||||
.sub_block {
|
||||
text-align:left;
|
||||
-moz-border-radius:10px;
|
||||
margin:10px;
|
||||
padding:10px;
|
||||
width:400px;
|
||||
}
|
||||
|
||||
#meta_block {
|
||||
}
|
||||
|
||||
#info_block {
|
||||
background-color:#5276dd;
|
||||
color:white;
|
||||
}
|
||||
|
||||
#info_plus_block {
|
||||
background-color:#5276dd;
|
||||
color:white;
|
||||
font-size:small;
|
||||
}
|
||||
|
||||
#comments_block {
|
||||
background-color:#99aeeb;
|
||||
}
|
||||
|
||||
.stripbox {
|
||||
}
|
||||
|
||||
|
||||
/* FOOT */
|
||||
|
||||
#foot {
|
||||
background-image:url("design/gradient_gray.png");
|
||||
background-color:black;
|
||||
background-position:bottom;
|
||||
color:white;
|
||||
text-align:center;
|
||||
padding:0.2em;
|
||||
margin:1%;
|
||||
}
|
||||
|
||||
ul#link_bar {
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
ul#linkbar>li {
|
||||
display:inline;
|
||||
margin-left:1em;
|
||||
}
|
||||
114
trunk/template/lego/template.html
Normal file
|
|
@ -0,0 +1,114 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
|
||||
|
||||
<head>
|
||||
|
||||
<title>{general.title} - {title}</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/HTML; charset=utf-8" />
|
||||
<meta name=" robot" content="follow, index, all" />
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.php" />
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS: 10 items" href="rss.php?limit=10" />
|
||||
<link rel="stylesheet" type="text/css" href="{general.template_folder}/{general.template_name}/style.css" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<!-- HEAD -->
|
||||
<div id="head">
|
||||
<span id="title_block" class="head_block">
|
||||
<h1 id="site_title">{general.title}</h1>
|
||||
<p id="site_desc">{general.description}</p>
|
||||
<span id="site_wotd">
|
||||
<p id="wotd_title">{lang.wotd}:</p>
|
||||
<ul id="wotd_text">{general.wotd:h}</ul>
|
||||
</span>
|
||||
</span>
|
||||
<span id="site_block" class="head_block">
|
||||
<ul id="site_map">
|
||||
<li><a href="..">{lang.accueil}</a></li>
|
||||
<li><a href="{general.forum}">{lang.forum}</a></li>
|
||||
<li><a href="{geenral.shop}">{lang.boutique}</a></li>
|
||||
<li><a href="mailto:{general.email}">{lang.contact}</a></li>
|
||||
</ul>
|
||||
</span>
|
||||
<div id="feed_block" class="head_block">
|
||||
<ul id="feed_list">
|
||||
<li><a class="feed" id="feed_main" href="rss.php">{lang.rss}</a></li>
|
||||
<li><a class="feed" href="rss.php?limit=10">10</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- NAV -->
|
||||
<ul class="nav_bar" id="nav_top">
|
||||
<li><a id="navfirst" href="{nav_first}">{lang.premier}</a></li>
|
||||
<li><a id="navprev" href="{nav_prev}">{lang.precedent}</a></li>
|
||||
<li><a id="navnext" href="{nav_next}">{lang.suivant}</a></li>
|
||||
<li><a id="navlast" href="{nav_last}">{lang.dernier}</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<!-- STRIP -->
|
||||
<div id="strip_block">
|
||||
<img id="strip" class="content" src="{img_src}" alt="{text}" />
|
||||
|
||||
<table id="meta_block" cellpadding="0" cellspacing="20">
|
||||
<tr>
|
||||
<td id="info_block" class="sub_block">
|
||||
<h2 id="title">« {title} »</h2>
|
||||
<p id="description">{description:h}</p>
|
||||
</td>
|
||||
|
||||
<td rowspan="2" id="comments_block" class="sub_block" valign="top">
|
||||
{lang.comments} :
|
||||
<ul id="comments">
|
||||
{comments:h}
|
||||
</ul>
|
||||
<a href="{forum_post_url}">{lang.forum_new}</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td id="info_plus_block" class="sub_block">
|
||||
<p id="author">© {author}</p>
|
||||
<p id="date">{date}</p>
|
||||
<p id="source"><a href="{source}">{lang.source}</a></p>
|
||||
<p id="license">{lang.licence} : <a href="{license}">{license}</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- NAV -->
|
||||
<ul class="nav_bar" id="nav_bottom">
|
||||
<li><a id="navfirst" href="{nav_first}">{lang.premier}</a></li>
|
||||
<li><a id="navprev" href="{nav_prev}">{lang.precedent}</a></li>
|
||||
<li><a id="navnext" href="{nav_next}">{lang.suivant}</a></li>
|
||||
<li><a id="navlast" href="{nav_last}">{lang.dernier}</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<!-- FOOT -->
|
||||
<div id="foot">
|
||||
<p>{lang.see_also}
|
||||
<ul id="link_bar">
|
||||
{foreach:general.see_also,name,url}
|
||||
<li><a href="{url}">{name}</a></li>
|
||||
{end:}
|
||||
</ul>
|
||||
</p>
|
||||
<p>{lang.propulse} <a href="http://stripit.sourceforge.net/">Strip-It</a>, {lang.descstrip} ({general.version}).</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
||||