/usr/share/bibledit/public/login.html is in bibledit-data 5.0.453-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 | <div class="center">
<h3>translate ("Public feedback")</h3>
<p>translate ("Thank you for being interested in providing feedback on the Bible.")</p>
<p>translate ("Please provide your name and email address.")</p>
<p>translate ("You will then receive email about any feedback you give.")</p>
<br>
<form action="login" name="form" method="post">
<p class="error">##error##</p>
<p><label for="name">translate ("Name:")</label></p>
<p><input class="width50 center" type="text" name="name" id="name" maxlength="30" /></p>
<p class="error">##name_invalid##</p>
<br>
<p><label for="email">translate ("Email address:")</label></p>
<p><input class="width50 center" type="text" name="email" id="email" maxlength="30" /></p>
<p class="error">##email_invalid##</p>
<br>
<p><input class="button" type="submit" id="test" name="submit" value="translate ("Submit")" /></p>
<p><input type="hidden" id="touch" name="touch" value="1" /></p>
</div>
<script type="text/javascript" src="../session/login.js?##VERSION##"></script>
|