Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #213 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

Full API page needs a Tango header + footer

Reported by: kris Assigned to: brad
Priority: major Milestone: WebSite 1.0
Component: Web frontend Version:
Keywords: Cc:

Description (Last modified by kris)

When you go to the doc for the Tango API, it's a different style of page completely. Is it possible to place the content within a Wiki page? I know it's auto-generated, but perhaps the wiki allows us to embed external content?

Attachments

About Trac - tango - Trac.htm (43.0 kB) - added by pragma on 06/18/07 12:33:45.
Revised page markup

Change History

01/28/07 18:57:25 changed by kris

  • description changed.

01/28/07 18:59:00 changed by braddr

alternatively, at least duplicate the standard site nagivation and style in the auto-generator's templates.

01/30/07 12:12:14 changed by brad

but not the individual module pages?

01/30/07 12:50:18 changed by kris

if you can do that also, then great. Didn't want to create too much work

02/03/07 10:15:37 changed by larsivi

  • milestone changed from 0.95 Beta1 to 0.96 Beta 2.

03/14/07 11:30:34 changed by brad

  • status changed from new to assigned.
  • milestone changed from 0.96 Beta 2 to 0.97 RC 1.

this is 'kinda' done - there is a gray line at the top and bottom of the page in FF2 / linux. Not sure if it exists in other browsers, but I expect it does.

Also, I only worked on the full api page, not each module page.

03/14/07 14:24:45 changed by kris

  • version deleted.
  • milestone changed from 0.97 RC 1 to WebSite RC1.

06/18/07 12:33:15 changed by pragma

There is a subtle difference in the markup between this page and the wiki pages. That is causing the stylesheet to pad the content area and create those grey bars.

The "theme-content-block" tag should be changed to contain a few extra child divs, just like the rest of the wiki:

<div class="theme-content-block">
	<div id="ctxtnav" class="nav">
	</div>
	<div id="content" class="wiki">
		<div class="wikipage">
			<div id="searchable">
<!-- all page content goes here -->
			</div>
		</div>
	</div>
</div> <!-- End of Content Area -->

06/18/07 12:33:45 changed by pragma

  • attachment About Trac - tango - Trac.htm added.

Revised page markup

06/18/07 13:34:49 changed by brad

  • status changed from assigned to closed.
  • resolution set to fixed.

Worked like a charm. Thanks for hunting it down. [2321]