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
|
<?php $navig['link_picture_add'] = "เพิ่มข้อมูลลิงค์นอก"; navigator($navig); echo "<br>"; bar_header("เพิ่มข้อมูลลิงค์นอก"); // Bar_Header fieldset_top("ลิงค์");
//include ("ajax_link_picture.php"); echo "<br/>"; ?>
<form name="add" action="index.php?mod=sponser_add_output&path=sponser&id_top=<?php echo $_GET["id_top"]; ?>" method="post" enctype="multipart/form-data" onSubmit=""> <table width="100%" border="0" align="center" cellpadding="1" cellspacing="1"> <tr height='35'> <td width='10%'></td> <td width=30%><?php echo print_arr1(); ?> อัพโหลดรูปภาพ หรือ Flash <font color='ff0000'><br></font></td> <td><input name="picture_file" type="file" ></td> </tr>
<tr height='35'> <td></td> <td><?php echo print_arr1(); ?> คำอธิบายรูปภาพ</td> <td><input name="pic_description" type="text" size=34></td> </tr>
<tr height='35'> <td></td> <td><?php echo print_arr1(); ?> ลิงค์ไปที่</td> <td><input name="link_target" type="text" size=34 value='http://'></td> </tr>
<?php button_text('เพิ่มข้อมูล', 'Submit', 3); ?> <!-- <tr> <td colspan='3'> <input type="submit" name="Submit" value="เพิ่มข้อมูล" onmouseover="this.style.cursor = 'hand'"> </td> </tr> -->
</table> </form>
<?php fieldset_down(); ?>
|