Ejemplo n.º 1
0
            
            <!-- comments text -->
            <div style="color:<?php 
                    echo $OptionsVisC["comm_font_color"];
                    ?>
;font-size:<?php 
                    echo $OptionsVisC["comm_font_size"];
                    ?>
;font-style:<?php 
                    echo $OptionsVisC["comm_font_style"];
                    ?>
;font-weight:<?php 
                    echo $OptionsVisC["comm_font_weight"];
                    ?>
;"><?php 
                    echo nl2br(ReadHTML($Comments["comment"]));
                    ?>
</div>
        
        </div>
        
        <div style="clear:both;height:<?php 
                    echo $OptionsVisC["dist_btw_comm"];
                    ?>
;"></div>
        
        <?php 
                    if ($Options["comments_order"] == 'OnTop') {
                        $commentNum--;
                    } else {
                        $commentNum++;
Ejemplo n.º 2
0
        ?>
&cat_id=<?php 
        echo $News["cat_id"];
        ?>
#ontitle" style="color:<?php 
        echo $OptionsVis["title_im_color"];
        ?>
;font-size: <?php 
        echo $OptionsVis["title_im_font_size"];
        ?>
px; font-family: <?php 
        echo $OptionsVis["title_im_font_family"];
        ?>
;">
            	<?php 
        echo ReadHTML($News["title"]);
        ?>

        	</a>
        </h3>
        <p>
        	<?php 
        if ($OptionsVis["sl_show_summ_text"] == "yes") {
            ?>

			<span style="display:block; height:66px;padding-left:4px;padding-right:4px; font-size: <?php 
            echo $OptionsVis["sl_summ_font_size"];
            ?>
px; line-height: <?php 
            echo $OptionsVis["sl_summ_font_size"] + 4;
            ?>
Ejemplo n.º 3
0
        echo ReadHTML($OptionsLang["wrong_answer"]);
        ?>
" /></td>
      </tr>
      <tr>
        <td>&nbsp;</td>
        <td><input name="submit4" type="submit" value="Save" class="submitButton" /></td>
      </tr>
      
      <tr>
        <td colspan="3" class="subinfo">Admin email subjects: </td>
      </tr>      
       <tr>
        <td class="langLeft">Email subject when new comment posted:</td>
        <td valign="top"><input name="New_comment_posted" type="text" size="50" value="<?php 
        echo ReadHTML($OptionsLang["New_comment_posted"]);
        ?>
" /></td>
      </tr>
      
      <tr>
        <td>&nbsp;</td>
        <td><input name="submit5" type="submit" value="Save" class="submitButton" /></td>
      </tr>
    </table>
	</form>

<?php 
    } elseif ($_REQUEST["act"] == 'html') {
        ?>
Ejemplo n.º 4
0
        <td class="formLeft"><?php 
        echo $lang['Edit_comment_Name'];
        ?>
</td>
        <td><input name="name" type="text" size="40" maxlength="250" value="<?php 
        echo ReadHTML($Comments["name"]);
        ?>
" /></td>
	  </tr>
  	  <tr>
        <td class="formLeft"><?php 
        echo $lang['Edit_comment_Email'];
        ?>
</td>
        <td><input name="email" type="text" size="40" maxlength="250" value="<?php 
        echo ReadHTML($Comments["email"]);
        ?>
" /></td>
      </tr>
  	  <tr>
    	<td class="formLeft" valign="top"><?php 
        echo $lang['Edit_comment_Comment'];
        ?>
</td>
    	<td><textarea name="comment" cols="80" rows="10"><?php 
        echo ReadDB($Comments["comment"]);
        ?>
</textarea></td>
  	  </tr>
  	  <tr>
        <td class="formLeft" align="left">&nbsp;</td>