/var/lib/yaws-wiki/WikiPreferences.files/template2.html is in yaws-wiki 1.98-4+deb8u1.
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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<style type="text/css">
<!--
@import url("WikiPreferences.files/custom.css");
td.enable {
border: 0px;
color: black;
background: #ccffff;
}
td.disable {
border: 0px;
color: black;
background: #66cccc;
}
-->
</style>
</head>
<body style="background-color: teal;">
<table cellpadding="2" cellspacing="10" border="0"
style="width: 100%; text-align: left;">
<tbody>
<tr>
<td style="vertical-align: middle; text-align: left;">
<table cellpadding="2" cellspacing="2" border="0"
style="width: 100%; text-align: left;">
<tbody>
<tr>
<td style="vertical-align: top;"><img src="WikiPreferences.files/yaws_pb.gif" title="" alt=""></td>
<td style="vertical-align: bottom; color: rgb(255, 255, 255);"></td>
</tr>
</tbody>
</table>
</td>
<td style="vertical-align: top; text-align: right; width: 100px;">
<br>
</td>
</tr>
<tr>
<td
style="border-style: solid; border-color: white; border-width: 1px 3px 3px 1px; background-color: rgb(204, 255, 255); vertical-align: top;">
<script>
if ("@@NODE@@" != "home") {
document.write("<h1><a href='allRefsToMe.yaws?node=@@NODE@@'>@@NODE@@</a></h1>");
} else {
document.write("<h1></h1>");
}
</script>
<!-- the generated page -->
@@DATA@@ </td>
<td style="vertical-align: top; text-align: right;">
<table
style="width: 80px; height: 98px; background-color: rgb(102, 204, 204);"
border="0" cellspacing="0" cellpadding="1">
<tbody>
<tr style="font-family: helvetica,arial,sans-serif;">
<td onmouseover="this.className='enable'"
onmouseout="this.className='disable'"
onclick="document.location='@@HOME@@'"
style="border-top: 1px solid white; border-left: 1px solid white; border-right: 3px solid white;"><small><small> Home</small></small></td>
</tr>
<tr style="font-family: helvetica,arial,sans-serif;">
<td onmouseover="this.className='enable'"
onmouseout="this.className='disable'"
onclick="document.location='@@EDITPAGE@@'"
style="border-left: 1px solid white; border-right: 3px solid white;"><small><small> Edit
Me</small></small></td>
</tr>
<tr style="font-family: helvetica,arial,sans-serif;">
<td onmouseover="this.className='enable'"
onmouseout="this.className='disable'"
onclick="document.location='@@EDITFILES@@'"
style="border-left: 1px solid white; border-right: 3px solid white;"><small><small> Edit
Files</small></small></td>
</tr>
<tr style="font-family: helvetica,arial,sans-serif;">
<td onmouseover="this.className='enable'"
onmouseout="this.className='disable'"
onclick="document.location='@@ALL@@'"
style="border-left: 1px solid white; border-right: 3px solid white;"><small><small> All
Pages</small></small></td>
</tr>
<tr style="font-family: helvetica,arial,sans-serif;">
<td onmouseover="this.className='enable'"
onmouseout="this.className='disable'"
onclick="document.location='@@LAST@@'"
style="border-left: 1px solid white; border-right: 3px solid white;"><small><small> Last
Edit</small></small></td>
</tr>
<tr style="font-family: helvetica,arial,sans-serif;">
<td onmouseover="this.className='enable'"
onmouseout="this.className='disable'"
onclick="document.location='@@HISTORY@@'"
style="border-left: 1px solid white; border-right: 3px solid white;"><small><small> History</small></small></td>
</tr>
<tr style="font-family: helvetica,arial,sans-serif;">
<td onmouseover="this.className='enable'"
onmouseout="this.className='disable'"
onclick="document.location='@@ZOMBIES@@'"
style="border-left: 1px solid white; border-right: 3px solid white;"><small><small> Zombies</small></small></td>
</tr>
<tr style="font-family: helvetica,arial,sans-serif;">
<td onmouseover="this.className='enable'"
onmouseout="this.className='disable'"
onclick="document.location='showPage.yaws?node=Hjälp'"
style="border-left: 1px solid white; border-right: 3px solid white; border-bottom: 3px solid white;"><small><small> Help</small></small></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="vertical-align: top;">
<hr>
<p>Last Modified: @@MODIFIED@@ </p>
</td>
<td style="vertical-align: top;"><br>
</td>
</tr>
</tbody>
</table>
<br>
</body>
</html>
|