Content-Type: text/html [% IF cookie %]Set-Cookie: [% cookie %][% END %] <?xml version="1.0" encoding="utf-8" ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/x html1/DTD/xhtml1-transitional.dtd"> <html xml:lang="[% iso639 = locale.match('^(.)(.)'); iso639.0; iso639.1 %]" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link type="text/css" href="/jquery/jquery-ui-1.8.16/css/smoothness/jquery-ui-1.8.16.custom.css" rel="Stylesheet" /> <link rel="stylesheet" media="screen" type="text/css" href="/css/renater.css" /> <link rel="icon" type="image/png" href="/images/favicon.png" /> <script type="text/javascript" src="/jquery/jquery-1.7.min.js"></script> <script type="text/javascript" src="/jquery/jquery-ui-1.8.16.custom.min.js"></script> <SCRIPT TYPE="text/javascript"> <!-- // To confirm on a link (A HREF) function request_confirm_link(my_url, my_message) { question = confirm(my_message); if (question !="0") { top.location = my_url; } } function showhide(div){ var oDiv = document.getElementById(div); if(oDiv.style.display == "none"){ oDiv.style.display = "block"; }else{ oDiv.style.display = "none"; } } function hide(div) { var oDiv = document.getElementById(div); oDiv.style.display = "none"; } //--> </SCRIPT> <STYLE type="text/css"><!-- .login {float: left} .menu {float: right} .footer {text-align: center} .prod {background-color: #028A34} h1 {text-align: center} li,dd {margin-left:10px;} li.parametre {margin-bottom: 15px;} dd.parametre {margin-bottom: 15px;} div.important{border-style:solid;border-color:black;border-width:1px;background-color:#F5DEB3;padding:5px;} .mandatory{color:#e00853;font-style:italic;font-weight:bold;margin:0 3px} .notice{border:2px solid #05a;padding:5px 5px 5px 5px;margin:20px;} --></STYLE> <title> [% PROCESS 'templates/web/title.tt2.html' %] </title> </head> <body> <div id="wrapper"> <div id="header"> <div id="bandeau"> <div class="logo"> <img alt="GEANT logo" width="150" src="/resources/geant_logo_rgb_300dpi.jpg"/> </div> <div class="connection"> </div> <div class="title"> [% PROCESS 'templates/web/title.tt2.html' %] </div> </div> <div id="content"> [% IF errors %] <div class="ui-widget"> [% FOREACH err IN errors %] <p class="ui-state-error ui-corner-all" style="margin-top: 20px; padding: 0 .7em;"><span class="ui-icon ui-icon-info" style="float: left; margin-right: .3em;"></span> Error: [% IF err == 'unknown_action' %] Unknown action [% ELSIF err == 'internal' %] internal error; administrators of the federation registry have been notified. [% ELSIF (matches = err.match('missing_(\w+)')) %] missing parameter '[% matches.0 %]' [% ELSE %] [% err %] [% END %] <!-- autorisation --> </p> <br/> [% END %] <!-- FOREACH --> </div> [% ELSE %] [% IF notifications %] <div class="ui-widget"> [% FOREACH notif IN notifications %] <p class="ui-state-highlight ui-corner-all" style="border: 2px solid #10427a; background: #DFF1EE;padding: 0.7em;"><span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span> Notice: [% IF notif == 'done' %] Operation has been performed [% ELSE %] [% notif %]<br/> [% END %] [% END %] <!-- FOREACH --> </b></div> [% END %] <!-- notifications --> [% PROCESS 'templates/web/content.tt2.html' %] [% END %] <!-- IF errors --> <p> [% IF dump %] DUMP :<br> [% USE Dumper %] [% Dumper.dump_html(dump) %] </p> [% END %] <div> <hr> <div align="middle">Test Account Manager [% conf.version %]</div> </div> </div> </div> </body> </html>