Update redirectFromJinxxy.php
This commit is contained in:
@@ -105,6 +105,10 @@ echo '<br><span style="font-family: consolas">Currency Code </span>' . $cur
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.insert form input[type="text"] {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -116,7 +120,7 @@ echo '<br><span style="font-family: consolas">Currency Code </span>' . $cur
|
|||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="insert" style="height: 100%;">
|
<div class="insert" style="height: 100%;">
|
||||||
<form action="insert-jinxxy.php" method="post" style="height: 100%;">
|
<form action="insert-jinxxy.php" method="post" style="height: 100%; width:50%;">
|
||||||
<select name="section" id="section">
|
<select name="section" id="section">
|
||||||
<option value="1">Assets</option>
|
<option value="1">Assets</option>
|
||||||
<option value="2">Avatars</option>
|
<option value="2">Avatars</option>
|
||||||
@@ -131,10 +135,11 @@ echo '<br><span style="font-family: consolas">Currency Code </span>' . $cur
|
|||||||
echo "
|
echo "
|
||||||
<label>
|
<label>
|
||||||
<input type=\"checkbox\" name=\"" . $row["tag"] . "\">" . $row["name"] . "
|
<input type=\"checkbox\" name=\"" . $row["tag"] . "\">" . $row["name"] . "
|
||||||
</label><br>";
|
</label>";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
<br>
|
||||||
<input type="text" name="creator_name" value="<?php echo $creator_name; ?>">
|
<input type="text" name="creator_name" value="<?php echo $creator_name; ?>">
|
||||||
<input type="text" name="creator_pb" value="<?php echo $creator_pb; ?>">
|
<input type="text" name="creator_pb" value="<?php echo $creator_pb; ?>">
|
||||||
<input type="text" name="creator_jinxxyURL" value="<?php echo $creator_jinxxyURL; ?>">
|
<input type="text" name="creator_jinxxyURL" value="<?php echo $creator_jinxxyURL; ?>">
|
||||||
|
|||||||
Reference in New Issue
Block a user