Changeset 950
- Timestamp:
- 2006/12/22 10:26:01 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/newbb/include/forumform.inc.php
r943 r950 36 36 include_once XOOPS_ROOT_PATH."/include/xoopscodes.php"; 37 37 38 echo "<div style='padding: 15px 0;'>"; 38 39 $token=&XoopsMultiTokenHandler::quickCreate('newbb_post'); 39 40 40 echo "<div style='padding: 15px 0;'>";41 41 echo "<form action='post.php' method='post' name='forumform' id='forumform' onsubmit='return xoopsValidate(\"subject\", \"message\", \"contents_submit\", \"".htmlspecialchars(_PLZCOMPLETE, ENT_QUOTES)."\", \"".htmlspecialchars(_MESSAGETOOLONG, ENT_QUOTES)."\", \"".htmlspecialchars(_ALLOWEDCHAR, ENT_QUOTES)."\", \"".htmlspecialchars(_CURRCHAR, ENT_QUOTES)."\");'><table cellspacing='1' class='outer' width='100%'><tr><td class='head' width='25%' valign='top'>". _MD_ABOUTPOST .":</td>"; 42 42 echo $token->getHtml();
Note: See TracChangeset
for help on using the changeset viewer.
