comparison app/view/Viewport.js @ 716:b400629a2575

Added Logininformation to a Popup in Viewport
author Dustin Demuth <dustin@intevation.de>
date Wed, 08 Apr 2015 17:03:59 +0200
parents 817524db4017
children 3ffecbce17d6
comparison
equal deleted inserted replaced
715:605bc34b45a0 716:b400629a2575
43 menu: { 43 menu: {
44 items: [{ 44 items: [{
45 text: 'About', 45 text: 'About',
46 action: 'about' 46 action: 'about'
47 }, { 47 }, {
48 text: 'Zeit', 48 text: 'Anmeldeinformationen',
49 handler: function(){ 49 handler: function(){
50 thetime = new Date(); 50 logintime = new Date(Lada.logintime);
51 Ext.Msg.alert("Zeit", "Laut Ihrer lokalen Systemuhr ist es\n"+ 51 Ext.Msg.alert("Anmeldeinformationen",
52 thetime.toString() + "\n\n" + 52 "<p>"
53 "Das entspricht der Serverzeit:\n" + 53 + "Sie sind angemeldet mit der Kennung:"
54 thetime.toUTCString() + "\n\n" + 54 + "<br />"
55 "Alle Messwerte werden in GMT/UTC auf dem Server gespeichert. " + 55 + Lada.username
56 "Ihr Webbrowser rechnet diese automatisch um." 56 + "</p>"
57 ); 57 + "<p>"
58 + "Sie sind Mitglied der folgenden "
59 + "Gruppen:"
60 + "<br />"
61 + Lada.userroles
62 + "</p>"
63 + "<p>"
64 + "<br/>"
65 + "Die Anmeldung wurde durchgeführt um:"
66 + "<br />"
67 + Ext.Date.format(logintime, 'd.m.Y H:i:s P')
68 + "</p>"
69 );
58 } 70 }
59 } 71 }
60 ] 72 ]
61 } 73 }
62 }, '->', { 74 }, '->', {

http://lada.wald.intevation.org