-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathadmin-manage.php
52 lines (52 loc) · 3.4 KB
/
admin-manage.php
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
<div class="wrap">
<div id="icon-options-general" class="icon32"><br /></div>
<h2>7 Type Of Animated Flying Twitter Bird Widget For Wordpress</h2>
<form method="post" action="<?php echo admin_url('admin.php?page=flying-twitter');?>" name="frmtweet" id="frmtweet" >
<table class="form-table">
<tr valign="top">
<th scope="row">Twitter User Name</th>
<td><input class="text-input" size="25" name="twt_user" value="<?php echo get_option("twt_user");?>" type="text" style="height:30px"></td>
</tr>
<tr valign="top">
<th scope="row">Tweet This Text</th>
<td><input class="text-input" maxlength="140" size="55" name="twt_text" value="<?php echo get_option("twt_text");?>" type="text" style="height:30px"></td>
</tr>
<tr valign="top">
<th scope="row">Select a type of bird</th>
<td>
<table><tbody><tr>
<td>
<input <?php echo (get_option("twt_js")=='js/twitterbird.js')?'checked="checked"':'';?> name="twt_js" type="radio" value="js/twitterbird.js"/></td>
<td><img class="middle" src="<?php echo plugins_url( 'images/twitterbird-thumb.png' , __FILE__ );?>"/></td>
<td>
<input <?php echo (get_option("twt_js")=='js/arrowplain.js')?'checked="checked"':'';?> name="twt_js" type="radio" value="js/arrowplain.js"/></td>
<td><img class="middle" src="<?php echo plugins_url( 'images/arrowplain-thumb.png' , __FILE__ );?>"/></td>
<td>
<input <?php echo (get_option("twt_js")=='js/black-hwak.js')?'checked="checked"':'';?> name="twt_js" type="radio" value="js/black-hwak.js"/></td>
<td><img class="middle" src="<?php echo plugins_url( 'images/black-hwak-thumb.png' , __FILE__ );?>"/></td>
<td>
<input <?php echo (get_option("twt_js")=='js/christmas.js')?'checked="checked"':'';?> name="twt_js" type="radio" value="js/christmas.js"/></td>
<td><img class="middle" src="<?php echo plugins_url( 'images/christmas-thumb.png' , __FILE__ );?>"/></td>
<td>
<input <?php echo (get_option("twt_js")=='js/orange-man.js')?'checked="checked"':'';?> name="twt_js" type="radio" value="js/orange-man.js"/></td>
<td><img class="middle" src="<?php echo plugins_url( 'images/orange-man-thumb.png' , __FILE__ );?>"/></td>
<td>
<input <?php echo (get_option("twt_js")=='js/kame-hame-ha.js')?'checked="checked"':'';?> name="twt_js" type="radio" value="js/kame-hame-ha.js"/></td>
<td><img class="middle" src="<?php echo plugins_url( 'images/kame-hame-ha-thumb.png' , __FILE__ );?>"/></td>
<td>
<input <?php echo (get_option("twt_js")=='js/red-hawk.js')?'checked="checked"':'';?> name="twt_js" type="radio" value="js/red-hawk.js"/></td>
<td><img class="middle" src="<?php echo plugins_url( 'images/red-hawk-thumb.png' , __FILE__ );?>"/></td>
</tr>
</tbody>
</table>
</td>
</table>
<p class="submit">
<input class="button button-primary" value="Save Changes" type="submit" id="flytwitter" name="flytwitter" />
</p>
<legend style="margin-left:183px;"><h3></h3></legend>
<p class="submit">
<a class="button button-primary" href="http://www.theandroid-mania.com/contact/" target="_blank">Contact for Custom Birds</a>
</p>
</form>
</div>