Changeset 291 for sites/trunk/trac.wordpress.org/templates/site.html
- Timestamp:
- 01/13/2014 02:28:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r290 r291 5 5 6 6 <?python 7 scripts_version = '3 2'7 scripts_version = '33' 8 8 project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0] 9 9 wporg_endpoint = '//make.wordpress.org/core/' … … 56 56 <py:match path="div[@id='content' and @class='ticket']/form"> 57 57 <div class="wp-notice"> 58 <p><strong>ARE YOU IN THE RIGHT PLACE?</strong></p> 59 <p><strong>This is not for support.</strong> Please try the <a class="ext-link" href="${support_link}"><span class="icon"> </span>support forums</a>.</p> 60 <p><strong>Do not report potential security vulnerabilities here.</strong> Read the <a class="ext-link" href="//codex.wordpress.org/FAQ_Security"><span class="icon"> </span>Security FAQ</a> and email us at <a class="mail-link" href="mailto:security@wordpress.org"><span class="icon"> </span>security@wordpress.org</a>.</p> 58 <p><strong>ARE YOU IN THE RIGHT PLACE?</strong></p> 59 60 <py:choose test=""> 61 <p py:when="project_slug == 'plugins' and ticket.component and ticket.component != 'not-listed'"><strong>This is not for support.</strong> Please try this plugin's <a class="ext-link" href="${support_link}plugin/${ticket.component}"><span class="icon"> </span>support forum</a>.</p> 62 <p py:otherwise=""><strong>This is not for support.</strong> Please try the <a class="ext-link" href="${support_link}"><span class="icon"> </span>support forums</a>.</p> 63 </py:choose> 64 65 <py:choose test="project_slug"> 66 <p py:when="'plugins'"><strong>Do not report potential security vulnerabilities here.</strong> Please email <a class="mail-link" href="mailto:plugins@wordpress.org"><span class="icon"> </span>plugins@wordpress.org</a>.</p> 67 <p py:otherwise=""><strong>Do not report potential security vulnerabilities here.</strong> Read the <a class="ext-link" href="//codex.wordpress.org/FAQ_Security"><span class="icon"> </span>Security FAQ</a> and email <a class="mail-link" href="mailto:security@wordpress.org"><span class="icon"> </span>security@wordpress.org</a>.</p> 68 </py:choose> 69 61 70 <py:if test="project_slug == 'core'"> 62 71 <hr /> … … 201 210 </py:if> 202 211 203 <body py:match="body" id="wordpress-org" class="${project_slug} " py:attrs="select('@*')">212 <body py:match="body" id="wordpress-org" class="${project_slug} trac" py:attrs="select('@*')"> 204 213 <!--! WP.org Global Header --> 205 214 <xi:include href="wporg-header.html" />
Note: See TracChangeset
for help on using the changeset viewer.