Can get an iCal version of the events (it works but is not finished)
[platal.git] / templates / include / minifiche.tpl
... / ...
CommitLineData
1{**************************************************************************}
2{* *}
3{* Copyright (C) 2003-2006 Polytechnique.org *}
4{* http://opensource.polytechnique.org/ *}
5{* *}
6{* This program is free software; you can redistribute it and/or modify *}
7{* it under the terms of the GNU General Public License as published by *}
8{* the Free Software Foundation; either version 2 of the License, or *}
9{* (at your option) any later version. *}
10{* *}
11{* This program is distributed in the hope that it will be useful, *}
12{* but WITHOUT ANY WARRANTY; without even the implied warranty of *}
13{* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *}
14{* GNU General Public License for more details. *}
15{* *}
16{* You should have received a copy of the GNU General Public License *}
17{* along with this program; if not, write to the Free Software *}
18{* Foundation, Inc., *}
19{* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *}
20{* *}
21{**************************************************************************}
22
23
24{if !$c.inscrit || $c.dcd}<div class='grayed'>{/if}
25<div class="contact" {if $c.inscrit}{if $smarty.session.auth ge AUTH_COOKIE}title="fiche mise à jour le {$c.date|date_format}"{/if}{/if}>
26
27 <div class="nom">
28 {if $c.sexe}&bull;{/if}
29 {if !$c.dcd && $c.inscrit}<a href="profile/{$c.forlife}" class="popup2">{/if}
30 {if $c.nom_usage}{$c.nom_usage} {$c.prenom}<br />({$c.nom}){else}{$c.nom} {$c.prenom}{/if}
31 {if !$c.dcd && $c.inscrit}</a>{/if}
32 </div>
33
34 <div class="appli">
35 {if $c.iso3166}
36 <img src='images/flags/{$c.iso3166}.gif' alt='{$c.nat}' height='11' title='{$c.nat}' />&nbsp;
37 {/if}
38 (X {$c.promo}{if $c.app0text}, {applis_fmt type=$c.app0type text=$c.app0text url=$c.app0url}
39 {/if}{if $c.app1text}, {applis_fmt type=$c.app1type text=$c.app1text url=$c.app1url}{/if})
40 {if $c.dcd}décédé{if $c.sexe}e{/if} le {$c.deces|date_format}{/if}
41 {if $smarty.session.auth ge AUTH_COOKIE}
42 {if !$c.dcd && !$c.wasinscrit}
43 <a href="marketing/public/{$c.user_id}" class='popup'>clique ici si tu connais son adresse email !</a>
44 {/if}
45 {/if}
46 </div>
47
48 <div class="bits">
49 {if $smarty.session.auth ge AUTH_COOKIE}
50 {if !$c.wasinscrit && !$c.dcd}
51 {if $show_action eq ajouter}
52 <a href="carnet/notifs/add_nonins/{$c.user_id}">{*
53 *}{icon name=add title="Ajouter à la liste de mes surveillances"}</a>
54 {else}
55 <a href="carnet/notifs/del_nonins/{$c.user_id}">{*
56 *}{icon name=cross title="Retirer de la liste de mes surveillances"}</a>
57 {/if}
58 {elseif $c.wasinscrit}
59 <a href="profile/{$c.forlife}" class="popup2">{*
60 *}{icon name=user_suit title="Afficher la fiche"}</a>
61 {if !$c.dcd}
62 <a href="vcard/{$c.forlife}.vcf">{*
63 *}{icon name=vcard title="Afficher la carte de visite"}</a>
64 {if $show_action eq ajouter}
65 <a href="carnet/contacts?action={$show_action}&amp;user={$c.forlife}">{*
66 *}{icon name=add title="Ajouter à mes contacts"}</a>
67 {else}
68 <a href="carnet/contacts?action={$show_action}&amp;user={$c.forlife}">{*
69 *}{icon name=cross title="Retirer de mes contacts"}</a>
70 {/if}
71 {/if}
72 {/if}
73 {/if}
74
75 {if $smarty.session.perms eq admin}
76 {if !$c.wasinscrit && !$c.dcd}
77 [<a href="marketing/private/{$c.user_id}">{*
78 *}{icon name=wrench title="marketter user"}</a>
79 {elseif $c.wasinscrit}
80 [<a href="admin/user/{$c.forlife}">{*
81 *}{icon name=wrench title="administrer user"}</a>
82 {/if}
83 <a href="http://www.polytechniciens.com/?page=AX_FICHE_ANCIEN&amp;anc_id={$c.matricule_ax}">{*
84 *}{icon name=user_gray title="fiche AX"}</a>]
85 {/if}
86 </div>
87
88 <div class="long">
89 {if $c.wasinscrit}
90 {if $c.web || $c.mobile || $c.countrytxt || $c.city || $c.region || $c.entreprise || $c.freetext || (!$c.dcd && !$c.actif )}
91 <table cellspacing="0" cellpadding="0">
92 {if $c.web}
93 <tr>
94 <td class="lt">Page web:</td>
95 <td class="rt"><a href="{$c.web}">{$c.web}</a></td>
96 </tr>
97 {/if}
98 {if $c.countrytxt || $c.city}
99 <tr>
100 <td class="lt">Géographie:</td>
101 <td class="rt">{$c.city}{if $c.city && $c.countrytxt}, {/if}{$c.countrytxt}</td>
102 </tr>
103 {/if}
104 {if $c.mobile && !$c.dcd}
105 <tr>
106 <td class="lt">Mobile:</td>
107 <td class="rt">{$c.mobile}</td>
108 </tr>
109 {/if}
110 {if $c.entreprise}
111 <tr>
112 <td class="lt">Profession:</td>
113 <td class="rt">
114 {$c.entreprise} {if $c.secteur}({$c.secteur}){/if}
115 {if $c.fonction}<br />{$c.fonction}{/if}
116 </td>
117 </tr>
118 {/if}
119 {if $c.freetext}
120 <tr>
121 <td class="lt">Commentaire:</td>
122 <td class="rt">{$c.freetext|nl2br}</td>
123 </tr>
124 {/if}
125 {if !$c.dcd && !$c.actif && $c.wasinscrit}
126 <tr>
127 <td class="smaller" colspan="2">
128 Ce camarade n'a plus d'adresse redirection valide.
129 <a href="marketing/broken/{$c.user_id}">
130 Si tu en connais une, <strong>n'hésite pas à nous la transmettre</strong>
131 </a>
132 </td>
133 </tr>
134 {/if}
135 </table>
136 {/if}
137 {/if}
138 </div>
139
140</div>
141{if !$c.inscrit || $c.dcd}</div>{/if}
142
143{* vim:set et sw=2 sts=2 sws=2: *}