-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodal3.php
More file actions
57 lines (50 loc) · 1.56 KB
/
modal3.php
File metadata and controls
57 lines (50 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!-- The Modal -->
<div id="myModal1" class="modal">
<!-- Modal content -->
<div class="modal-content">
<form method="get" action="insert3.php">
<span class="close" id="close2">x</span>
<p><label for="title">Title</label><br>
<input type="text" name="title" id="title"/>
</p>
<p> <label for="id_category">Category</label><br>
<input type="text" name="id_category" id="id_category"/>
</p>
<p> <label for="content">Content</label><br>
<input type="text" name="content" id="content"/>
</p>
<p> <label for="url_img">Url image</label><br>
<input type="text" name="url_image" id="url_image"/>
</p>
<p>
<input class="myButton" type="submit" name="submit" value="send" />
</p>
</form>
</div>
</div>
<!-- The Modal -->
<div id="myModal2" class="modal">
<!-- Modal content -->
<div class="modal-content">
<form id="fr12" method="get" action="edit3.php">
<span class="close" id="close3">x</span>
<input type="hidden" name="eddel" id="eddel" value=""/>
<input type="hidden" name="num" id="num" value=""/>
<p><label for="title">Title</label><br>
<input type="text" name="title1" id="title1"/>
</p>
<p> <label for="id_category">Category</label><br>
<input type="text" name="id_category1" id="id_category1"/>
</p>
<p> <label for="content">Content</label><br>
<input type="text" name="content1" id="content1"/>
</p>
<p> <label for="url_img">Url image</label><br>
<input type="text" name="url_image1" id="url_image1"/>
</p>
<p>
<input class="myButton" type="submit" id="sub" name="sub" value="send" />
</p>
</form>
</div>
</div>