Changeset 915848
- Timestamp:
- 05/16/2014 10:09:41 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wordpress-prevent-copy-paste-plugin/trunk/admin-core.php
r915837 r915848 81 81 <div class="inner_block"> 82 82 <h2>Smart Wordpress Prevent Copy/Paste Options:</h2> 83 <p>Our plugin protect your content from being copied by any other web sites,84 the content is the king and you don't want your content be distributed85 without your permission!!</p>86 <p align="left"><?php echo "<img src='$pluginsurl/images/logo.png' align='center' />";?></p>87 83 <table border="0" width="100%" cellspacing="0" cellpadding="0"> 88 84 <tr> … … 113 109 </tr> 114 110 <tr> 115 <td width="221"><b>Right click </b>(by mouse) Protection</td>116 <td><select size="1" name="right_click_by_mouse_protection">117 <?php118 if ($wpcp_settings['right_click_by_mouse_protection'] == 'Enabled')119 {120 echo '<option selected>Enabled</option>';121 echo '<option>Disabled</option>';122 }123 else124 {125 echo '<option>Enabled</option>';126 echo '<option selected>Disabled</option>';127 }128 ?>129 </select></td>130 <td width="212">131 <p align="center"><font color="#008000">disallow right mouse132 click to prevent saving images</font></td>133 </tr>134 <tr>135 <td width="221">Protection by <b>CSS</b></td>136 <td>137 <select size="1" name="css_protection">138 <?php139 if ($wpcp_settings['css_protection'] == 'Enabled')140 {141 echo '<option selected>Enabled</option>';142 echo '<option>Disabled</option>';143 }144 else145 {146 echo '<option>Enabled</option>';147 echo '<option selected>Disabled</option>';148 }149 ?>150 </select>151 </td>152 <td width="212">153 <p align="center"><font color="#008000">Using CSS special code154 to protect the content without JavaScript</font></td>155 </tr>156 <tr>157 111 <td width="221"><b>Home Page</b> Protection</td> 158 112 <td> … … 176 130 even from my homepage</font></td> 177 131 </tr> 178 <tr>179 <td width="221"> </td>180 <td>181 </td>182 <td width="212"> </td>183 </tr>184 132 </table></div> 185 133
Note: See TracChangeset
for help on using the changeset viewer.