Skip to content

Commit 7758b94

Browse files
author
Thomas Pollinger
committed
Initial Upload
1 parent 62b0f10 commit 7758b94

3 files changed

Lines changed: 69 additions & 0 deletions

File tree

ShowSystemEnvironment.xml

1.49 KB
Binary file not shown.

index.asp

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
<html>
3+
<head>
4+
<title>Show System Environment</title>
5+
<meta http-equiv="expires" content="0" />
6+
<meta name="developer" content="Thomas Pollinger" />
7+
<meta name="version" content="0.0.0.1" />
8+
<style>
9+
* {
10+
font-family: Verdana;
11+
font-size: 11px;
12+
}
13+
14+
</style>
15+
</head>
16+
<body>
17+
<center>
18+
<table>
19+
<tr>
20+
<td>CmsWindowTitle:</td><td><% =session("CmsWindowTitle") %></td>
21+
</tr>
22+
<tr>
23+
<td>EditorialServer:</td><td><% =session("EditorialServer") %></td>
24+
</tr>
25+
<tr>
26+
<td>EditorialServerGuid:</td><td><% =session("EditorialServerGuid") %></td>
27+
</tr>
28+
<tr>
29+
<td colspan="2"><hr/></td>
30+
</tr>
31+
<tr>
32+
<td>Project:</td><td><% =session("Project") %></td>
33+
</tr>
34+
<tr>
35+
<td>ProjectGuid:</td><td><% =session("ProjectGuid") %></td>
36+
</tr>
37+
</tr>
38+
<tr>
39+
<td>CurrentLanguageGuid:</td><td><% =session("CurrentLanguageGuid") %></td>
40+
</tr>
41+
<tr>
42+
<td>PageGuid:</td><td><% =session("PageGuid") %></td>
43+
</tr>
44+
<tr>
45+
<td colspan="2"><hr/></td>
46+
</tr>
47+
<tr>
48+
<td>UserName:</td><td><% =session("UserName") %></td>
49+
</tr>
50+
<tr>
51+
<td>UserGuid:</td><td><% =session("UserGuid") %></td>
52+
</tr>
53+
<tr>
54+
<td>SessionKey:</td><td><% =session("SessionKey") %></td>
55+
</tr>
56+
<tr>
57+
<td>LoginGuid:</td><td><% =session("LoginGuid") %></td>
58+
</tr>
59+
</table>
60+
</center>
61+
</body>
62+
</html>

license.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright [2016] [Open Text Web Solutions Usergroup e.V.]
2+
3+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
4+
5+
http://www.apache.org/licenses/LICENSE-2.0
6+
7+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

0 commit comments

Comments
 (0)