17 lines
503 B
Plaintext
17 lines
503 B
Plaintext
<p>
|
|
<b>Geburtstag</b> <%= %>
|
|
</p>
|
|
<p>
|
|
<b>Adresse:</b>
|
|
<%= interninfo.plz %>
|
|
<%= interninfo.city %>,
|
|
<%= interninfo.street %>
|
|
</p>
|
|
<p>
|
|
<%= raw("<b>Telefon: </b>")+ interninfo.telnr + "<br>" unless interninfo.telnr.empty?%>
|
|
<%= raw("<b>Handy: </b>") +interninfo.hdynr unless interninfo.hdynr.empty? %><br>
|
|
<%= raw("<b>Skype: </b>") +interninfo.skype unless interninfo.skype.empty? %><br>
|
|
<%= raw("<b>Instant Messaging: </b>") +interninfo.instant unless interninfo.instant.empty? %><br>
|
|
|
|
</p>
|