~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to data/templates/file/Misc/EmptyHTMLFile.xft

  • Committer: sk
  • Date: 2011-09-10 05:17:57 UTC
  • Revision ID: halega@halega.com-20110910051757-qfouz1llya9m6boy
4.1.0.7915 Release Candidate 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<Template author="Mike Krueger" version="1.0">
 
3
        <Config
 
4
                  name        = "${res:Templates.File.Html.EmptyHtml.Name}"
 
5
                  icon        = "Icons.32x32.HTMLFileIcon"
 
6
                  category    = "${res:Templates.File.Categories.Misc}"
 
7
                  defaultname = "Html${Number}.html"
 
8
                  language    = "HTML"
 
9
        />
 
10
        
 
11
        <Description>${res:Templates.File.Html.EmptyHtmlFile.Description}</Description>
 
12
 
 
13
        <Files>
 
14
                <File name="${FullName}" language="HTML"><![CDATA[
 
15
<html>
 
16
        <head>
 
17
                <title></title>
 
18
        </head>
 
19
        <body>
 
20
        </body>
 
21
</html>]]>
 
22
                </File>
 
23
        </Files>
 
24
        
 
25
        <AdditionalOptions/>
 
26
        
 
27
</Template>