source: de.wigbels.ruby/contact/app/views/listcontactgroup/index.rhtml @ 7b7d827

Last change on this file since 7b7d827 was 7b7d827, checked in by njw <njw@…>, 10 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&auml;hle in der Navigation links eine g&uuml;ltige Gruppe aus.</h3>
14<p>
15Fragen, Korrekturen oder Neueintraege bitte an norbert #at# wigbels de emailen.
16</p>
17<h3>Ihr Nachname lautet Wigbels?</h3>
18<p>
19Es besteht die M&ouml;glichkeit, sich kostenlos eine personalisierte E-Mail-Adresse der Form: IhrVorname@wigbels.de einzurichten; ausserdem k&ouml;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&uuml;gbar: .net .com .eu
20</p>
21<% end %>
Note: See TracBrowser for help on using the repository browser.