Subversion Repositories DevTools

Rev

Rev 5957 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5957 Rev 6324
Line 1526... Line 1526...
1526
 
1526
 
1527
 
1527
 
1528
 
1528
 
1529
    'End If
1529
    'End If
1530
 
1530
 
-
 
1531
    Session("CurrentEditPage") = "# "  & strTitle 
1531
    If gHideWikiSource then
1532
    If gHideWikiSource then
1532
       exit sub
1533
       exit sub
1533
    end if
1534
    end if
1534
 
1535
 
1535
    'History of changes
1536
    'History of changes
Line 1538... Line 1539...
1538
 
1539
 
1539
    'Original Text
1540
    'Original Text
1540
    response.Write("<textarea name=""pagetextorig"" rows=0 cols=0 style='width:0;'>" & strPageData & "</textarea></form>" )
1541
    response.Write("<textarea name=""pagetextorig"" rows=0 cols=0 style='width:0;'>" & strPageData & "</textarea></form>" )
1541
    response.Write("<script language=javascript>form1.pagetext.rows=window.screen.height/26;</script>")
1542
    response.Write("<script language=javascript>form1.pagetext.rows=window.screen.height/26;</script>")
1542
 
1543
 
1543
    Session("CurrentEditPage") = "# "  & strTitle 
-
 
1544
end sub
1544
end sub
1545
 
1545
 
1546
 
1546
 
1547
sub handleSearch
1547
sub handleSearch
1548
 
1548