50 lines
1.7 KiB
PHP
50 lines
1.7 KiB
PHP
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<!-- script src="js/scripts.js"></script -->
|
|
<center>
|
|
|
|
<form method="POST">
|
|
<table style="width:850px;" class="table table-stripped">
|
|
<tr>
|
|
<td>Category :</td>
|
|
<td>
|
|
<select name="category" style="150px;">
|
|
<option value=1>GENERAL</option>
|
|
<option value=2>Earn</option>
|
|
<option value=3>Save</option>
|
|
<option value=4>Invest</option>
|
|
<option value=5>Borrow</option>
|
|
<option value=6>Protect</option>
|
|
<option value=7>Careers</option>
|
|
<option value=8>Tips</option>
|
|
</select>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="150px;">Title :[250max]</td>
|
|
<td><input type="text" name="title" value="" id="title" style="width:100%;" maxlength="245"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Text :</td>
|
|
<td><textarea name="detail" style="width: 100%;height: 600px;"></textarea></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Status :</td>
|
|
<td>Not Implemented yet</td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td><input type="submit" name="submit"></td>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|