[account guide/tutorial]remove wearable link and icon.
authorjiseob.jang <jiseob.jang@samsung.com>
Fri, 11 Dec 2015 05:41:08 +0000 (14:41 +0900)
committerjiseob.jang <jiseob.jang@samsung.com>
Fri, 11 Dec 2015 05:46:52 +0000 (14:46 +0900)
Change-Id: I6724f9d21820a0a5d4c63ba388f098b3221c0eec
Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
org.tizen.guides/html/native/account/account_guide_n.htm
org.tizen.guides/html/native/account/account_manager_n.htm
org.tizen.tutorials/html/native/account/account_tutorial_n.htm
org.tizen.tutorials/html/native/account/account_tutorials_n.htm

index fce5857..c05373e 100644 (file)
 \r
 <div id="toc-navigation">\r
        <div id="profile">\r
-               <p><img alt="Mobile native" src="../../images/mobile_s_n.png"/> <img alt="Wearable native" src="../../images/wearable_s_n.png"/></p>\r
+               <p>\r
+                       <img alt="Mobile native" src="../../images/mobile_s_n.png"/>\r
+                       <!-- <img alt="Wearable native" src="../../images/wearable_s_n.png"/> -->\r
+               </p>\r
        </div>\r
        \r
        <div id="toc_border"><div id="toc">\r
@@ -26,7 +29,7 @@
                <ul class="toc">\r
                        <li><a href="../../../../org.tizen.tutorials/html/native/account/account_tutorials_n.htm">Account Tutorials</a></li>\r
                        <li><a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__ACCOUNT__FRAMEWORK.html">Account API for Mobile Native</a></li>\r
-                       <li><a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__ACCOUNT__FRAMEWORK.html">Account API for Wearable Native</a></li>\r
+               <!--    <li><a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__ACCOUNT__FRAMEWORK.html">Account API for Wearable Native</a></li> -->\r
                </ul>\r
        </div></div>\r
 </div> \r
index 6c611de..e70b416 100644 (file)
@@ -16,7 +16,9 @@
 
 <div id="toc-navigation">
     <div id="profile">
-        <p><img alt="Mobile native" src="../../images/mobile_s_n.png"/> <img alt="Wearable native" src="../../images/wearable_s_n.png"/></p>
+        <p><img alt="Mobile native" src="../../images/mobile_s_n.png"/> 
+               <!-- <img alt="Wearable native" src="../../images/wearable_s_n.png"/> -->
+               </p>
     </div>
 
     <div id="toc_border"><div id="toc">
@@ -29,7 +31,7 @@
         <ul class="toc">
             <li><a href="../../../../org.tizen.tutorials/html/native/account/account_tutorial_n.htm">Account Manager Tutorial</a></li>
                        <li><a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__ACCOUNT__MANAGER__MODULE.html">Account Manager API for Mobile Native</a></li>
-                       <li><a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__ACCOUNT__MANAGER__MODULE.html">Account Manager API for Wearable Native</a></li>
+                       <!-- <li><a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__ACCOUNT__MANAGER__MODULE.html">Account Manager API for Wearable Native</a></li> -->
             </ul>
     </div></div>
 </div>
@@ -353,4 +355,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script>
 
 </body>
-</html>
\ No newline at end of file
+</html>
index 2cc5d2b..ab7e82a 100644 (file)
@@ -16,7 +16,9 @@
 
 <div id="toc-navigation">
     <div id="profile">
-        <p><img alt="Mobile native" src="../../images/mobile_s_n.png"/> <img alt="Wearable native" src="../../images/wearable_s_n.png"/></p>
+        <p><img alt="Mobile native" src="../../images/mobile_s_n.png"/>
+               <!-- <img alt="Wearable native" src="../../images/wearable_s_n.png"/> -->
+               </p>
     </div>
     <div id="toc_border"><div id="toc">
                <p class="toc-title">Content</p>
@@ -42,7 +44,7 @@
         <ul class="toc">
             <li><a href="../../../../org.tizen.guides/html/native/account/account_manager_n.htm">Account Manager Guide</a></li>
                        <li><a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__ACCOUNT__MANAGER__MODULE.html">Account Manager API for Mobile Native</a></li>
-                       <li><a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__ACCOUNT__MANAGER__MODULE.html">Account Manager API for Wearable Native</a></li>
+       <!--            <li><a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__ACCOUNT__MANAGER__MODULE.html">Account Manager API for Wearable Native</a></li> -->
         </ul>
     </div></div>
 </div>
@@ -97,7 +99,7 @@
 
 <p>To initialize the account manager:</p>
 <ol>
-<li> <p>To use the functions and data types of the Account Manager API (in <a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__ACCOUNT__MANAGER__MODULE.html">mobile</a> and <a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__ACCOUNT__MANAGER__MODULE.html">wearable</a> applications), include the <span style="font-family: Courier New,Courier,monospace">&lt;account.h&gt;</span> header file in your application:</p>
+<li> <p>To use the functions and data types of the Account Manager API (in <a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__ACCOUNT__MANAGER__MODULE.html">mobile</a> <!-- and <a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__ACCOUNT__MANAGER__MODULE.html">wearable</a> --> applications), include the <span style="font-family: Courier New,Courier,monospace">&lt;account.h&gt;</span> header file in your application:</p>
 <pre class="prettyprint">
 #include &lt;account.h&gt;
 </pre>
@@ -614,7 +616,7 @@ account_destroy(account);
 
 <p>To manage account secrecy:</p>
 <ol>
-<li>Select the secrecy level using the <span style="font-family: Courier New,Courier,monospace;">account_secrecy_state_e</span> enumeration (in <a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__ACCOUNT__MANAGER__MODULE.html#ga41a7e7e7cfb072d0b0ba37087a0535b6">mobile</a> and <a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__ACCOUNT__MANAGER__MODULE.html#ga41a7e7e7cfb072d0b0ba37087a0535b6">wearable</a> applications):
+<li>Select the secrecy level using the <span style="font-family: Courier New,Courier,monospace;">account_secrecy_state_e</span> enumeration (in <a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__ACCOUNT__MANAGER__MODULE.html#ga41a7e7e7cfb072d0b0ba37087a0535b6">mobile</a><!-- and <a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__ACCOUNT__MANAGER__MODULE.html#ga41a7e7e7cfb072d0b0ba37087a0535b6">wearable</a>--> applications):
 
 <pre class="prettyprint">
 static 
@@ -927,4 +929,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script>
 
 </body>
-</html>
\ No newline at end of file
+</html>
index 807fa1d..d0c5b14 100644 (file)
 \r
 <div id="toc-navigation">\r
     <div id="profile">\r
-        <p><img alt="Mobile native" src="../../images/mobile_s_n.png"/> <img alt="Wearable native" src="../../images/wearable_s_n.png"/></p>\r
+        <p><img alt="Mobile native" src="../../images/mobile_s_n.png"/> \r
+               <!-- <img alt="Wearable native" src="../../images/wearable_s_n.png"/> -->\r
+               </p>\r
     </div>\r
     <div id="toc_border"><div id="toc">\r
         <p class="toc-title">Related Info</p>\r
         <ul class="toc">\r
             <li><a href="../../../../org.tizen.guides/html/native/account/account_guide_n.htm">Account Guides</a></li>\r
                        <li><a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__ACCOUNT__FRAMEWORK.html">Account API for Mobile Native</a></li>\r
-                       <li><a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__ACCOUNT__FRAMEWORK.html">Account API for Wearable Native</a></li>                  \r
+               <!--    <li><a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__ACCOUNT__FRAMEWORK.html">Account API for Wearable Native</a></li>  -->\r
         </ul>\r
     </div></div>\r
 </div>\r
@@ -68,4 +70,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script>\r
 \r
 </body>\r
-</html>
\ No newline at end of file
+</html>\r