~ifolder-dev/simias/trunk-packaging

« back to all changes in this revision

Viewing changes to src/admin/.svn/text-base/Default.aspx.svn-base

  • Committer: Jorge O. Castro
  • Date: 2007-12-03 06:56:46 UTC
  • Revision ID: jorge@ubuntu.com-20071203065646-mupcnjcwgm5mnhyt
* Remove a bunch of .svn directories we no longer need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<%@ Page Language="c#" Codebehind="Default.aspx.cs" AutoEventWireup="false" Inherits="Novell.iFolderWeb.Admin._Default" %>
2
 
 
3
 
<html>
4
 
 
5
 
<head>
6
 
 
7
 
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
8
 
        <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
9
 
 
10
 
        <title><%= GetString( "TITLE" ) %></title>
11
 
                
12
 
        <style type="text/css">
13
 
                @import url(css/iFolderAdmin.css);
14
 
        </style>
15
 
        
16
 
        <link rel="SHORTCUT ICON" href="images/N_url_shortcut.ico">
17
 
        
18
 
</head>
19
 
 
20
 
<body>
21
 
 
22
 
<form runat="server">
23
 
</form>
24
 
 
25
 
</body>
26
 
 
27
 
</html>