public_html/layout/professional/profiles/contactauthorform.thtml
author Dirk Haun <dirk@haun-online.de>
Sun, 04 Oct 2009 10:08:27 +0200
branchHEAD
changeset 7356 7c38c0c6ce0c
parent 7243 c0541179fa32
child 8085 bd388242ae28
permissions -rw-r--r--
Added an option to send a copy to self to the "Mail Story to a Friend" dialog and made the look of this and the "Send mail to user" dialogs more consistent
     1 {start_block_mailstory2friend}
     2 <form action="{site_url}/profiles.php" method="post" name="contact">
     3     <table cellspacing="0" cellpadding="3" width="100%">
     4         <tr>
     5             <td class="alignright"><b>{lang_title}:</b></td>
     6             <td>{story_link}</td>
     7         </tr>
     8         <tr>
     9             <td class="alignright"><b>{lang_fromname}:</b></td>
    10             <td><input type="text" name="from" size="40" maxlength="96" value="{name}"{xhtml}></td>
    11         </tr>
    12         <tr>
    13             <td class="alignright"><b>{lang_fromemailaddress}:</b></td>
    14             <td><input type="text" name="fromemail" size="40" maxlength="96" value="{email}"{xhtml}></td>
    15         </tr>
    16         <tr>
    17             <td class="alignright"><b>{lang_toname}:</b></td>
    18             <td><input type="text" name="to" size="40" maxlength="96" value="{toname}"{xhtml}></td>
    19         </tr>
    20         <tr>
    21             <td class="alignright"><b>{lang_toemailaddress}:</b></td>
    22             <td><input type="text" name="toemail" size="40" maxlength="96" value="{toemail}"{xhtml}></td>
    23         </tr>
    24         <tr>
    25             <td class="alignright" style="vertical-align:top;"><b>{lang_shortmessage}:</b></td>
    26             <td><textarea name="shortmsg" rows="10" style="width:100%">{shortmsg}</textarea></td>
    27         </tr>
    28         <tr>
    29             <td class="alignright"><b>{lang_cc}</b></td>
    30             <td><input type="checkbox" name="cc" checked="checked"{xhtml}>&nbsp;{lang_cc_description}</td>
    31         </tr>
    32         {captcha}
    33         <tr>
    34             <td colspan="2" class="warning aligncenter" style="padding-top:10px;">
    35                 {lang_warning}
    36                 <div style="padding:5px;">
    37                     <input type="hidden" name="sid" value="{story_id}"{xhtml}>
    38                     <input type="hidden" name="what" value="sendstory"{xhtml}>
    39                     <input type="submit" value="{lang_sendmessage}"{xhtml}>
    40                 </div>
    41             </td>
    42         </tr>
    43     </table>
    44 </form>
    45 {end_block}