diff options
author | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2014-03-25 17:06:18 +0100 |
---|---|---|
committer | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2014-03-25 17:15:45 +0100 |
commit | cce52b9d46fc9e9f13c388362c4ca229b7a053b1 (patch) | |
tree | 0fda31558769b73783824ebecfb49fe3d00fd510 /id/server/idserverlib/src/main/resources | |
parent | a78c899b4394ac889e9102c6314fe55207c4106a (diff) | |
download | moa-id-spss-cce52b9d46fc9e9f13c388362c4ca229b7a053b1.tar.gz moa-id-spss-cce52b9d46fc9e9f13c388362c4ca229b7a053b1.tar.bz2 moa-id-spss-cce52b9d46fc9e9f13c388362c4ca229b7a053b1.zip |
incorporated settings into frontend
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> |