public_html/layout/professional_css/profiles/contactauthorform.thtml
author Tom <websitemaster@cogeco.net>
Wed, 01 Feb 2012 20:35:07 -0500
branchHEAD
changeset 8487 e61a1038595a
parent 8069 d577fa397d82
permissions -rw-r--r--
CC setting is now an admin option. Original patch provided by Rouslan Placella. (feature request #0001259)
     1 
     2 <!-- profiles/contactauthorform.thtml { -->
     3 
     4 {start_block_mailstory2friend}
     5   <form action="{site_url}/profiles.php" method="post" id="contactauthorform" class="compact">
     6 
     7     <div class="user_basic">
     8       <dl>
     9         <dt><label for="contactauthorform-title">{lang_title}</label></dt>
    10         <dd>{story_link}</dd>
    11 
    12         <dt><label for="contactauthorform-from">{lang_fromname}</label></dt>
    13         <dd><input type="text" size="30" maxlength="96" value="{name}" name="from" id="contactauthorform-from" class="text"{xhtml}></dd>
    14 
    15         <dt><label for="contactauthorform-fromemail">{lang_fromemailaddress}</label></dt>
    16         <dd><input type="text" size="30" maxlength="96" value="{email}" name="fromemail" id="contactauthorform-fromemail" class="text"{xhtml}></dd>
    17 
    18         <dt><label for="contactauthorform-to">{lang_toname}</label></dt>
    19         <dd><input type="text" size="30" maxlength="96" value="{toname}" name="to" id="contactauthorform-to" class="text"{xhtml}></dd>
    20 
    21         <dt><label for="contactauthorform-toemail">{lang_toemailaddress}</label></dt>
    22         <dd><input type="text" size="30" maxlength="96" value="{toemail}" name="toemail" id="contactauthorform-toemail" class="text"{xhtml}></dd>
    23 
    24         <dt><label for="contactauthorform-shortmsg">{lang_shortmessage}</label></dt>
    25         <dd><textarea rows="8" cols="50" name="shortmsg" id="contactauthorform-shortmsg">{shortmsg}</textarea></dd>
    26         <dt{cc_enabled}><label for="contactauthorform-cc">{lang_cc}</label></dt>
    27         <dd{cc_enabled}><input type="checkbox" name="cc" id="contactauthorform-cc"{cc}{xhtml}>&nbsp;{lang_cc_description}</dd>
    28 
    29       </dl>
    30 
    31       {captcha}
    32 
    33       <p class="description">{lang_warning}</p>
    34 
    35       <ul class="submit">
    36         <li>
    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}" onclick="return postconfirm();" onkeypress="return postconfirm();" class="submit"{xhtml}>
    40         </li>
    41       </ul>
    42     </div>
    43   </form>
    44 {end_block}
    45 
    46 <!-- } profiles/contactauthorform.thtml -->