- Timestamp:
- 01/11/2014 09:42:18 PM (11 years ago)
- Location:
- sites/trunk/trac.wordpress.org/templates/bbpress
- Files:
-
- 1 added
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/bbpress/wporg-header.html
r271 r273 4 4 py:strip=""> 5 5 6 <div id="wporg-header"> 7 <div class="wrapper"> 8 <a id="mobile-menu-button" class="" href="#" onclick="toggleMenu();"></a> 6 <dl id="accessibility"> 7 <dt>Skip to:</dt> 8 <dd><a href="#content" title="Skip to content">Content</a></dd> 9 </dl> 10 <div id="header"> 11 <div id="header-inner"> 12 <ul id="nav" class="menu"> 13 <li><a href="http://bbpress.org/about/">About</a></li> 14 <li><a href="http://bbpress.org/plugins/">Plugins</a></li> 15 <li><a href="http://bbpress.org/themes/">Themes</a></li> 16 <li><a href="http://codex.bbpress.org/">Documentation</a></li> 17 <li><a href="http://bbpress.org/blog/">Blog</a></li> 18 <li><a href="http://bbpress.org/forums/">Support</a></li> 19 <li class="download"><a href="http://bbpress.org/download/">Download</a></li> 20 </ul> 9 21 10 <h1><a href="//wordpress.org">WordPress.org</a></h1> 11 12 <div id="head-search"> 13 <form action="//wordpress.org/search/do-search.php" method="get"> 14 <input class="text" name="search" type="text" value="" maxlength="150" placeholder="Search WordPress.org" /> 15 <input type="submit" class="button" value="" /> 16 </form> 22 <h1><a href="http://bbpress.org">bbPress.org</a></h1> 17 23 </div> 18 <div style="clear:both"></div>19 <ul id="wporg-header-menu">20 <li><a href="//wordpress.org/showcase/" title="See some of the sites built on WordPress.">Showcase</a></li>21 <li><a href="//wordpress.org/themes/" title="Find just the right look for your website.">Themes</a></li>22 <li><a href="//wordpress.org/plugins/" title="Plugins can extend WordPress to do almost anything you can imagine.">Plugins</a></li>23 <li><a href="//wordpress.org/mobile/" title="Take your website on the go!">Mobile</a></li>24 <li><a href="//wordpress.org/support/" title="Forums, documentation, help.">Support</a>25 <ul class="nav-submenu">26 <li><a href="//wordpress.org/support/" title="Support and discussion forums.">Forums</a></li>27 <li><a href="//codex.wordpress.org/Main_Page" title="Documentation, tutorials, best practices.">Documentation</a></li>28 </ul>29 <div class="uparrow"></div>30 </li>31 <li><a href="//make.wordpress.org/" title="Contribute your knowledge." class="current">Get Involved</a>32 <ul class="nav-submenu">33 <li><a href="//make.wordpress.org/core/" title="Write the code.">Core</a></li>34 <li><a href="//make.wordpress.org/ui/" title="Improve the interface.">UI</a></li>35 <li><a href="//make.wordpress.org/accessibility/" title="Create a better experience.">Accessibility</a></li>36 <li><a href="//make.wordpress.org/plugins/" title="Extend the system.">Plugins</a></li>37 <li><a href="//make.wordpress.org/themes/" title="Beautify the web.">Themes</a></li>38 <li><a href="//make.wordpress.org/support/" title="Help the users.">Support</a></li>39 <li><a href="//make.wordpress.org/polyglots/" title="Translate for the world.">Polyglots</a></li>40 <li><a href="//make.wordpress.org/mobile/" title="On the go.">Mobile</a></li>41 </ul>42 <div class="uparrow"></div>43 </li>44 <li><a href="//wordpress.org/about/" title="About the WordPress Organization, and where we're going.">About</a></li>45 <li><a href="//wordpress.org/news/" title="Come here for the latest scoop.">Blog</a></li>46 <li><a href="//wordpress.org/hosting/" title="Find a home for your blog.">Hosting</a></li>47 <li id="download" class="button download-button"><a href="//wordpress.org/download/" title="Get it. Got it? Good.">Download WordPress</a></li>48 </ul>49 <div style="clear:both"></div>50 24 </div> 51 </div>52 25 53 26 </html>
Note: See TracChangeset
for help on using the changeset viewer.