Advertisement
Guest User

Untitled

a guest
Jul 16th, 2012
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.18 KB | None | 0 0
  1. nabeel@phpvms:/var/projects/phpvms/app/core$ ack-grep "\.tpl"
  2. bootstrap.inc.php
  3. 90:        Template::Show('maintenance.tpl');
  4.  
  5. modules/Pilots/Pilots.php
  6. 43:         $this->render('pilots_list.tpl');
  7. 55:     $this->render('pilots_list.tpl');
  8. 68:         $this->render('core_error.tpl');
  9. 77:     $this->render('pireps_viewall.tpl');
  10. 165:        $this->render('frontpage_recentpilots.tpl');
  11.  
  12. modules/news/news.php
  13. 47:         $this->show('news_newsitem.tpl');
  14.  
  15. modules/RouteMap/RouteMap.php
  16. 58:     $this->render('flown_routes_map.tpl');
  17.  
  18. modules/Login/Login.php
  19. 33:         $this->render('login_already.tpl');
  20. 42:         $this->render('login_form.tpl');
  21. 50:     $this->render('login_complete.tpl');
  22. 60:     $this->render('login_forgotpassword.tpl');
  23. 74:             $this->render('login_notfound.tpl');
  24. 86:         $message = Template::GetTemplate('email_lostpassword.tpl', true);
  25. 90:         $this->render('login_passwordreset.tpl');
  26. 102:            $this->render('login_form.tpl');
  27. 109:            $this->render('login_form.tpl');
  28. 114:                $this->render('login_unconfirmed.tpl');
  29. 119:                $this->render('login_rejected.tpl');
  30.  
  31. modules/Activity/Activity.php
  32. 34:        $this->render('activity_list.tpl');
  33. 51:        $this->render('activity_list.tpl');
  34.  
  35. modules/Schedules/Schedules.php
  36. 75:        $this->render('schedule_details.tpl');
  37. 76:        $this->render('route_map.tpl');
  38. 88:            $this->render('core_error.tpl');
  39. 94:        $this->render('schedule_briefing.tpl');
  40. 106:            $this->render('core_error.tpl');
  41. 113:        $this->render('schedule_boarding_pass.tpl');
  42. 126:        $this->render('schedule_bids.tpl');
  43. 208:        $this->render('schedule_searchform.tpl');
  44. 278:        $this->render('schedule_list.tpl');
  45. 323:        $this->render('schedule_results.tpl');
  46.  
  47. modules/Contact/Contact.php
  48. 31:                 $this->render('core_error.tpl');
  49. 45:             $this->render('contact_form.tpl');
  50. 51:             $this->render('core_error.tpl');
  51. 69:         $this->render('contact_sent.tpl');
  52. 87:     $this->render('contact_form.tpl');
  53.  
  54. modules/Profile/Profile.php
  55. 31:         $this->render('core_error.tpl');
  56. 66:     $this->render('profile_main.tpl');
  57. 100:        $this->render('pilot_public_profile.tpl');
  58. 101:        $this->render('pireps_viewall.tpl');
  59. 113:            $this->render('core_error.tpl');
  60. 118:        $this->render('profile_stats.tpl');
  61. 130:        $this->render('profile_badge.tpl');
  62. 142:            $this->render('core_error.tpl');
  63. 153:        $this->render('profile_edit.tpl');
  64. 165:            $this->render('core_error.tpl');
  65. 169:        $this->render('profile_changepassword.tpl');
  66. 181:            $this->render('core_error.tpl');
  67. 210:        $this->render('core_success.tpl');
  68. 222:            $this->render('core_error.tpl');
  69. 229:            $this->render('core_error.tpl');
  70. 235:            $this->render('core_error.tpl');
  71. 249:        $this->render('core_success.tpl');
  72.  
  73. modules/ACARS/ACARS.php
  74. 33:     $this->render('acarsmap.tpl');
  75. 147:        $this->write_config('fsacars_config.tpl', Auth::$userinfo->code.'.ini');
  76. 152:        $this->write_config('fspax_config.tpl', Auth::$userinfo->code.'_config.cfg');
  77. 157:        $this->write_config('xacars_config.tpl', 'xacars.ini');
  78. 164:     * @param mixed $template_name Template to use for config (fspax_config.tpl)
  79.  
  80. modules/Registration/Registration.php
  81. 25:         $this->renderTemplate('registration_javascript.tpl');
  82. 35:         $this->render('login_already.tpl');
  83. 65:     $this->render('registration_mainform.tpl');
  84. 101:            $this->render('registration_error.tpl');
  85. 108:            $this->render('registration_error.tpl');
  86. 121:                $this->render('registration_autoconfirm.tpl');
  87. 124:                $this->render('registration_sentconfirmation.tpl');
  88. 146:        $message = Template::Get('email_registered.tpl', true);
  89.  
  90. modules/FrontBids/FrontBids.php
  91. 31:     $this->render('frontpage_recentbids.tpl');
  92.  
  93. modules/PIREPS/PIREPS.php
  94. 64:            $this->render('core_error.tpl');
  95. 84:                $this->render('core_error.tpl');
  96. 91:                $this->render('core_error.tpl');
  97. 101:                $this->render('core_success.tpl');
  98. 108:                $this->render('core_success.tpl');
  99. 122:        $this->render('pireps_viewall.tpl');
  100. 144:            $this->render('core_error.tpl');
  101. 152:            $this->render('core_error.tpl');
  102. 160:        $this->render('pirep_viewreport.tpl');
  103. 161:        $this->render('route_map.tpl');
  104. 172:            $this->render('core_error.tpl');
  105. 178:            $this->render('core_error.tpl');
  106. 186:            $this->render('core_error.tpl');
  107. 193:            $this->render('core_error.tpl');
  108. 199:        $this->render('pireps_addcomment.tpl');
  109. 210:            $this->render('core_error.tpl');
  110. 216:            $this->render('core_error.tpl');
  111. 223:            $this->render('core_error.tpl');
  112. 230:            $this->render('core_error.tpl');
  113. 237:            $this->render('core_error.tpl');
  114. 244:        $this->render('pirep_editform.tpl');
  115. 256:            $this->render('core_error.tpl');
  116. 268:            $this->render('core_error.tpl');
  117. 274:        $this->render('flown_routes_map.tpl');
  118. 295:            $this->render('core_error.tpl');
  119. 322:        $this->render('pireps_airportdropdown.tpl');
  120. 338:        $this->render('pireps_airportdropdown.tpl');
  121. 351:            $this->render('core_error.tpl');
  122. 391:        $this->render('pirep_new.tpl');
  123. 405:            //$this->render('core_error.tpl');
  124. 440:                    //$this->render('core_error.tpl');
  125. 450:        $this->render('core_error.tpl');
  126. 524:        $this->render('frontpage_reports.tpl');
  127.  
  128. modules/Downloads/Downloads.php
  129. 31:     $this->render('downloads_list.tpl');
  130. 37:     $this->render('downloads_list.tpl');
  131. 59:     $this->render('download_item.tpl');
  132.  
  133. modules/test/test.php
  134. 8:        Template::Show('email_registrationaccepted.tpl');
  135.  
  136. modules/Frontpage/Frontpage.php
  137. 27:     $this->render('frontpage_main.tpl');
  138.  
  139. modules/Finances/Finances.php
  140. 127:            $this->render('finance_balancesheet.tpl');
  141. 138:            $this->render('finance_summarysheet.tpl');
  142. 148:            $this->render('finance_summarysheet.tpl');
  143.  
  144. modules/Pages/Pages.php
  145. 25:     $this->render('pages_items.tpl');
  146. 37:         $this->render('pages_nopermission.tpl');
  147. 43:         $this->render('pages_notfound.tpl');
  148. 53:         $this->render('pages_content.tpl');
  149.  
  150. app.config.php
  151. 324:Config::Set('TPL_EXTENSION', '.tpl');
  152.  
  153. common/RegistrationData.class.php
  154. 218:        $message = Template::getTemplate('email_registered.tpl', true, true, true);
  155.  
  156. common/PilotData.class.php
  157. 764:            $pilot_retired_template = Template::Get('email_pilot_retired.tpl', true, true, true);
  158.  
  159. common/PIREPData.class.php
  160. 347:                    $flightdata = Template::Get('fsfk_log_flightdata.tpl', true, true, true);
  161. 358:                    $flightplan = Template::Get('fsfk_log_flightplan.tpl', true, true, true);
  162. 372:                    $critique = Template::Get('fsfk_log_flightcritique.tpl', true, true, true);
  163. 381:                    $flightimages = Template::Get('fsfk_log_flightimages.tpl', true, true, true);
  164.  
  165. templates/registration_mainform.php
  166. 86: Template::Show('registration_customfields.tpl');
  167.  
  168. templates/finance_summarysheet.php
  169. 12:?><?php Template::Show('finance_header.tpl'); ?>
  170.  
  171. templates/schedule_list.php
  172. 4:    Template::ShowTemplate('schedule_results.tpl');
  173.  
  174. templates/finance_balancesheet.php
  175. 2:Template::Show('finance_header.tpl');
  176.  
  177. templates/core_htmlhead.php
  178. 14: * Well - in your skin's header.tpl file, this file is included as:
  179. 16: * Template::Show('core_htmlhead.tpl');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement