SNIPPET : Remove old format snippets / templates 15/18615/1
authorjeonghwan kim <jeonghwan0613.kim@samsung.com>
Thu, 27 Mar 2014 07:20:10 +0000 (16:20 +0900)
committerjeonghwan kim <jeonghwan0613.kim@samsung.com>
Thu, 27 Mar 2014 07:20:10 +0000 (16:20 +0900)
Change-Id: I5eb79861f1b16bdc91fccdb0a47f8e40780b8345
Signed-off-by: jeonghwan kim <jeonghwan0613.kim@samsung.com>
17 files changed:
org.tizen.webuibuilder/res/page-templates/basic/empty/desciptor.xml [deleted file]
org.tizen.webuibuilder/res/page-templates/basic/empty/image.png [deleted file]
org.tizen.webuibuilder/res/page-templates/basic/empty/meta.xml [deleted file]
org.tizen.webuibuilder/res/page-templates/basic/empty/template.xsl [deleted file]
org.tizen.webuibuilder/res/page-templates/basic/multi/desciptor.xml [deleted file]
org.tizen.webuibuilder/res/page-templates/basic/multi/image.png [deleted file]
org.tizen.webuibuilder/res/page-templates/basic/multi/index.html [deleted file]
org.tizen.webuibuilder/res/page-templates/basic/multi/meta.xml [deleted file]
org.tizen.webuibuilder/res/page-templates/basic/multi/template.xsl [deleted file]
org.tizen.webuibuilder/res/page-templates/basic/single/desciptor.xml [deleted file]
org.tizen.webuibuilder/res/page-templates/basic/single/image.png [deleted file]
org.tizen.webuibuilder/res/page-templates/basic/single/index.html [deleted file]
org.tizen.webuibuilder/res/page-templates/basic/single/meta.xml [deleted file]
org.tizen.webuibuilder/res/page-templates/basic/single/template.xsl [deleted file]
org.tizen.webuibuilder/res/snippets/1.test/descriptor.xml [deleted file]
org.tizen.webuibuilder/res/snippets/1.test/image.png [deleted file]
org.tizen.webuibuilder/res/snippets/1.test/meta.xml [deleted file]

diff --git a/org.tizen.webuibuilder/res/page-templates/basic/empty/desciptor.xml b/org.tizen.webuibuilder/res/page-templates/basic/empty/desciptor.xml
deleted file mode 100644 (file)
index e17f26f..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<div data-role="page" id="empty">
-    <div data-role="header"id="header1" data-position="fixed">
-        <h1 id="headingone1">Header</h1>
-    </div>
-    <div data-role="content" id="content1" data-scroll="y" data-handler="false">
-    </div>
-</div>
diff --git a/org.tizen.webuibuilder/res/page-templates/basic/empty/image.png b/org.tizen.webuibuilder/res/page-templates/basic/empty/image.png
deleted file mode 100644 (file)
index 4f31aa9..0000000
Binary files a/org.tizen.webuibuilder/res/page-templates/basic/empty/image.png and /dev/null differ
diff --git a/org.tizen.webuibuilder/res/page-templates/basic/empty/meta.xml b/org.tizen.webuibuilder/res/page-templates/basic/empty/meta.xml
deleted file mode 100644 (file)
index c3d73fb..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
-<?xml-stylesheet type='text/xsl' href='./template.xsl'?>
-<Metadata>
-    <version>1.0</version>
-    <name>empty</name>
-    <image>image.png</image>
-    <descriptor>desciptor.xml</descriptor>
-</Metadata>
diff --git a/org.tizen.webuibuilder/res/page-templates/basic/empty/template.xsl b/org.tizen.webuibuilder/res/page-templates/basic/empty/template.xsl
deleted file mode 100644 (file)
index c266a8f..0000000
+++ /dev/null
@@ -1,83 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<xsl:stylesheet version="1.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-  <xsl:template match="/">
-    <html>
-      <head>
-        <style type="text/css">
-          html,body {
-          font-family:Arial;
-          margin: 0px;
-          }
-          td
-          {
-          font-size:13px;
-          }
-          .name
-          {
-          font-size:16px;
-          color:#ffffff;
-          height:26px;
-          background-color:#6d96ac;
-          }
-          .category
-          {
-          font-size:16px;
-          color:#ffffff;
-          height:30px;
-          background-color:#6d96ac;
-          }
-          .contents
-          {
-          padding: 6px 10px 14px 10px;
-          }
-          table#widgets td
-          {
-          border: solid 1px #6d96ac;
-          border-collapse: collapse;
-          }
-          .widgetname
-          {
-          font-weight: bold;
-          text-align: center;
-          width: 20%;
-          word-break:break-all;
-          }
-          table#references td
-          {
-          width: 100%;
-          border: 0px;
-          border-spacing: 0px;
-          padding: 5px;
-          }
-          .refname
-          {
-          width: 100%;
-          font-weight: bold;
-          }
-        </style>
-      </head>
-      <body>
-       <img>
-         <xsl:attribute name="src">
-                   <xsl:value-of select="Metadata/image"/>
-          </xsl:attribute>
-          <xsl:attribute name="width">
-                   <xsl:value-of select="180"/>
-          </xsl:attribute>
-          <xsl:attribute name="height">
-           <xsl:value-of select="300"/>
-          </xsl:attribute>
-          <xsl:attribute name="align">
-           <xsl:value-of select="center"/>
-          </xsl:attribute>
-          <xsl:attribute name="alt">
-           <xsl:value-of select="Error"/>
-          </xsl:attribute>
-        </img>
-      </body>
-    </html>
-  </xsl:template>
-
-</xsl:stylesheet>
diff --git a/org.tizen.webuibuilder/res/page-templates/basic/multi/desciptor.xml b/org.tizen.webuibuilder/res/page-templates/basic/multi/desciptor.xml
deleted file mode 100644 (file)
index 5fd8426..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<div data-role="page" id="multi">
-    <div data-role="header" data-position="fixed">
-        <h1>Multi-page application</h1>
-    </div><!-- /header -->
-
-    <div data-role="content">
-        <h2>One</h2>
-        <p>
-            This is a multi-page boilerplate template that you can copy to build
-            your first Tizen Web UI Framework page. This template contains multiple "page"
-            containers inside.
-        </p>
-        <p>
-            You link to internal pages by referring to the ID of the page you
-            want to show. For example, to <a href="#two">link</a> to the page
-            with an ID of "two", my link would have a
-            <code>href="#two"</code>
-            in the code.
-        </p>
-        <h3>Show internal pages:</h3>
-        <p><a href="#two" data-role="button">Show page "two"</a></p>
-        <p><a href="#popup"  data-role="button" data-position-to="window" data-rel="popup">Show page "popup" (as a dialog)</a></p>
-
-        <div id="popup" data-role="popup" data-style="center_title_1btn">
-            <div class="ui-popup-title">
-                <h1>Popup title</h1>
-        </div>
-        <div class="ui-popup-text">Pop-up dialog box, a child window that blocks user interact to the parent windows</div>
-        <a href="#" data-inline="true" data-role="button" onclick="javascript:$('#popup').popup('close');">Close</a>
-        </div>
-    </div><!-- /content -->
-
-    <div data-role="footer" data-position="fixed">
-        <h4>Page Footer</h4>
-    </div><!-- /footer -->
-</div><!-- /page one -->
-
diff --git a/org.tizen.webuibuilder/res/page-templates/basic/multi/image.png b/org.tizen.webuibuilder/res/page-templates/basic/multi/image.png
deleted file mode 100644 (file)
index 4f31aa9..0000000
Binary files a/org.tizen.webuibuilder/res/page-templates/basic/multi/image.png and /dev/null differ
diff --git a/org.tizen.webuibuilder/res/page-templates/basic/multi/index.html b/org.tizen.webuibuilder/res/page-templates/basic/multi/index.html
deleted file mode 100644 (file)
index 9b763dd..0000000
+++ /dev/null
@@ -1,91 +0,0 @@
-<!DOCTYPE html>
-<html>
-
-<head>
-    <meta charset="utf-8"/>
-    <meta name="description" content="A Tizen Web UI FW multi-page template generated by Tizen Web IDE"/>
-    <meta name="viewport" content="width=device-width,user-scalable=no"/>
-    
-    <link rel="stylesheet" href="tizen-web-ui-fw/latest/themes/tizen-white/tizen-web-ui-fw-theme.css" name="tizen-theme"/>
-    <title>Tizen Web IDE - Template - Tizen - Tizen Web UI Framework - Mutil-Page</title>
-    <!--NOTE:
-        jquery.js and web-ui-fw.js must be included.
-        DO NOT REMOVE below code!
-    -->
-    <script src="tizen-web-ui-fw/latest/js/jquery.js"></script>
-    <script src="tizen-web-ui-fw/latest/js/tizen-web-ui-fw-libs.js"></script>
-    <script src="tizen-web-ui-fw/latest/js/tizen-web-ui-fw.js"
-        data-framework-theme="tizen-white"></script>
-
-    <!--NOTE:
-        Additional scripts and css files are to be placed here.
-        You can use jQuery namespace($) and all functionalities in jQuery
-        in your script.  For example:
-
-            <script src="main.js"></script>
-            <link rel="stylesheet" href="my.css">
-    -->
-    <script type="text/javascript" src="./js/main.js"></script>
-    <link rel="stylesheet" type="text/css" href="./css/style.css"/>
-</head>
-
-<body>
-    <!-- Start of first page: #one -->
-    <div data-role="page" id="one">
-        <div data-role="header" data-position="fixed">
-            <h1>Multi-page application</h1>
-        </div><!-- /header -->
-
-        <div data-role="content">
-            <h2>One</h2>
-            <p>
-                This is a multi-page boilerplate template that you can copy to build
-                your first Tizen Web UI Framework page. This template contains multiple "page"
-                containers inside.
-            </p>
-            <p>
-                You link to internal pages by referring to the ID of the page you
-                want to show. For example, to <a href="#two">link</a> to the page
-                with an ID of "two", my link would have a
-                <code>href="#two"</code>
-                in the code.
-            </p>
-            <h3>Show internal pages:</h3>
-            <p><a href="#two" data-role="button">Show page "two"</a></p>
-            <p><a href="#popup"  data-role="button" data-position-to="window" data-rel="popup">Show page "popup" (as a dialog)</a></p>
-
-            <div id="popup" data-role="popup" data-style="center_title_1btn">
-                <div class="ui-popup-title">
-                    <h1>Popup title</h1>
-                </div>
-                <div class="ui-popup-text">Pop-up dialog box, a child window that blocks user interact to the parent windows</div>
-                <a href="#" data-inline="true" data-role="button" onclick="javascript:$('#popup').popup('close');">Close</a>
-            </div>
-        </div><!-- /content -->
-
-        <div data-role="footer" data-position="fixed">
-            <h4>Page Footer</h4>
-        </div><!-- /footer -->
-    </div><!-- /page one -->
-
-
-    <!-- Start of second page: #two -->
-    <div data-role="page" id="two">
-        <div data-role="header" data-position="fixed">
-            <h1>Two</h1>
-        </div><!-- /header -->
-
-        <div data-role="content">
-            <h2>Two</h2>
-            <p>I have an id of "two" on my page container. I'm the second
-                page container in this multi-page template.</p>
-            <p><a href="#one" data-direction="reverse" data-role="button">Back to page "one"</a></p>
-        </div><!-- /content -->
-
-        <div data-role="footer" data-position="fixed">
-            <h4>Page Footer</h4>
-        </div><!-- /footer -->
-    </div><!-- /page two -->
-
-</body>
-</html>
\ No newline at end of file
diff --git a/org.tizen.webuibuilder/res/page-templates/basic/multi/meta.xml b/org.tizen.webuibuilder/res/page-templates/basic/multi/meta.xml
deleted file mode 100644 (file)
index 902f504..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
-<?xml-stylesheet type='text/xsl' href='./template.xsl'?>
-<Metadata>
-    <version>1.0</version>
-    <name>multi</name>
-    <image>image.png</image>
-    <descriptor>desciptor.xml</descriptor>
-</Metadata>
diff --git a/org.tizen.webuibuilder/res/page-templates/basic/multi/template.xsl b/org.tizen.webuibuilder/res/page-templates/basic/multi/template.xsl
deleted file mode 100644 (file)
index c266a8f..0000000
+++ /dev/null
@@ -1,83 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<xsl:stylesheet version="1.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-  <xsl:template match="/">
-    <html>
-      <head>
-        <style type="text/css">
-          html,body {
-          font-family:Arial;
-          margin: 0px;
-          }
-          td
-          {
-          font-size:13px;
-          }
-          .name
-          {
-          font-size:16px;
-          color:#ffffff;
-          height:26px;
-          background-color:#6d96ac;
-          }
-          .category
-          {
-          font-size:16px;
-          color:#ffffff;
-          height:30px;
-          background-color:#6d96ac;
-          }
-          .contents
-          {
-          padding: 6px 10px 14px 10px;
-          }
-          table#widgets td
-          {
-          border: solid 1px #6d96ac;
-          border-collapse: collapse;
-          }
-          .widgetname
-          {
-          font-weight: bold;
-          text-align: center;
-          width: 20%;
-          word-break:break-all;
-          }
-          table#references td
-          {
-          width: 100%;
-          border: 0px;
-          border-spacing: 0px;
-          padding: 5px;
-          }
-          .refname
-          {
-          width: 100%;
-          font-weight: bold;
-          }
-        </style>
-      </head>
-      <body>
-       <img>
-         <xsl:attribute name="src">
-                   <xsl:value-of select="Metadata/image"/>
-          </xsl:attribute>
-          <xsl:attribute name="width">
-                   <xsl:value-of select="180"/>
-          </xsl:attribute>
-          <xsl:attribute name="height">
-           <xsl:value-of select="300"/>
-          </xsl:attribute>
-          <xsl:attribute name="align">
-           <xsl:value-of select="center"/>
-          </xsl:attribute>
-          <xsl:attribute name="alt">
-           <xsl:value-of select="Error"/>
-          </xsl:attribute>
-        </img>
-      </body>
-    </html>
-  </xsl:template>
-
-</xsl:stylesheet>
diff --git a/org.tizen.webuibuilder/res/page-templates/basic/single/desciptor.xml b/org.tizen.webuibuilder/res/page-templates/basic/single/desciptor.xml
deleted file mode 100644 (file)
index f83b3ad..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<div data-role="page" id="single">
-<div data-role="header"id="header1" data-position="fixed">
-    <h1 id="headingone1">Single-page application</h1>
-</div>
-<div data-role="content" id="content1" data-scroll="y" data-handler="false">
-    <h4 id="headingfour1">This is a single page boilerplate template that you can copy to build your first Tizen Web UI Framework page.</h4>
-</div>
-</div>
diff --git a/org.tizen.webuibuilder/res/page-templates/basic/single/image.png b/org.tizen.webuibuilder/res/page-templates/basic/single/image.png
deleted file mode 100644 (file)
index 4f31aa9..0000000
Binary files a/org.tizen.webuibuilder/res/page-templates/basic/single/image.png and /dev/null differ
diff --git a/org.tizen.webuibuilder/res/page-templates/basic/single/index.html b/org.tizen.webuibuilder/res/page-templates/basic/single/index.html
deleted file mode 100644 (file)
index d419f89..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<!DOCTYPE html>
-<html>
-
-<head>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <meta name="description" content="A Tizen Web Application Template">
-    <meta name="viewport" content="width=device-width,user-scalable=no">
-
-    <link rel="stylesheet" href="tizen-web-ui-fw/latest/themes/tizen-white/tizen-web-ui-fw-theme.css" name="tizen-theme">
-    <title></title>
-
-    <!-- Javascripts -->
-
-    <script src="tizen-web-ui-fw/latest/js/jquery.js"></script>
-    <script src="tizen-web-ui-fw/latest/js/tizen-web-ui-fw-libs.js"></script>
-    <script src="tizen-web-ui-fw/latest/js/tizen-web-ui-fw.js" data-framework-theme="tizen-white"></script>
-    <script src="./tizen-ui-builder-fw/page-system.js"></script>
-    <script src="./app.managed.js"></script>
-
-    <script src="./tizen-ui-builder-fw/app-entry.js"></script>
-    <script src="./app.js"></script>
-
-    <!-- Style sheets -->
-
-    <link rel="stylesheet" type="text/css" href="./app.css">
-    <link rel="stylesheet" type="text/css" href="./managed.css">
-</head>
-
-<body>
-    <div data-role="page" id="page1">
-        <div data-role="header"id="header1" data-position="fixed">
-            <h1 id="headingone1">Single-page application</h1>
-        </div>
-        <div data-role="content" id="content1" data-scroll="y" data-handler="false">
-            <h4 id="headingfour1">This is a single page boilerplate template that you can copy to build your first Tizen Web UI Framework page.</h4>
-        </div>
-    </div>
-</body>
-
-</html>
diff --git a/org.tizen.webuibuilder/res/page-templates/basic/single/meta.xml b/org.tizen.webuibuilder/res/page-templates/basic/single/meta.xml
deleted file mode 100644 (file)
index 89961c3..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
-<?xml-stylesheet type='text/xsl' href='./template.xsl'?>
-<Metadata>
-    <version>1.0</version>
-    <name>single</name>
-    <image>image.png</image>
-    <descriptor>desciptor.xml</descriptor>
-</Metadata>
diff --git a/org.tizen.webuibuilder/res/page-templates/basic/single/template.xsl b/org.tizen.webuibuilder/res/page-templates/basic/single/template.xsl
deleted file mode 100644 (file)
index c266a8f..0000000
+++ /dev/null
@@ -1,83 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<xsl:stylesheet version="1.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-  <xsl:template match="/">
-    <html>
-      <head>
-        <style type="text/css">
-          html,body {
-          font-family:Arial;
-          margin: 0px;
-          }
-          td
-          {
-          font-size:13px;
-          }
-          .name
-          {
-          font-size:16px;
-          color:#ffffff;
-          height:26px;
-          background-color:#6d96ac;
-          }
-          .category
-          {
-          font-size:16px;
-          color:#ffffff;
-          height:30px;
-          background-color:#6d96ac;
-          }
-          .contents
-          {
-          padding: 6px 10px 14px 10px;
-          }
-          table#widgets td
-          {
-          border: solid 1px #6d96ac;
-          border-collapse: collapse;
-          }
-          .widgetname
-          {
-          font-weight: bold;
-          text-align: center;
-          width: 20%;
-          word-break:break-all;
-          }
-          table#references td
-          {
-          width: 100%;
-          border: 0px;
-          border-spacing: 0px;
-          padding: 5px;
-          }
-          .refname
-          {
-          width: 100%;
-          font-weight: bold;
-          }
-        </style>
-      </head>
-      <body>
-       <img>
-         <xsl:attribute name="src">
-                   <xsl:value-of select="Metadata/image"/>
-          </xsl:attribute>
-          <xsl:attribute name="width">
-                   <xsl:value-of select="180"/>
-          </xsl:attribute>
-          <xsl:attribute name="height">
-           <xsl:value-of select="300"/>
-          </xsl:attribute>
-          <xsl:attribute name="align">
-           <xsl:value-of select="center"/>
-          </xsl:attribute>
-          <xsl:attribute name="alt">
-           <xsl:value-of select="Error"/>
-          </xsl:attribute>
-        </img>
-      </body>
-    </html>
-  </xsl:template>
-
-</xsl:stylesheet>
diff --git a/org.tizen.webuibuilder/res/snippets/1.test/descriptor.xml b/org.tizen.webuibuilder/res/snippets/1.test/descriptor.xml
deleted file mode 100644 (file)
index 918752f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<descriptor>
-    <tizen.css/>
-    <tizen.part>
-        <html.divcontrol id="divcontrol1" style="overflow: hidden;" class="">
-            <tizen.button id="button1" text="Button" data-style="" data-icon="" data-iconpos="" data-inline=""/>
-            <tizen.progressbar id="progressbar1"/>
-        </html.divcontrol>
-    </tizen.part>
-</descriptor>
diff --git a/org.tizen.webuibuilder/res/snippets/1.test/image.png b/org.tizen.webuibuilder/res/snippets/1.test/image.png
deleted file mode 100644 (file)
index b6fc7cd..0000000
Binary files a/org.tizen.webuibuilder/res/snippets/1.test/image.png and /dev/null differ
diff --git a/org.tizen.webuibuilder/res/snippets/1.test/meta.xml b/org.tizen.webuibuilder/res/snippets/1.test/meta.xml
deleted file mode 100644 (file)
index bfcb0d8..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<Metadata>
-    <version>1.0</version>
-    <id>1</id>
-    <name>test</name>
-    <description></description>
-    <image>image.png</image>
-    <descriptor>descriptor.xml</descriptor>
-</Metadata>