Browse Source

Перенесено в папку

master
SVarlamov 8 years ago
parent
commit
0c0180b3f0
  1. 2
      README.md
  2. 0
      poll/ReadMe.txt
  3. 0
      poll/admin/admin_comments.tpl
  4. 0
      poll/admin/admin_fields.tpl
  5. 0
      poll/admin/admin_forms.tpl
  6. 0
      poll/admin/js/color.png
  7. 0
      poll/admin/js/iColorPicker.js
  8. 0
      poll/class.poll.php
  9. 0
      poll/funcs/func.rewrite.php
  10. 0
      poll/index.php
  11. 0
      poll/lang/index.php
  12. 0
      poll/lang/ru.txt
  13. 0
      poll/module.php
  14. 0
      poll/sql.php
  15. 0
      poll/templates/archive.tpl
  16. 0
      poll/templates/index.php
  17. 0
      poll/templates/js/common.js
  18. 0
      poll/templates/poll_form.tpl
  19. 0
      poll/templates/poll_nav.tpl
  20. 0
      poll/templates/poll_nav_result.tpl
  21. 0
      poll/templates/result.tpl

2
README.md

@ -6,7 +6,7 @@
## Данный модуль предназачен для организации системы опросов на сайте.
* Возможности модуля позволяют создавать неограниченное количество опросных листов, а также неограниченное количество вопросов.
* Добавить в .htaccess <br>
* Добавить в .htaccess (вне секции | Rewrite engine )<br>
## Poll<br>
RewriteRule ^poll-([0-9]+).html$ index.php?module=poll&action=result&pid=$1<br>

0
ReadMe.txt → poll/ReadMe.txt

0
admin/admin_comments.tpl → poll/admin/admin_comments.tpl

0
admin/admin_fields.tpl → poll/admin/admin_fields.tpl

0
admin/admin_forms.tpl → poll/admin/admin_forms.tpl

0
admin/js/color.png → poll/admin/js/color.png

Before

Width:  |  Height:  |  Size: 892 B

After

Width:  |  Height:  |  Size: 892 B

0
admin/js/iColorPicker.js → poll/admin/js/iColorPicker.js

0
class.poll.php → poll/class.poll.php

0
funcs/func.rewrite.php → poll/funcs/func.rewrite.php

0
index.php → poll/index.php

0
lang/index.php → poll/lang/index.php

0
lang/ru.txt → poll/lang/ru.txt

0
module.php → poll/module.php

0
sql.php → poll/sql.php

0
templates/archive.tpl → poll/templates/archive.tpl

0
templates/index.php → poll/templates/index.php

0
templates/js/common.js → poll/templates/js/common.js

0
templates/poll_form.tpl → poll/templates/poll_form.tpl

0
templates/poll_nav.tpl → poll/templates/poll_nav.tpl

0
templates/poll_nav_result.tpl → poll/templates/poll_nav_result.tpl

0
templates/result.tpl → poll/templates/result.tpl

Loading…
Cancel
Save