Changeset 361
- Timestamp:
- 01/31/2014 10:10:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r309 r361 5 5 6 6 <?python 7 scripts_version = '3 4'7 scripts_version = '36' 8 8 project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0] 9 9 wporg_endpoint = '//make.wordpress.org/core/' … … 67 67 68 68 <meta name="viewport" content="width=device-width" /> 69 <link rel='stylesheet' href='// wordpress.org/wp-includes/css/dashicons.min.css?ver=3.9-alpha-20140112' type='text/css' />69 <link rel='stylesheet' href='//s.w.org/wp-includes/css/dashicons.min.css?20140130' type='text/css' /> 70 70 <link rel="stylesheet" type="text/css" href="//wordpress.org/style/trac/wp-trac.css?${scripts_version}" /> 71 71 <link rel="stylesheet" type="text/css" href="//openatd.svn.wordpress.org/atd-jquery/css/atd.css" media="screen" /> … … 215 215 </py:match> 216 216 217 <!-- Show a create ticket button on search --> 218 <div py:match="div[@id='content' and @class='search']/h1"> 219 <h1 py:attrs="select('@*')">${select('*|comment()|text()')}</h1> 220 <span class="create-new-ticket button button-large button-primary"> 221 <a href="https://wordpress.org/support/bb-login.php?redirect_to=https://core.trac.wordpress.org/newticket">Create a new ticket</a> 222 </span> 223 </div> 224 217 225 <!--! Demote the nav "Preferences" link to the footer. To hide from header (trac.ini): [metanav] prefs = disabled --> 218 226 <div py:match="div[@id='altlinks']" py:attrs="select('@*')"> … … 235 243 </py:if> 236 244 237 <body py:match="body" id="wordpress-org" class="${project_slug} trac " py:attrs="select('@*')">245 <body py:match="body" id="wordpress-org" class="${project_slug} trac wporg-make make-${project_slug}" py:attrs="select('@*')"> 238 246 <!--! WP.org Global Header --> 239 247 <xi:include href="wporg-header.html" />
Note: See TracChangeset
for help on using the changeset viewer.