diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2014-03-26 10:34:01 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2014-03-26 10:34:01 +0100 |
commit | fbb4e4346e7f8cd5a910f72a12272c0ea3b6ba32 (patch) | |
tree | db36b880ce134f9ecf7949a8dbb6d8f778b7307f /id/server/idserverlib/src/main/resources | |
parent | 897b70a6787b39c653746160714b4ee92d32186a (diff) | |
parent | cce52b9d46fc9e9f13c388362c4ca229b7a053b1 (diff) | |
download | moa-id-spss-fbb4e4346e7f8cd5a910f72a12272c0ea3b6ba32.tar.gz moa-id-spss-fbb4e4346e7f8cd5a910f72a12272c0ea3b6ba32.tar.bz2 moa-id-spss-fbb4e4346e7f8cd5a910f72a12272c0ea3b6ba32.zip |
Merge branch 'inbound_stork_config_target_countries_per_OA' of https://gitlab.iaik.tugraz.at/afitzek/moa-idspss.git into moa2_0_tlenz
Diffstat (limited to 'id/server/idserverlib/src/main/resources')
-rw-r--r-- | id/server/idserverlib/src/main/resources/resources/templates/loginFormFull.html | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/id/server/idserverlib/src/main/resources/resources/templates/loginFormFull.html b/id/server/idserverlib/src/main/resources/resources/templates/loginFormFull.html index b9d3eafa7..ef070b8eb 100644 --- a/id/server/idserverlib/src/main/resources/resources/templates/loginFormFull.html +++ b/id/server/idserverlib/src/main/resources/resources/templates/loginFormFull.html @@ -815,17 +815,7 @@ <h2 id="tabheader" class="dunkel">Home Country Selection</h2> <p> <select name="cccSelection" id="cccSelection" size="1" style="width: 120px; margin-right: 5px;" > - <option value="BE">België/Belgique</option> - <option value="EE">Eesti</option> - <option value="ES">España</option> - <option value="IS">Ísland</option> - <option value="IT">Italia</option> - <option value="LI">Liechtenstein</option> - <option value="LT">Lithuania</option> - <option value="PT">Portugal</option> - <option value="SI">Slovenija</option> - <option value="FI">Suomi</option> - <option value="SE">Sverige</option> + #PEPSLIST# </select> <button name="bkuButton" type="button" onClick="storkClicked();">Proceed</button> <a href="info_stork.html" target="_blank" class="infobutton" style="color:#FFF">i</a> @@ -853,4 +843,4 @@ </div> </div> </body> -</html>
\ No newline at end of file +</html> |