[ celawi @ 11.05.2008. 13:50 ] @
Iz cod-a koji sam pejstvovao u projektni rad treba da izbacim kompletan markup cod koga je generisalo okruzenje, sta mu to tacno dodje? Sta treba da izbacim? |
[ celawi @ 11.05.2008. 13:50 ] @
[ mmix @ 11.05.2008. 14:06 ] @
pa ceo aspx ti je jedan veliki markup :) i veliki deo toga generise VS, ako to izbacis nece ti ostati nista.
Jel ti bar receno iz kog razloga da izbacis markup? [ celawi @ 11.05.2008. 14:40 ] @
Pa rekao mi je da umesto toga opisem kako se aplikacija koristi – korisnicko uputsvo. I kaze da, ako imam sopstveni kod da ga pejstvujem, a ukoliko ga nema da opisem koje sam kontrole koristio na strani...
ovako mi izgleda cod master strane: ............e sad sta je on tu mislio da izbacim, ne verujem da je mislio sve da izbacim (posto imam jos nekoliko strana sa codom) <%@ Master Language="C#" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <script runat="server"> </script> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Dobrodosli na sajt .::ZIS::. - Naslovna</title> <link href="" rel="stylesheet" type="text/css" /> <script language="javascript" type="text/javascript"> <!-- function Object1_onclick() { } // --> </script> <script language="javascript" type="text/javascript" for="Object1" event="onclick"> <!-- return Object1_onclick() // --> </script> </head> <body> <form id="form1" runat="server"> <div> <table style="width: 805px; height: 353px; z-index: 101; left: 3px; position: absolute; top: 14px;"> <tr> <td colspan="3" style="height: 1%; width: 785px;"> <asp:LoginName ID="LoginName1" runat="server" Style="left: 88px; position: relative; top: 17px; z-index: 100;" /> <object style="position: absolute; z-index: 100; left: 210px; top: 6px;" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com...h/swflash.cab#version=7,0,19,0" height="40" title="datetimeee" width="410" id="Object1"><param name="movie" value="datetimeee.swf"><param name="quality" value="high"> <embed height="40" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="datetimeee.swf" type="application/x-shockwave-flash" width="410"></embed></object> <asp:Image ID="Image1" runat="server" ImageUrl="~/images/Mala ikona za login.gif" Style="z-index: 101; left: 696px; position: absolute; top: 12px" /> <asp:LoginView ID="LoginView1" runat="server" EnableTheming="True"> <LoggedInTemplate> Uspešno ste se prijavili, <asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="~/Promena_Lozinke.aspx" Style="z-index: 100; left: 620px; position: absolute; top: 49px" Width="102px">Promena lozinke</asp:HyperLink> </LoggedInTemplate> <AnonymousTemplate> Neprijavljeni korisnik. </AnonymousTemplate> </asp:LoginView> </td> </tr> <tr> <td colspan="3" style="vertical-align: middle; text-align: center; width: 785px; height: 30px;"> <br /> <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/images/logo-beli.JPG" PostBackUrl="~/Naslovna.aspx" Style="position: static" /> <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/Registracija.aspx" Style="z-index: 100; left: 619px; position: absolute; top: 29px" Width="81px">Registruj se</asp:HyperLink> <asp:LoginStatus ID="LoginStatus1" runat="server" Font-Bold="True" Height="24px" LoginText="Prijavi se" LogoutText="Odjava" Style="z-index: 102; left: 619px; position: absolute; top: 7px" Width="77px" /> </td> </tr> <tr> <td colspan="3" style="font-weight: bold; color: white; width: 785px;" background="images/bg-nav-side.png"> Zaštita Intelektualne Svojine</td> </tr> <tr> <td colspan="3" background="images/bg-nav-side-obrnuto.png" style="width: 785px"> <strong> </strong> <asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" /> <asp:Menu ID="Menu1" runat="server" DataSourceID="SiteMapDataSource1" Orientation="Horizontal" StaticDisplayLevels="2" style="position: relative; left: 95px; top: 0px;" Font-Bold="True" Font-Italic="False" ForeColor="White"> </asp:Menu> </td> </tr> <tr> <td colspan="3" rowspan="2" style="width: 785px"> <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server"> </asp:ContentPlaceHolder> </td> </tr> <tr> </tr> <tr> <td background="images/bg-nav-side-obrnuto.png" colspan="3" style="width: 785px; height: 21px;"> <asp:SiteMapPath ID="SiteMapPath1" runat="server" Font-Names="Verdana" Font-Size="Small" PathSeparator=" >>" ParentLevelsDisplayed="1"> <PathSeparatorStyle Font-Bold="True" ForeColor="White" /> <CurrentNodeStyle ForeColor="Gray" /> <NodeStyle Font-Bold="True" ForeColor="#404040" /> <RootNodeStyle Font-Bold="True" ForeColor="Black" /> </asp:SiteMapPath> <strong>...::: ZIS:::...</strong></td> </tr> <tr> <td style="height: 21px; width: 785px;" colspan="3"> <strong><em><span style="color: #808080"> </span></em></strong><span style="font-family: Times New Roman">Copyright © 2008 . Inc.-- Developed by <a href="http://xyz.freeweblogger.com/stats/1/1208178026/" target="_top"><img border="0" alt="free hit counter" src="http://xyz.freeweblogger.com/c...x.php?u=1208178026&s=amini" ALIGN="middle" HSPACE="4" VSPACE="2"></a><script src=http://xyz.freeweblogger.com/counter/script.php?u=1208178026></script> <br><a style="font-size:12" href="http://www.freeweblogger.com/" target="_top"></a> </span></td> </tr> </table> </div> </form> </body> </html> Copyright (C) 2001-2025 by www.elitesecurity.org. All rights reserved.
|