Feature Requests #1949622 (Mise en cache + ré-organisation des répertoires)
This commit is contained in:
parent
2bcfa77206
commit
87ce31754a
14 changed files with 318 additions and 96 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<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="stylesheet" type="text/css" href="style_default.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{general.template_folder}/{general.template_name}/style.css" />
|
||||
|
||||
</head>
|
||||
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
<div class="centering">
|
||||
{foreach:items_list,id,strip}
|
||||
<div class="shadow">
|
||||
<a href="{general.url}/{strip.nav_base_url}{strip.current_id}">
|
||||
<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}"
|
||||
|
|
@ -62,4 +62,4 @@
|
|||
</body>
|
||||
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
@ -6,8 +6,8 @@ html {
|
|||
body {
|
||||
background-color:#bebfc1;
|
||||
text-align:center;
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
@ -30,18 +30,18 @@ a:hover {
|
|||
}
|
||||
|
||||
#footbar {
|
||||
color:white;
|
||||
font-size:small;
|
||||
text-align:center;
|
||||
background-color:#1f6cd0;
|
||||
background-image:url("design/gradient2.png");
|
||||
background-position:bottom left;
|
||||
background-repeat:repeat-x;
|
||||
border-top:thin solid black;
|
||||
border-bottom:thin solid black;
|
||||
margin-top:1em;
|
||||
padding-bottom:1em;
|
||||
clear:left;
|
||||
color:white;
|
||||
font-size:small;
|
||||
text-align:center;
|
||||
background-color:#1f6cd0;
|
||||
background-image:url("design/gradient2.png");
|
||||
background-position:bottom left;
|
||||
background-repeat:repeat-x;
|
||||
border-top:thin solid black;
|
||||
border-bottom:thin solid black;
|
||||
margin-top:1em;
|
||||
padding-bottom:1em;
|
||||
clear:left;
|
||||
}
|
||||
#title {
|
||||
font-size:large;
|
||||
|
|
@ -59,7 +59,7 @@ a:hover {
|
|||
.stripbox {
|
||||
border:1px solid black;
|
||||
background-color:white;
|
||||
float:left;
|
||||
float:left;
|
||||
}
|
||||
|
||||
#strip {
|
||||
|
|
@ -194,13 +194,13 @@ a:hover {
|
|||
|
||||
|
||||
#linkbar {
|
||||
display:inline;
|
||||
display:inline;
|
||||
margin-top:2em;
|
||||
list-style:none;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
ul#linkbar li {
|
||||
display:inline;
|
||||
display:inline;
|
||||
}
|
||||
|
||||
#main {
|
||||
|
|
@ -208,11 +208,11 @@ ul#linkbar li {
|
|||
}
|
||||
|
||||
#shop_infos {
|
||||
font-size:medium;
|
||||
font-weight:bold;
|
||||
font-size:medium;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
#forum {
|
||||
font-size:medium;
|
||||
font-weight:bold;
|
||||
}
|
||||
}
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<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="stylesheet" type="text/css" href="style_default.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{general.template_folder}/{general.template_name}/style.css" />
|
||||
|
||||
</head>
|
||||
|
||||
|
|
@ -71,4 +71,4 @@
|
|||
</body>
|
||||
|
||||
|
||||
</html>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue