|
21 | 21 | <div class="inbox crumbsplus"> |
22 | 22 | <ul class="crumbs"> |
23 | 23 | <li><a href="<?php echo Url::base() ?>/"><?php _e('Index') ?></a></li> |
24 | | - <li><span>» </span><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo Url::get('forum/'.$cur_topic['forum_id'].'/'.$url_forum.'/') ?>"><?php echo Utils::escape($cur_topic['forum_name']) ?></a></li> |
25 | | - <li><span>» </span><strong><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo Url::get('topic/'.$id.'/'.$url_topic.'/') ?>"><?php echo Utils::escape($cur_topic['subject']) ?></a></strong></li> |
| 24 | + <li><span>» </span><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo $feather->urlFor('Forum', ['id' => $cur_topic['forum_id'], 'name' => $url_forum]) ?>"><?php echo Utils::escape($cur_topic['forum_name']) ?></a></li> |
| 25 | + <li><span>» </span><strong><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo $feather->urlFor('Topic', ['id' => $id, 'name' => $url_topic]) ?>"><?php echo Utils::escape($cur_topic['subject']) ?></a></strong></li> |
26 | 26 | </ul> |
27 | 27 | <div class="pagepost"> |
28 | 28 | <p class="pagelink conl"><?php echo $paging_links ?></p> |
|
111 | 111 | </div> |
112 | 112 | <ul class="crumbs"> |
113 | 113 | <li><a href="<?php echo Url::base() ?>/"><?php _e('Index') ?></a></li> |
114 | | - <li><span>» </span><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo Url::get('forum/'.$cur_topic['forum_id'].'/'.$url_forum.'/') ?>"><?php echo Utils::escape($cur_topic['forum_name']) ?></a></li> |
115 | | - <li><span>» </span><strong><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo Url::get('topic/'.$id.'/'.$url_topic.'/') ?>"><?php echo Utils::escape($cur_topic['subject']) ?></a></strong></li> |
| 114 | + <li><span>» </span><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo $feather->urlFor('Forum', ['id' => $cur_topic['forum_id'], 'name' => $url_forum]) ?>"><?php echo Utils::escape($cur_topic['forum_name']) ?></a></li> |
| 115 | + <li><span>» </span><strong><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo $feather->urlFor('Topic', ['id' => $id, 'name' => $url_topic]) ?>"><?php echo Utils::escape($cur_topic['subject']) ?></a></strong></li> |
116 | 116 | </ul> |
117 | 117 | <?php echo $subscraction ?> |
118 | 118 | <div class="clearer"></div> |
|
129 | 129 | <div id="quickpost" class="blockform"> |
130 | 130 | <h2><span><?php _e('Quick post') ?></span></h2> |
131 | 131 | <div class="box"> |
132 | | - <form id="quickpostform" method="post" action="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo Url::get('post/reply/'.$id.'/') ?>" onsubmit="this.submit.disabled=true;if(process_form(this)){return true;}else{this.submit.disabled=false;return false;}"> |
| 132 | + <form id="quickpostform" method="post" action="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo $feather->urlFor('newReply', ['tid' => $id]) ?>" onsubmit="this.submit.disabled=true;if(process_form(this)){return true;}else{this.submit.disabled=false;return false;}"> |
133 | 133 | <input type="hidden" name="<?php echo $csrf_key; ?>" value="<?php echo $csrf_token; ?>"> |
134 | 134 | <div class="inform"> |
135 | 135 | <fieldset> |
|
166 | 166 |
|
167 | 167 | <textarea name="req_message" id="req_message" rows="7" cols="75" tabindex="<?php echo $cur_index++ ?>"></textarea></label> |
168 | 168 | <ul class="bblinks"> |
169 | | - <li><span><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo Url::get('help/#bbcode') ?>" onclick="window.open(this.href); return false;"><?php _e('BBCode') ?></a> <?php echo($feather->forum_settings['p_message_bbcode'] == '1') ? __('on') : __('off'); |
| 169 | + <li><span><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo $feather->urlFor('help').'#bbcode' ?>" onclick="window.open(this.href); return false;"><?php _e('BBCode') ?></a> <?php echo($feather->forum_settings['p_message_bbcode'] == '1') ? __('on') : __('off'); |
170 | 170 | ?></span></li> |
171 | | - <li><span><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo Url::get('help/#url') ?>" onclick="window.open(this.href); return false;"><?php _e('url tag') ?></a> <?php echo($feather->forum_settings['p_message_bbcode'] == '1' && $feather->user->g_post_links == '1') ? __('on') : __('off'); |
| 171 | + <li><span><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo $feather->urlFor('help').'#url' ?>" onclick="window.open(this.href); return false;"><?php _e('url tag') ?></a> <?php echo($feather->forum_settings['p_message_bbcode'] == '1' && $feather->user->g_post_links == '1') ? __('on') : __('off'); |
172 | 172 | ?></span></li> |
173 | | - <li><span><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo Url::get('help/#img') ?>" onclick="window.open(this.href); return false;"><?php _e('img tag') ?></a> <?php echo($feather->forum_settings['p_message_bbcode'] == '1' && $feather->forum_settings['p_message_img_tag'] == '1') ? __('on') : __('off'); |
| 173 | + <li><span><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo $feather->urlFor('help').'#img' ?>" onclick="window.open(this.href); return false;"><?php _e('img tag') ?></a> <?php echo($feather->forum_settings['p_message_bbcode'] == '1' && $feather->forum_settings['p_message_img_tag'] == '1') ? __('on') : __('off'); |
174 | 174 | ?></span></li> |
175 | | - <li><span><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo Url::get('help/#smilies') ?>" onclick="window.open(this.href); return false;"><?php _e('Smilies') ?></a> <?php echo($feather->forum_settings['o_smilies'] == '1') ? __('on') : __('off'); |
| 175 | + <li><span><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo $feather->urlFor('help').'#smilies' ?>" onclick="window.open(this.href); return false;"><?php _e('Smilies') ?></a> <?php echo($feather->forum_settings['o_smilies'] == '1') ? __('on') : __('off'); |
176 | 176 | ?></span></li> |
177 | 177 | </ul> |
178 | 178 | </div> |
|
0 commit comments