[$] Pr1v473 xHeEl B4ckD00RzZ [$]
<%@ CodePage=1256 %>
<!-- #include file="portal_db.asp" -->
<!-- #include file="portal_functions.asp" -->
<!-- #include file="portal_upload.asp" -->
<%
set Conn=server.createobject("ADODB.Connection")
Conn.open ConnString
%>
<html dir="rtl">
<head>
<link rel="stylesheet" type="text/css" href="styles/style.css">
<!-- #include file="portal_meta.asp" -->
</head>
<body>
<div align="center">
<table class="tblMain" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" align="center" height="10"></td>
</tr>
<tr>
<td colspan="2" align="center">
<!-- #include file="portal_header.asp"-->
</td>
</tr>
<tr>
<td class="tdMainMenu" valign="top">
<!-- #include file="portal_menu.asp"-->
</td>
<td valign="top" class="tdMain">
<!-- Start Contents -->
<div class="PageTitle">Union of Consumer Cooperative Societies</div>
<div align="center">
<table class="tblDataControl" cellpadding="3" cellspacing="0">
<thead>
<td colspan="2" class="tdHeadDataControl">
Union</td>
</thead>
<tr>
<td class="tdDataControlL">KUCCS:</td>
<td class="tdDataControlR">
<p style="direction: ltr" align="right">
</td>
</tr>
</table>
<br>
<br>
</div>
<!-- End Contents -->
</td>
</tr>
<tr>
<td colspan="2" align="center">
<!-- #include file="portal_footer.asp"-->
</td>
</tr>
<tr>
<td colspan="2" align="center" height="10"></td>
</tr>
</table>
</div>
</body>
</html>
<%
conn.close
set conn=nothing
%>