Line | |
---|
1 | {include file='header.tpl'}
|
---|
2 |
|
---|
3 | <div class="odl_container">
|
---|
4 | <h3>Send this link to a friend</h3>
|
---|
5 | <div class="editform">
|
---|
6 |
|
---|
7 | {if $error}
|
---|
8 | <font color="red"><b>{$error}</b></font><hr>
|
---|
9 | {/if}
|
---|
10 |
|
---|
11 | {if $googletop}
|
---|
12 | {$googleAd}
|
---|
13 | {/if}
|
---|
14 |
|
---|
15 | <font color="green"> All fields are REQUIRED!</font>
|
---|
16 | <HR>
|
---|
17 | <BR>
|
---|
18 | <p><b>Title: </b>{$title}<BR><b>Description: </b>{$description}</p>
|
---|
19 | <form method="post" id="odl_sendlink" name="odl_sendlink" onsubmit="this.sub.disabled=true;this.sub.value='Sending Link...';" action="{$odl_send_link}">
|
---|
20 | <input type="hidden" name="odlinks_send_link" value="yes" />
|
---|
21 | <table border=0 cellpadding=5 cellspacing=5 width="90%">
|
---|
22 | <tr bgcolor="#F4F4F4">
|
---|
23 | <td class="odl_label_right">Your name: </td>
|
---|
24 | <td><input type="text" name="odlinksdata[yourname]" value="{$yourname}" size="35"></td>
|
---|
25 | </tr>
|
---|
26 | <tr>
|
---|
27 | <td class="odl_label_right">Your email: </td>
|
---|
28 | <td><input type="text" name="odlinksdata[mailfrom]" value="{$mailfrom}" size="35"></td>
|
---|
29 | </tr>
|
---|
30 | <tr bgcolor="#F4F4F4">
|
---|
31 | <td class="odl_label_right">Friend's Name: </td>
|
---|
32 | <td><input type="text" name="odlinksdata[fname]" value="{$fname}" size="35"></td>
|
---|
33 | </tr>
|
---|
34 | <tr>
|
---|
35 | <td class="odl_label_right">Friend's Email: </td>
|
---|
36 | <td><input type="text" name="odlinksdata[mailto]" value="{$mailto}" size="35"></td>
|
---|
37 | </tr>
|
---|
38 | {$confirm}
|
---|
39 | <tr bgcolor="#F4F4F4"><td></td><td><input type=submit value="Send Email" name=odlinksdata[send]></p></td></tr>
|
---|
40 | </table>
|
---|
41 |
|
---|
42 | {php}do_action('odlinkspost_topic_above_submit');{/php}
|
---|
43 | <p> </p>
|
---|
44 | </form>
|
---|
45 | </div>
|
---|
46 | {if $googlebtn}
|
---|
47 | {$googleAd}
|
---|
48 | {/if}
|
---|
49 | <HR />
|
---|
50 | <div class="main-content">
|
---|
51 | {include file='footer.tpl'}
|
---|
Note:
See
TracBrowser
for help on using the repository browser.