ESH/add_menu_master.php
2024-10-23 18:28:06 +05:30

68 lines
1.1 KiB
PHP

<title>Add with Menu Master</title>
<style>
table, tr, td {
border: 1px solid black;
border-collapse: collapse;
font-family: Verdana;
font-size: 12px;
font-weight: normal;
}
th, td {
padding: 5px;
}
.header{
height:30px;
background-color:#999933;
margin:5px 0 5px 0;
font-family: Verdana;
font-size: 12px;
font-weight: normal;
text-align:center;
paddign-top:2px;
color:white;
}
</style>
<div class="container">
<div class="header">Menu Master</div>
<div class="body">
<table style="width:100%" align="center">
<tr>
<td>Menu Id:
</td>
<td><input type="text" name="menu_id" />
</td>
</tr>
<tr>
<td>Menu Name:
</td>
<td><input type="text" name="menu_name" />
</td>
</tr>
<tr>
<td>Select Parent:
</td>
<td><select><option>hello</option></select>
</td>
</tr>
<tr>
<td>Menu Description:
</td>
<td><input type="text" name="menu_description">
</td>
</tr>
<tr>
<td>Menu URL:
</td>
<td><input type="text" name="menu_url">
</td>
</tr>
<tr>
<td colspan="2"><input type="button" name="add" value="add"><input type="button" name="add" value="back"></td>
</tr>
</table>
</div>
<div class="header">Menu Master</div>
</div>