Fixed help files.
This commit is contained in:
commit
b8f912cc79
1543 changed files with 395123 additions and 0 deletions
26
WebApplication/IFrameEditor.aspx.cs
Normal file
26
WebApplication/IFrameEditor.aspx.cs
Normal file
|
@ -0,0 +1,26 @@
|
|||
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Configuration;
|
||||
using System.Data;
|
||||
using System.Web;
|
||||
using System.Web.Security;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.HtmlControls;
|
||||
using System.Web.UI.WebControls;
|
||||
using System.Web.UI.WebControls.WebParts;
|
||||
|
||||
namespace ScrewTurn.Wiki {
|
||||
|
||||
public partial class IFrameEditor : BasePage {
|
||||
|
||||
protected void Page_Load(object sender, EventArgs e) {
|
||||
// Inject the proper stylesheet in page head
|
||||
Literal l = new Literal();
|
||||
l.Text = Tools.GetIncludes(DetectNamespace());
|
||||
Page.Header.Controls.Add(l);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue