X-Git-Url: http://git.dj3c1t.com/?a=blobdiff_plain;f=app%2Fout%2Fdefault%2Fviews%2Fsources%2Fpiste%2Fview.php;h=c72fff5227bf80b236e2b8433e6d98ded5f92370;hb=39104f779d37b7e4dc361e25326f5b40f011797c;hp=f168843c70d0649f658981b2a1dc2685912114a0;hpb=07d04626b2bd3e64763c10c961e6cfa3c90dc427;p=mw_sourceml diff --git a/app/out/default/views/sources/piste/view.php b/app/out/default/views/sources/piste/view.php index f168843..c72fff5 100644 --- a/app/out/default/views/sources/piste/view.php +++ b/app/out/default/views/sources/piste/view.php @@ -1,39 +1,63 @@ -

- $this->out["piste"]["id"]); ?> -out["album"]) && $this->out["album"]) : $ariane_params["album"] = $this->out["album"]["id"]; ?> -"> -out["album"]["titre"] ?> - -» - - -out["morceau"]) && $this->out["morceau"]) : $ariane_params["morceau"] = $this->out["morceau"]["id"]; ?> -"> -out["morceau"]["reference"] ? $this->out["morceau"]["reference"]["titre"] : $this->out["morceau"]["titre"] ?> - -» - - +
+ +
+
+

+ out["piste"]["reference"]) : ?> + référence »out["piste"]["reference"]["titre"] ?> (out["piste"]["reference"]["auteur"] ?>) + + out["piste"]["titre"] ?> + +

+ out["piste"]["derivations"]) : ?> + + dérive de » + out["piste"]["derivations"] as $derivation) : ?> + "> () + + + +
-out["piste"]["derivations"]) : ?> -
- - dérive de » -out["piste"]["derivations"] as $derivation) : ?> - "> () - - - +out["piste"]["image_uri"] + && file_exists($this->out["piste"]["image_uri"]) + && ($img_size = $data->img_size($this->out["piste"]["image_uri"], 450, 450)) !== false + ) : +// $margin_top = floor((450 - $img_size["height"]) / 2); + $margin_top = 10; + $piste_image_uri = $this->path("web").$this->out["piste"]["image_uri"]; +?> +

+ " + height="" + style="margin-top:px" + alt="" /> +

-

-
- +
@@ -62,3 +86,4 @@
+ \ No newline at end of file