Lines 80-125
Link Here
|
80 |
<div class="rows"> |
80 |
<div class="rows"> |
81 |
<h4>[% p.navn | html_entity %]</h4> |
81 |
<h4>[% p.navn | html_entity %]</h4> |
82 |
<ol> |
82 |
<ol> |
83 |
[% IF ( p.kjonn ) %]<li><span class="label">kjonn: </span>[% p.kjonn | html_entity %]</li>[% END %] |
83 |
[% IF ( p.kjonn ) %]<li><span class="label">Gender: </span>[% p.kjonn | html_entity %]</li>[% END %] |
84 |
[% IF ( p.fdato ) %]<li><span class="label">fdato: </span>[% p.fdato | html_entity %]</li>[% END %] |
84 |
[% IF ( p.fdato ) %]<li><span class="label">Date of birth: </span>[% p.fdato | html_entity %]</li>[% END %] |
85 |
[% IF ( p.lnr ) %]<li><span class="label">lnr: </span>[% p.lnr | html_entity %]</li>[% END %] |
85 |
[% IF ( p.lnr ) %]<li><span class="label">Card number: </span>[% p.lnr | html_entity %]</li>[% END %] |
86 |
[% IF ( p.fnr_hash ) %]<li><span class="label">fnr_hash: </span>[% p.fnr_hash | html_entity %]</li>[% END %] |
86 |
[% IF ( p.fnr_hash ) %]<li><span class="label">Social security number hash: </span>[% p.fnr_hash | html_entity %]</li>[% END %] |
87 |
|
87 |
|
88 |
[% IF ( p.epost ) %]<li><span class="label">epost: </span>[% p.epost | html_entity %]</li>[% END %] |
88 |
[% IF ( p.epost ) %]<li><span class="label">Email: </span>[% p.epost | html_entity %]</li>[% END %] |
89 |
[% IF ( p.epost_sjekk ) %]<li><span class="label">epost_sjekk: </span>[% p.epost_sjekk | html_entity %]</li>[% END %] |
89 |
[% IF ( p.epost_sjekk ) %]<li><span class="label">Email check: </span>[% p.epost_sjekk | html_entity %]</li>[% END %] |
90 |
|
90 |
|
91 |
[% IF ( p.tlf_mobil ) %]<li><span class="label">tlf_mobil: </span>[% p.tlf_mobil | html_entity %]</li>[% END %] |
91 |
[% IF ( p.tlf_mobil ) %]<li><span class="label">Phone - mobile: </span>[% p.tlf_mobil | html_entity %]</li>[% END %] |
92 |
[% IF ( p.tlf_hjemme ) %]<li><span class="label">tlf_hjemme: </span>[% p.tlf_hjemme | html_entity %]</li>[% END %] |
92 |
[% IF ( p.tlf_hjemme ) %]<li><span class="label">Phone - home: </span>[% p.tlf_hjemme | html_entity %]</li>[% END %] |
93 |
[% IF ( p.tlf_jobb ) %]<li><span class="label">tlf_jobb: </span>[% p.tlf_jobb | html_entity %]</li>[% END %] |
93 |
[% IF ( p.tlf_jobb ) %]<li><span class="label">Phone - work: </span>[% p.tlf_jobb | html_entity %]</li>[% END %] |
94 |
|
94 |
|
95 |
[% IF ( p.p_adresse1 ) %]<li><span class="label">p_adresse1: </span>[% p.p_adresse1 | html_entity %]</li>[% END %] |
95 |
[% IF ( p.p_adresse1 ) %]<li><span class="label">Address: </span>[% p.p_adresse1 | html_entity %]</li>[% END %] |
96 |
[% IF ( p.p_adresse2 ) %]<li><span class="label">p_adresse2: </span>[% p.p_adresse2 | html_entity %]</li>[% END %] |
96 |
[% IF ( p.p_adresse2 ) %]<li><span class="label">Address 2: </span>[% p.p_adresse2 | html_entity %]</li>[% END %] |
97 |
[% IF ( p.p_postnr ) %]<li><span class="label">p_postnr: </span>[% p.p_postnr | html_entity %]</li>[% END %] |
97 |
[% IF ( p.p_postnr ) %]<li><span class="label">Zip/Postal code: </span>[% p.p_postnr | html_entity %]</li>[% END %] |
98 |
[% IF ( p.p_sted ) %]<li><span class="label">p_sted: </span>[% p.p_sted | html_entity %]</li>[% END %] |
98 |
[% IF ( p.p_sted ) %]<li><span class="label">City: </span>[% p.p_sted | html_entity %]</li>[% END %] |
99 |
[% IF ( p.p_land ) %]<li><span class="label">p_land: </span>[% p.p_land | html_entity %]</li>[% END %] |
99 |
[% IF ( p.p_land ) %]<li><span class="label">Country: </span>[% p.p_land | html_entity %]</li>[% END %] |
100 |
[% IF ( p.p_sjekk ) %]<li><span class="label">p_sjekk: </span>[% p.p_sjekk | html_entity %]</li>[% END %] |
100 |
[% IF ( p.p_sjekk ) %]<li><span class="label">Check: </span>[% p.p_sjekk | html_entity %]</li>[% END %] |
101 |
|
101 |
|
102 |
[% IF ( p.m_adresse1 ) %]<li><span class="label">m_adresse1: </span>[% p.m_adresse1 | html_entity %]</li>[% END %] |
102 |
[% IF ( p.m_adresse1 ) %]<li><span class="label">Address: </span>[% p.m_adresse1 | html_entity %]</li>[% END %] |
103 |
[% IF ( p.m_adresse2 ) %]<li><span class="label">m_adresse2: </span>[% p.m_adresse2 | html_entity %]</li>[% END %] |
103 |
[% IF ( p.m_adresse2 ) %]<li><span class="label">Address 2: </span>[% p.m_adresse2 | html_entity %]</li>[% END %] |
104 |
[% IF ( p.m_postnr ) %]<li><span class="label">m_postnr: </span>[% p.m_postnr | html_entity %]</li>[% END %] |
104 |
[% IF ( p.m_postnr ) %]<li><span class="label">Zip/Postal code: </span>[% p.m_postnr | html_entity %]</li>[% END %] |
105 |
[% IF ( p.m_sted ) %]<li><span class="label">m_sted: </span>[% p.m_sted | html_entity %]</li>[% END %] |
105 |
[% IF ( p.m_sted ) %]<li><span class="label">City: </span>[% p.m_sted | html_entity %]</li>[% END %] |
106 |
[% IF ( p.m_land ) %]<li><span class="label">m_land: </span>[% p.m_land | html_entity %]</li>[% END %] |
106 |
[% IF ( p.m_land ) %]<li><span class="label">Country: </span>[% p.m_land | html_entity %]</li>[% END %] |
107 |
[% IF ( p.m_sjek ) %]<li><span class="label">m_sjekk: </span>[% p.m_sjekk | html_entity %]</li>[% END %] |
107 |
[% IF ( p.m_sjek ) %]<li><span class="label">Check: </span>[% p.m_sjekk | html_entity %]</li>[% END %] |
108 |
[% IF ( p.m_gyldig_til ) %]<li><span class="label">m_gyldig_til: </span>[% p.m_gyldig_til | html_entity %]</li>[% END %] |
108 |
[% IF ( p.m_gyldig_til ) %]<li><span class="label">Valid until: </span>[% p.m_gyldig_til | html_entity %]</li>[% END %] |
109 |
|
109 |
|
110 |
[% IF ( p.pin ) %]<li><span class="label">pin: </span>[% p.pin | html_entity %]</li>[% END %] |
110 |
[% IF ( p.pin ) %]<li><span class="label">PIN: </span>[% p.pin | html_entity %]</li>[% END %] |
111 |
[% IF ( p.passord ) %]<li><span class="label">passsord: </span>[% p.passord | html_entity %]</li>[% END %] |
111 |
[% IF ( p.passord ) %]<li><span class="label">Password: </span>[% p.passord | html_entity %]</li>[% END %] |
112 |
[% IF ( p.feide ) %]<li><span class="label">feide: </span>[% p.feide | html_entity %]</li>[% END %] |
112 |
[% IF ( p.feide ) %]<li><span class="label">FEIDE: </span>[% p.feide | html_entity %]</li>[% END %] |
113 |
[% IF ( p.folkeregsjekk_dato ) %]<li><span class="label">folkeregsjekk_dato: </span>[% p.folkeregsjekk_dato | html_entity %]</li>[% END %] |
113 |
[% IF ( p.folkeregsjekk_dato ) %]<li><span class="label">Population registry date check: </span>[% p.folkeregsjekk_dato | html_entity %]</li>[% END %] |
114 |
|
114 |
|
115 |
[% IF ( p.hjemmebibliotek ) %]<li><span class="label">hjemmebibliotek: </span>[% p.hjemmebibliotek | html_entity %]</li>[% END %] |
115 |
[% IF ( p.hjemmebibliotek ) %]<li><span class="label">Home library: </span>[% p.hjemmebibliotek | html_entity %]</li>[% END %] |
116 |
[% IF ( p.opprettet ) %]<li><span class="label">opprettet: </span>[% p.opprettet | html_entity %]</li>[% END %] |
116 |
[% IF ( p.opprettet ) %]<li><span class="label">Created: </span>[% p.opprettet | html_entity %]</li>[% END %] |
117 |
[% IF ( p.opprettet_av ) %]<li><span class="label">opprettet_av: </span>[% p.opprettet_av | html_entity %]</li>[% END %] |
117 |
[% IF ( p.opprettet_av ) %]<li><span class="label">Created by: </span>[% p.opprettet_av | html_entity %]</li>[% END %] |
118 |
[% IF ( p.sist_endret ) %]<li><span class="label">sist_endret: </span>[% p.sist_endret | html_entity %]</li>[% END %] |
118 |
[% IF ( p.sist_endret ) %]<li><span class="label">Last changed: </span>[% p.sist_endret | html_entity %]</li>[% END %] |
119 |
[% IF ( p.sist_endret_av ) %]<li><span class="label">sist_endret_av: </span>[% p.sist_endret_av | html_entity %]</li>[% END %] |
119 |
[% IF ( p.sist_endret_av ) %]<li><span class="label">Last changed by: </span>[% p.sist_endret_av | html_entity %]</li>[% END %] |
120 |
[% IF ( p.gyldig_til ) %]<li><span class="label">gyldig_til: </span>[% p.gyldig_til | html_entity %]</li>[% END %] |
120 |
[% IF ( p.gyldig_til ) %]<li><span class="label">Valid until: </span>[% p.gyldig_til | html_entity %]</li>[% END %] |
121 |
|
121 |
|
122 |
[% IF ( p.prim_kontakt ) %]<li><span class="label">prim_kontakt: </span>[% p.prim_kontakt | html_entity %]</li>[% END %] |
122 |
[% IF ( p.prim_kontakt ) %]<li><span class="label">Primary contact: </span>[% p.prim_kontakt | html_entity %]</li>[% END %] |
123 |
</ol> |
123 |
</ol> |
124 |
|
124 |
|
125 |
<form action="nl-search.pl" method="POST"> |
125 |
<form action="nl-search.pl" method="POST"> |
126 |
- |
|
|