/usr/share/archmage/templates/index.html is in archmage 1:0.2.4-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | <html>
<head>
<script>var pageid="";</script>
<title><%title%></title>
<script>
function IsOpera(){return navigator.userAgent.indexOf("Opera")>-1}
var qs=location.search.substr(1);
var A=qs.split("&")
var B=null
var F="<%deftopic%>";
for(var i=0;i<A.length;i++){
B=A[i].split("=")
A[i]=[B[0],B[1]]
}
for(var j=0;j<A.length;j++){
if(A[j][0]=='page'){
F=A[j][1]
break
}
}
if (IsOpera()) F = '';</script>
</head>
<script>
document.write('<frameset rows="30,*" frameborder="no" framespacing="0" border="0" >')
document.write('<frame name="header" src="arch_header.html" frameborder="no" noresize="yes" scrolling="no" >')
if(F!='')F='?page='+F
document.write('<frame name="main" src="arch_frameset.html'+F+'">')
document.write('</frameset>')
</script>
<noscript>
<frameset rows="30,*" frameborder="no" framespacing="0" border="0" >
<frame name="header" src="arch_header.html" frameborder="no" noresize="yes" scrolling="no">
<frame name="main" src="arch_frameset.html" >
</frameset>
</noscript>
</html>
|