join: update library paths, install to new location
[hcoop/portal.git] / chooseDomain.mlt
1 <select name="domain">
2 <% foreach dom in ChooseDomain.domains (Init.getUserName ()) do %>
3 <option><% dom %></option>
4 <% end %>
5 </select>