Last change
on this file since 0f6d75f was 7b7d827, checked in by njw <njw@…>, 11 years ago |
opened projects: hothotwrite and contact
|
-
Property mode
set to
100644
|
File size:
868 bytes
|
Line | |
---|
1 | <% if @contacts.size >= 1 %>
|
---|
2 | <table>
|
---|
3 | <tr>
|
---|
4 | <th>Name, Vorname</th>
|
---|
5 | <th>EMail</th>
|
---|
6 | <th>Homepage</th>
|
---|
7 | <th>Name</th>
|
---|
8 | <th>...</th>
|
---|
9 | </tr>
|
---|
10 | <%= render :partial => "contact", :collection => @contacts %>
|
---|
11 | </table>
|
---|
12 | <% else %>
|
---|
13 | <h3 class="top_main_heading">Bitte wähle in der Navigation links eine gültige Gruppe aus.</h3>
|
---|
14 | <p>
|
---|
15 | Fragen, Korrekturen oder Neueintraege bitte an norbert #at# wigbels de emailen.
|
---|
16 | </p>
|
---|
17 | <h3>Ihr Nachname lautet Wigbels?</h3>
|
---|
18 | <p>
|
---|
19 | Es besteht die Möglichkeit, sich kostenlos eine personalisierte E-Mail-Adresse der Form: IhrVorname@wigbels.de einzurichten; ausserdem könnt ihr eine Homepage unter der Domain wigbels.de registrieren: www.wigbels.de/IhrVorname oder IhrVorname.wigbels.de . Voraussetzung ist lediglich der Nachname Wigbels. Folgende TLDs sind verfügbar: .net .com .eu
|
---|
20 | </p>
|
---|
21 | <% end %>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.