source: trunk/www.guidonia.net/wp/wp-content/plugins/odlinks/themes/default/addurl.tpl@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 2.2 KB
Line 
1{include file='header.tpl'}
2
3<div class="odl_container">
4 <h3>Submit a Site</h3>
5 <div class="editform">
6
7 {if $error}
8 <font color="red"><b>{$error}</b></font><hr>
9 {/if}
10
11
12 {if $googletop}
13 {$googleAd}
14 {/if}
15
16
17 <font color="green">&nbsp;All fields are REQUIRED!</font>
18 {if $title}
19 <br>Category: {$title}
20 {/if}
21 {if $description}
22 <br>{$description}
23 {/if}
24 <form method="post" id="odl_addlink_post" name="odl_addlink_post" onsubmit="this.sub.disabled=true;this.sub.value='Posting Link...';" action="{$odl_post_link}">
25 <input type="hidden" name="odlinkspost_topic" value="yes" />
26 <table border=0 cellpadding=5 cellspacing=5 width="90%">
27 <tr bgcolor="#F4F4F4">
28 <td class="odl_label_right">URL of the page: </td>
29 <td><input type="text" name="odlinksdata[url]" value="{$url}" size="50"></td>
30 </tr>
31 <tr>
32 <td class="odl_label_right">Website Title: </td>
33 <td><input type="text" name="odlinksdata[title]" value="{$title}" size="50"><br />
34 <span class ="smallTxt">Maximum 50 characters</span></td>
35 </tr>
36 <tr bgcolor="#F4F4F4">
37 <td class="odl_label_right">Description: </td>
38 <td><textarea rows="6" name="odlinksdata[description]" cols="40">{$description}</textarea><br />
39 <span class ="smallTxt">Maximum 250 characters</span></td>
40 </tr>
41 <tr>
42 <td class="odl_label_right">Category: </td>
43 <td>
44 <select size="1" name="odlinksdata[category]">{$categories}</select><br />
45 <span class ="smallTxt">Submit to the one best category possible.</span></td>
46 </tr>
47 <tr bgcolor="#F4F4F4">
48 <td class="odl_label_right">Email address: </td>
49 <td><input type="text" name="odlinksdata[email]" value="{$email}" size="40">
50 <br /><span class ="smallTxt">Note: Your email address is only used to notify the editorand to notify you on the status of your submission.</span></td>
51 </tr>
52 {$confirm}
53 <tr bgcolor="#F4F4F4"><td></td><td bgcolor="#F4F4F4"><p>We don't accept all sites, so please don't take it personally should your site not be accepted.<BR>
54 <input type=submit value="Add URL" name=odlinksdata[add]></p></td></tr>
55
56 </table>
57
58 {php}do_action('odlinkspost_topic_above_submit');{/php}
59 <p>&nbsp;</p>
60 </form>
61
62 {if $googlebtn}
63 {$googleAd}
64 {/if}
65 </div>
66<HR />
67<div class="main-content">
68{include file='footer.tpl'}
Note: See TracBrowser for help on using the repository browser.