From: Pierre Habouzit (MadCoder Date: Mon, 25 Apr 2005 15:26:57 +0000 (+0000) Subject: rework layout of asso.php a lot X-Git-Tag: xorg/old~172 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=eba85929d75f745e8b1cc6fb224581c1aacc2518;p=platal.git rework layout of asso.php a lot git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-590 --- diff --git a/htdocs.net/css/xnet.css b/htdocs.net/css/xnet.css index 7abac4b..55c9700 100644 --- a/htdocs.net/css/xnet.css +++ b/htdocs.net/css/xnet.css @@ -164,6 +164,10 @@ table.links a { font-weight: bold; } +table td.titre { + font-weight: bold; +} + /*************************************************************************** * Special pages ***************************************************************************/ diff --git a/templates/xnet/groupe/asso.tpl b/templates/xnet/groupe/asso.tpl index 802bf92..53b72a4 100644 --- a/templates/xnet/groupe/asso.tpl +++ b/templates/xnet/groupe/asso.tpl @@ -18,45 +18,67 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ***************************************************************************} -

{$asso.nom} : Accueil

- {if $asso.site} -LOGO +LOGO {else} -LOGO +LOGO {/if} -{if $asso.site} -

-Site Web: {$asso.site} -

-{/if} +

{$asso.nom} : Accueil

-{if $asso.resp && $asso.mail} -

-Contact: {mailto address=$asso.mail text=$asso.resp encode=javascript} -

-{elseif $asso.resp} -

-Contact: {$asso.resp} -

-{/if} + + {if $asso.site} + + + + + {/if} -{if $asso.forum} -

-Forum: -par le web ou -par nntp -

-{/if} + {if $asso.resp || $asso.mail} + + + + + {/if} -TODO: INSCRIPTION + {if $asso.forum} + + + + + {/if} -{if $asso.ax} -

-groupe agrée par l'AX -

-{/if} + + + + + {if $asso.ax} + + + + {/if} +
+ Site Web: + {$asso.site}
+ Contact: + + {if $asso.mail} + {mailto address=$asso.mail text=$asso.resp encode=javascript} + {else} + {$asso.resp} + {/if} +
+ Forum: + + par le web + ou par nntp +
+ TODO: INSCRIPTION +
+ groupe agréé par l'AX +
+ +
{$asso.descr|smarty:nodefaults}