mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
chore: HTML fixes from Eclipse
This commit is contained in:
+6
-7
@@ -59,7 +59,7 @@ if (@isset($_POST['confirm']))
|
||||
<html>
|
||||
<head>
|
||||
<title><?php echo SERVER_NAME ?></title>
|
||||
<link REL="shortcut icon" HREF="favicon.ico"/>
|
||||
<link rel="shortcut icon" href="favicon.ico"/>
|
||||
<meta http-equiv="cache-control" content="max-age=0" />
|
||||
<meta http-equiv="pragma" content="no-cache" />
|
||||
<meta http-equiv="expires" content="0" />
|
||||
@@ -86,7 +86,6 @@ if (@isset($_POST['confirm']))
|
||||
|
||||
window.addEvent('domready', start);
|
||||
</script>
|
||||
</head>
|
||||
<?php
|
||||
if($session->gpack == null || GP_ENABLE == false) {
|
||||
echo "
|
||||
@@ -115,14 +114,14 @@ if (@isset($_POST['confirm']))
|
||||
|
||||
<div id="content" class="login">
|
||||
<?php if (@!$NextStep && @!$NextStep2 && @!$done){?>
|
||||
<form method="POST" action="sysmsg.php" name="myform" id="myform">
|
||||
<form method="post" action="sysmsg.php" name="myform" id="myform">
|
||||
<table cellspacing="1" cellpadding="1" class="tbg" style="background-color:#C0C0C0; border: 0px solid #C0C0C0; font-size: 10pt;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="rbg" style="font-size: 10pt; text-align:center;">System Message</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 10pt; text-align:center;">Text BBCode:<br><b>[b] txt [/b]</b> - <i>[i] txt [/i]</i> - <u>[u] txt [/u]</u> <br />
|
||||
<td style="font-size: 10pt; text-align:center;">Text BBCode:<br /><b>[b] txt [/b]</b> - <i>[i] txt [/i]</i> - <u>[u] txt [/u]</u> <br />
|
||||
<textarea class="fm" name="message" cols="60" rows="23"></textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -137,7 +136,7 @@ if (@isset($_POST['confirm']))
|
||||
</form>
|
||||
<a href="sysmsg.php?del">Delete old System Message</a>
|
||||
<?php }elseif (@$NextStep){?>
|
||||
<form method="POST" action="sysmsg.php">
|
||||
<form method="post" action="sysmsg.php">
|
||||
<table cellspacing="1" cellpadding="2" class="tbg">
|
||||
<tbody>
|
||||
<tr>
|
||||
@@ -146,8 +145,8 @@ if (@isset($_POST['confirm']))
|
||||
<tr>
|
||||
<td style="text-align: left; width: 200px;">Do you really want to send System Message?</td>
|
||||
<td style="text-align: left;">
|
||||
<input type="submit" style="width: 240px;" class="fm" name="confirm" value="Yes">
|
||||
<input type="submit" style="width: 240px;" class="fm" name="confirm" value="No"></td>
|
||||
<input type="submit" style="width: 240px;" class="fm" name="confirm" value="Yes" />
|
||||
<input type="submit" style="width: 240px;" class="fm" name="confirm" value="No" /></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user