Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. if($this->request['category_id'] == 1) {
  2. $text = IPSText::getTextClass('bbcode')->preEditParse( "[b]Opis problemu:[/b] " );
  3. // $this->currCat = intval($this->request['category_id']);
  4. }
  5. elseif ($this->request['category_id'] == 2) {
  6. $text = IPSText::getTextClass('bbcode')->preEditParse( "[b]Postać:[/b]
  7. [b]UID postaci:[/b]
  8. [b]UID pojazdu:[/b]
  9. [b]Opis problemu, prośby:[/b] " );
  10. // $this->currCat = intval($this->request['category_id']);
  11. }
  12. elseif ($this->request['category_id'] == 3) {
  13. $text = IPSText::getTextClass('bbcode')->preEditParse( "[b]Postać:[/b]
  14. [b]UID postaci:[/b]
  15. [b]UID przedmiotu:[/b]
  16. [b]Opis problemu:[/b] " );
  17. // $this->currCat = intval($this->request['category_id']);
  18. }
  19. elseif ($this->request['category_id'] == 4) {
  20. $text = IPSText::getTextClass('bbcode')->preEditParse( "[b]Postać:[/b]
  21. [b]UID postaci:[/b]
  22. [b]UID interioru:[/b]
  23. [b]Opis problemu, prośby:[/b]
  24. [b]Informacje na temat interioru, które posiadamy:[/b] " );
  25. // $this->currCat = intval($this->request['category_id']);
  26. }
  27. elseif ($this->request['category_id'] == 5) {
  28. $text = IPSText::getTextClass('bbcode')->preEditParse( "[b]Nick postaci:[/b]
  29. [b]UID biznesu:[/b]
  30. [b]Czego dotyczy wniosek:[/b]
  31. [b]Szczegółowy opis zmian o które prosisz:[/b] " );
  32. // $this->currCat = intval($this->request['category_id']);
  33. }
  34. elseif ($this->request['category_id'] == 6) {
  35. $text = IPSText::getTextClass('bbcode')->preEditParse( "[b]Nick postaci:[/b]
  36. [b]UID organizacji:[/b]
  37. [b]Czego dotyczy wniosek:[/b]
  38. [b]Szczegółowy opis zmian o które prosisz:[/b] " );
  39. // $this->currCat = intval($this->request['category_id']);
  40. }
  41. elseif ($this->request['category_id'] == 7) {
  42. $text = IPSText::getTextClass('bbcode')->preEditParse( "[b]Nick postaci:[/b]
  43. [b]UID frakcji:[/b]
  44. [b]Czego dotyczy wniosek:[/b]
  45. [b]Szczegółowy opis zmian o które prosisz:[/b] " );
  46. // $this->currCat = intval($this->request['category_id']);
  47. }
  48. elseif ($this->request['category_id'] == 8) {
  49. $text = IPSText::getTextClass('bbcode')->preEditParse( "[b]Nazwa działu:[/b]
  50. [b]Miejsce umieszczenia działu:[/b]
  51. [b]Szczegółowy opis zmian o które prosisz:[/b] " );
  52. // $this->currCat = intval($this->request['category_id']);
  53. }
  54. elseif ($this->request['category_id'] == 9) {
  55. $text = IPSText::getTextClass('bbcode')->preEditParse( "[b]Nick osoby, której powinny zostać zmienione prawa moderacyjne:[/b]
  56. [b]Działy, których dotyczy prośba:[/b]
  57. [b]Opis związany z potrzebą zmiany:[/b] " );
  58. // $this->currCat = intval($this->request['category_id']);
  59. }
  60. elseif ($this->request['category_id'] == 10) {
  61. $text = IPSText::getTextClass('bbcode')->preEditParse( "[b]Tytuł wydarzenia:[/b]
  62. [b]Proponowana data rozegrania eventu:[/b]
  63. [b]Czas trwania całego wydarzenia:[/b]
  64. [b]Szczegółowy opis:[/b]
  65. [b]Co będzie potrzebne od strony administracji do realizacji pomysłu:[/b] " );
  66. // $this->currCat = intval($this->request['category_id']);
  67. }
  68. elseif ($this->request['category_id'] == 11) {
  69. $text = IPSText::getTextClass('bbcode')->preEditParse( "[b]Jakiej części forum dotyczy błąd:[/b]
  70. [b]Opis problemu:[/b] " );
  71. // $this->currCat = intval($this->request['category_id']);
  72. }
  73. elseif ($this->request['category_id'] == 12) {
  74. $text = IPSText::getTextClass('bbcode')->preEditParse( "[b]Czego dotyczy błąd:[/b]
  75. [b]Szczegółowy opis problemu:[/b]
  76. [b]Dowody, screeny:[/b] " );
  77. // $this->currCat = intval($this->request['category_id']);
  78. }
  79. elseif ($this->request['category_id'] == 13) {
  80. $text = IPSText::getTextClass('bbcode')->preEditParse( "[b]Nick postaci:[/b]
  81. [b]UID postaci:[/b]
  82. [b]Czego dotyczy wniosek:[/b]
  83. [b]Szczegółowy opis zmian o które prosisz:[/b] " );
  84. // $this->currCat = intval($this->request['category_id']);
  85. }
  86. else {
  87. $text = IPSText::getTextClass('bbcode')->preEditParse( "Err" );
  88. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement