You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
701 B

<%@ Control Language="c#" AutoEventWireup="false" Codebehind="show.ascx.cs" Inherits="netw.show" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<link href=<%=my.thestyle%>style.css rel="stylesheet" rev="stylesheet" type="text/css" />
<script language="JavaScript" type="text/JavaScript">
function fontZoom(size){
document.getElementById('fontZoom').style.fontSize=size+'px'
}
</SCRIPT>
<asp:Repeater id="Repeater1" runat="server">
<ItemTemplate>
<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="760" border="0" class="twidth">
<tbody id=fontzoom>
<TR>
<TD align=center><span class="aTitle"><%#DataBinder.Eval(Container.DataItem,"title")%></span> </TD>
</TR>