Line 0
Link Here
|
|
|
1 |
diff -Naur templates.orig/cam/frontend_compose_timeout.t templates/cam/frontend_compose_timeout.t |
2 |
--- templates.orig/cam/frontend_compose_timeout.t 2008-10-14 10:07:08.000000000 +0200 |
3 |
+++ templates/cam/frontend_compose_timeout.t 2009-03-13 12:18:28.859721000 +0100 |
4 |
@@ -46,7 +46,7 @@ |
5 |
</div> |
6 |
</form> |
7 |
|
8 |
-<p><a href="<% $url_prefix |n %>/login/<% $user |u %>">\ |
9 |
+<p><a href="/login/<% $user |u %>">\ |
10 |
Click here to login again</a></p> |
11 |
% CALL container_end |
12 |
% CALL footer |
13 |
diff -Naur templates.orig/cam/frontend_login_error.t templates/cam/frontend_login_error.t |
14 |
--- templates.orig/cam/frontend_login_error.t 2008-10-14 10:07:08.000000000 +0200 |
15 |
+++ templates/cam/frontend_login_error.t 2009-03-13 12:18:54.133542000 +0100 |
16 |
@@ -12,10 +12,10 @@ |
17 |
% ENDIF |
18 |
|
19 |
% IFDEF $user |
20 |
-<p>Please <a href="<% $url_prefix |n %>/login/<% $user |u %>">\ |
21 |
+<p>Please <a href="/login/<% $user |u %>">\ |
22 |
try again</a></p> |
23 |
% ELSE |
24 |
-<p>Please <a href="<% $url_prefix |n %>/">try again</a></p> |
25 |
+<p>Please <a href="/">try again</a></p> |
26 |
% ENDIF |
27 |
|
28 |
% CALL container_end |
29 |
diff -Naur templates.orig/cam/frontend_security.t templates/cam/frontend_security.t |
30 |
--- templates.orig/cam/frontend_security.t 2008-10-02 09:01:56.000000000 +0200 |
31 |
+++ templates/cam/frontend_security.t 2009-03-13 12:19:23.592170000 +0100 |
32 |
@@ -5,7 +5,7 @@ |
33 |
<h2>Security Alert</h2> |
34 |
|
35 |
<p>Login request did not come from |
36 |
- <a href = "<% $url_prefix |n %>"><% $url_prefix |h %></a></p> |
37 |
+ <a href = "/"><% $url_prefix |h %></a></p> |
38 |
|
39 |
% CALL container_end |
40 |
% CALL footer |
41 |
diff -Naur templates.orig/cam/frontend_session.t templates/cam/frontend_session.t |
42 |
--- templates.orig/cam/frontend_session.t 2008-10-14 10:07:08.000000000 +0200 |
43 |
+++ templates/cam/frontend_session.t 2009-03-13 12:19:42.839703000 +0100 |
44 |
@@ -4,7 +4,7 @@ |
45 |
% CALL container_start |
46 |
<h3>Couldn't connect to Webmail session server</h3> |
47 |
|
48 |
-<p><a href="<% $url_prefix |n %>/login/<% $user |u %>">\ |
49 |
+<p><a href="/login/<% $user |u %>">\ |
50 |
Try again</a> later</p> |
51 |
% CALL container_end |
52 |
% CALL footer |
53 |
diff -Naur templates.orig/cam/frontend_timeout.t templates/cam/frontend_timeout.t |
54 |
--- templates.orig/cam/frontend_timeout.t 2008-10-14 10:07:08.000000000 +0200 |
55 |
+++ templates/cam/frontend_timeout.t 2009-03-13 12:19:55.817016000 +0100 |
56 |
@@ -4,7 +4,7 @@ |
57 |
% CALL container_start |
58 |
<h3>Couldn't connect to session. Maybe it timed out?</h3> |
59 |
|
60 |
-<p><a href="<% $url_prefix |n %>/login/<% $user |u %>">\ |
61 |
+<p><a href="/login/<% $user |u %>">\ |
62 |
Click here to login again</a></p> |
63 |
% CALL container_end |
64 |
% CALL footer |
65 |
diff -Naur templates.orig/cam/login.t templates/cam/login.t |
66 |
--- templates.orig/cam/login.t 2008-10-07 10:36:43.000000000 +0200 |
67 |
+++ templates/cam/login.t 2009-03-13 12:20:17.892743000 +0100 |
68 |
@@ -82,7 +82,7 @@ |
69 |
</table> |
70 |
% ENDIF |
71 |
<form method="post" accept-charset="UTF-8" enctype="multipart/form-data" |
72 |
- action="<% ${url_prefix} |n %>" class="lookup" id="credentials"> |
73 |
+ action="/" class="lookup" id="credentials"> |
74 |
<fieldset> |
75 |
<div> |
76 |
<table id="login"><tr> |
77 |
diff -Naur templates.orig/cam/login_hermes.t templates/cam/login_hermes.t |
78 |
--- templates.orig/cam/login_hermes.t 2008-10-27 12:43:06.000000000 +0100 |
79 |
+++ templates/cam/login_hermes.t 2009-03-13 12:20:36.756388000 +0100 |
80 |
@@ -106,7 +106,7 @@ |
81 |
</table> |
82 |
% ENDIF |
83 |
<form method="post" accept-charset="UTF-8" enctype="multipart/form-data" |
84 |
- action="<% ${url_prefix} |n %>" class="lookup" id="credentials"> |
85 |
+ action="/" class="lookup" id="credentials"> |
86 |
<fieldset> |
87 |
<div> |
88 |
% IFDEF $raven_enable |
89 |
diff -Naur templates.orig/cam/raven_blocked.t templates/cam/raven_blocked.t |
90 |
--- templates.orig/cam/raven_blocked.t 2008-09-16 12:52:45.000000000 +0200 |
91 |
+++ templates/cam/raven_blocked.t 2009-03-13 12:21:04.147607000 +0100 |
92 |
@@ -7,7 +7,7 @@ |
93 |
<p>Raven logins have been disabled for this account. You will need to log |
94 |
in using the normal <% $g_service_name |h %> username and password</p> |
95 |
|
96 |
-<p><a href="<% $url_prefix |n %>/login/<% $username |u %>">Click here</a> |
97 |
+<p><a href="/login/<% $username |u %>">Click here</a> |
98 |
to return to the login screen</p> |
99 |
% CALL container_end |
100 |
% CALL footer |
101 |
diff -Naur templates.orig/old/frontend_compose_timeout.t templates/old/frontend_compose_timeout.t |
102 |
--- templates.orig/old/frontend_compose_timeout.t 2008-10-14 10:07:08.000000000 +0200 |
103 |
+++ templates/old/frontend_compose_timeout.t 2009-03-13 12:25:09.617868000 +0100 |
104 |
@@ -45,7 +45,7 @@ |
105 |
</div> |
106 |
</form> |
107 |
|
108 |
-<p><a href="<% $url_prefix |n %>/login/<% $user |u %>">\ |
109 |
+<p><a href="/login/<% $user |u %>">\ |
110 |
Click here</a> to login again</p> |
111 |
|
112 |
% CALL footer |
113 |
diff -Naur templates.orig/old/frontend_login_error.t templates/old/frontend_login_error.t |
114 |
--- templates.orig/old/frontend_login_error.t 2008-10-14 10:07:08.000000000 +0200 |
115 |
+++ templates/old/frontend_login_error.t 2009-03-13 12:27:01.925958000 +0100 |
116 |
@@ -11,9 +11,9 @@ |
117 |
% ENDIF |
118 |
|
119 |
% IFDEF $user |
120 |
-<p>Please <a href="<% $url_prefix |n %>/login/<% $user |u %>">\ |
121 |
+<p>Please <a href="/login/<% $user |u %>">\ |
122 |
try again</a></p> |
123 |
% ELSE |
124 |
-<p>Please <a href="<% $url_prefix |n %>/">try again</a></p> |
125 |
+<p>Please <a href="/">try again</a></p> |
126 |
% ENDIF |
127 |
% CALL footer |
128 |
diff -Naur templates.orig/old/frontend_security.t templates/old/frontend_security.t |
129 |
--- templates.orig/old/frontend_security.t 2008-10-02 09:01:57.000000000 +0200 |
130 |
+++ templates/old/frontend_security.t 2009-03-13 12:27:52.204673000 +0100 |
131 |
@@ -4,6 +4,6 @@ |
132 |
<h2>Security Alert</h2> |
133 |
|
134 |
<p>Login request did not come from |
135 |
- <a href = "<% $url_prefix |n %>"><% $url_prefix |h %></a></p> |
136 |
+ <a href = "/"><% $url_prefix |h %></a></p> |
137 |
|
138 |
% CALL footer |
139 |
diff -Naur templates.orig/old/frontend_session.t templates/old/frontend_session.t |
140 |
--- templates.orig/old/frontend_session.t 2008-10-14 10:07:08.000000000 +0200 |
141 |
+++ templates/old/frontend_session.t 2009-03-13 12:28:05.778814000 +0100 |
142 |
@@ -3,6 +3,6 @@ |
143 |
% CALL header |
144 |
<h3>Couldn't connect to Webmail session server</h3> |
145 |
|
146 |
-<p><a href="<% $url_prefix |n %>/login/<% $user |u %>">\ |
147 |
+<p><a href="/login/<% $user |u %>">\ |
148 |
Try again</a> later</p> |
149 |
% CALL footer |
150 |
diff -Naur templates.orig/old/frontend_timeout.t templates/old/frontend_timeout.t |
151 |
--- templates.orig/old/frontend_timeout.t 2008-10-14 10:07:08.000000000 +0200 |
152 |
+++ templates/old/frontend_timeout.t 2009-03-13 12:28:24.240569000 +0100 |
153 |
@@ -3,6 +3,6 @@ |
154 |
% CALL header |
155 |
<h3>Couldn't connect to session. Maybe it timed out?</h3> |
156 |
|
157 |
-<p><a href="<% $url_prefix |n %>/login/<% $user |u %>">\ |
158 |
+<p><a href="/login/<% $user |u %>">\ |
159 |
Click here</a> to login again</p> |
160 |
% CALL footer |
161 |
diff -Naur templates.orig/old/login.t templates/old/login.t |
162 |
--- templates.orig/old/login.t 2008-10-02 09:01:57.000000000 +0200 |
163 |
+++ templates/old/login.t 2009-03-13 12:28:39.815144000 +0100 |
164 |
@@ -37,7 +37,7 @@ |
165 |
% ENDIF |
166 |
% |
167 |
<form method="post" accept-charset="UTF-8" enctype="multipart/form-data" |
168 |
- action="<% ${url_prefix} |n %>" id="credentials"> |
169 |
+ action="/" id="credentials"> |
170 |
<table cellpadding="5"> |
171 |
<tr> |
172 |
<td>Username</td> |
173 |
diff -Naur templates.orig/old/raven_blocked.t templates/old/raven_blocked.t |
174 |
--- templates.orig/old/raven_blocked.t 2008-09-16 12:52:48.000000000 +0200 |
175 |
+++ templates/old/raven_blocked.t 2009-03-13 12:28:57.300178000 +0100 |
176 |
@@ -6,7 +6,7 @@ |
177 |
<p>Raven logins have been disabled for this account. You will need to log |
178 |
in using the normal <% $g_service_name |h %> username and password</p> |
179 |
|
180 |
-<p><a href="<% $url_prefix |n %>/login/<% $username |u %>">Click here</a> |
181 |
+<p><a href="/login/<% $username |u %>">Click here</a> |
182 |
to return to the login screen</p> |
183 |
|
184 |
% CALL footer |