aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/mdn/structures
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-02-11 18:29:51 +0100
committerGitHub <noreply@github.com>2021-02-11 18:29:51 +0100
commit2bc5610921312613f8623f7ed347aa576689b2b6 (patch)
treef17a7a00e232c97d1335ff3cb24dbcfafacfe141 /files/zh-cn/mdn/structures
parent964decad361766e85d928a56f0ab80af0e75c172 (diff)
parentfc56124ac4eda6b3f0349c8a16fa750f27b4c7d6 (diff)
downloadtranslated-content-2bc5610921312613f8623f7ed347aa576689b2b6.tar.gz
translated-content-2bc5610921312613f8623f7ed347aa576689b2b6.tar.bz2
translated-content-2bc5610921312613f8623f7ed347aa576689b2b6.zip
Merge pull request #32 from fiji-flo/unslugging-zh-cn
Unslugging zh cn
Diffstat (limited to 'files/zh-cn/mdn/structures')
-rw-r--r--files/zh-cn/mdn/structures/live_samples/simple_live_sample_demo/index.html31
-rw-r--r--files/zh-cn/mdn/structures/macros/commonly-used_macros/index.html (renamed from files/zh-cn/mdn/structures/macros/custom_macros/index.html)3
2 files changed, 2 insertions, 32 deletions
diff --git a/files/zh-cn/mdn/structures/live_samples/simple_live_sample_demo/index.html b/files/zh-cn/mdn/structures/live_samples/simple_live_sample_demo/index.html
deleted file mode 100644
index d0ca0069fb..0000000000
--- a/files/zh-cn/mdn/structures/live_samples/simple_live_sample_demo/index.html
+++ /dev/null
@@ -1,31 +0,0 @@
----
-title: A simple demo of a live code sample
-slug: MDN/Structures/Live_samples/Simple_live_sample_demo
-translation_of: MDN/Structures/Live_samples/Simple_live_sample_demo
----
-<div>{{MDNSidebar}}</div><h2 id="The_example">The_example</h2>
-
-<p id="Simple_example_of_a_live_demo">This is a very simple example showing you how to do a live demo in MDN. For more information, see <a href="/en-US/docs/MDN/Contribute/Structures/Live_samples">Live samples</a>.</p>
-
-<pre class="brush: html notranslate">&lt;form&gt;
- &lt;label&gt;Try me&lt;input type="text" name="name"&gt;&lt;/label&gt;
- &lt;input type="submit" value="go"&gt;
-&lt;/form&gt;</pre>
-
-<pre class="brush: css notranslate">form {
- border-radius: 10px;
- background: powderblue;
-}</pre>
-
-<pre class="brush: js notranslate">var f = document.querySelector('form');
-
-f.addEventListener('submit', function(ev) {
- ev.preventDefault();
- document.querySelectorAll('input')[1].value = 'sending';
-}, false);</pre>
-
-<p>{{ EmbedLiveSample('The_example', '', '', '') }}</p>
-
-<p> </p>
-
-<p> </p>
diff --git a/files/zh-cn/mdn/structures/macros/custom_macros/index.html b/files/zh-cn/mdn/structures/macros/commonly-used_macros/index.html
index 3809bb2094..7b0e7d637e 100644
--- a/files/zh-cn/mdn/structures/macros/custom_macros/index.html
+++ b/files/zh-cn/mdn/structures/macros/commonly-used_macros/index.html
@@ -1,12 +1,13 @@
---
title: 常用的宏
-slug: MDN/Structures/Macros/Custom_macros
+slug: MDN/Structures/Macros/Commonly-used_macros
tags:
- CSS
- 参考
- 宏
- 结构
translation_of: MDN/Structures/Macros/Commonly-used_macros
+original_slug: MDN/Structures/Macros/Custom_macros
---
<div>{{MDNSidebar}}</div>