php-integration #21

Closed
fred.boniface wants to merge 146 commits from php-integration into main
2 changed files with 15 additions and 6 deletions
Showing only changes of commit e12cff51d0 - Show all commits

View File

@ -49,14 +49,18 @@
<br> <br>
<textarea class="form-text-large" name="detail" rows="5" cols="40"><?php echo $detail;?></textarea> <textarea class="form-text-large" name="detail" rows="5" cols="40"><?php echo $detail;?></textarea>
<br> <br>
On submission of this form, your browsers User Agent string will be <span class="form-description">
collected alongside the information you provide above and will be On submission of this form, your browsers User Agent string will be
posted to git.fjla.uk/fred.boniface/athena.fb-infra.uk/issues. collected alongside the information you provide above and will be
posted to git.fjla.uk/fred.boniface/athena.fb-infra.uk/issues.
</span>
<br> <br>
<br> <br>
Your user agent is: <span class="form-description">
<br> Your user agent is:
<?php echo $ua_str; ?> <br>
<?php echo $ua_str; ?>
</span>
<br> <br>
<br> <br>
<input class="actionbutton" type="submit"> <input class="actionbutton" type="submit">

View File

@ -40,11 +40,16 @@ body {
} }
.form-info { .form-info {
color: #3c78d8;
font-size: 17px; font-size: 17px;
font-weight: bolder; font-weight: bolder;
margin-bottom: 4px; margin-bottom: 4px;
} }
.form-description {
color: #3c78d8;
}
.lookup-button { .lookup-button {
background-color: #3c78d8; background-color: #3c78d8;
color: #f6f5f4; color: #f6f5f4;