-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathW3.xml
44 lines (44 loc) · 3.68 KB
/
W3.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<templateSet group="W3">
<template name="w3-fp" value="div.w3-container.w3-display-middle>form:post>h2.w3-center{Forgot your password?}+input.w3-input.w3-section.w3-border[name="email" placeholder="Email" required autofocus]+btn.w3-btn.w3-block.w3-section.w3-blue{Get new password}+a{Back to login}" description="W3 Forgot Password" toReformat="false" toShortenFQNames="true">
<context>
<option name="CSS" value="true" />
<option name="CoffeeScript" value="true" />
<option name="HTML" value="true" />
<option name="JAVA_SCRIPT" value="true" />
<option name="PHP" value="true" />
<option name="Twig" value="true" />
<option name="TypeScript" value="true" />
<option name="XML" value="true" />
</context>
</template>
<template name="w3-html5" value="<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> <title>Document</title> </head> <body> $BODY$ </body> </html>" description="W3 HTML5" toReformat="false" toShortenFQNames="true">
<variable name="BODY" expression="" defaultValue="" alwaysStopAt="true" />
<context>
<option name="CSS" value="true" />
<option name="CoffeeScript" value="true" />
<option name="HTML" value="true" />
<option name="JAVA_SCRIPT" value="true" />
<option name="PHP" value="true" />
<option name="Twig" value="true" />
<option name="TypeScript" value="true" />
<option name="XML" value="true" />
</context>
</template>
<template name="w3-li" value="div.w3-container.w3-display-middle>form:post>h2.w3-center{Admin}+input.w3-input.w3-section.w3-border[name="email" placeholder="Email" required autofocus]+input:p.w3-input.w3-section.w3-border[name="password" placeholder="Password" required]+input:c.w3-check[name="remember"]{Remember me}+btn.w3-btn.w3-block.w3-section.w3-blue{Login}+a{Forgot password?}" description="W3 Login" toReformat="false" toShortenFQNames="true">
<context>
<option name="CSS" value="true" />
<option name="CoffeeScript" value="true" />
<option name="HTML" value="true" />
<option name="JAVA_SCRIPT" value="true" />
<option name="PHP" value="true" />
<option name="Twig" value="true" />
<option name="TypeScript" value="true" />
<option name="XML" value="true" />
</context>
</template>
<template name="w3-cota" value="div.w3-container.w3-display-middle>form:post>h2.w3-center{Contact}+input.w3-input.w3-section.w3-border[name="firstname" placeholder="First Name" required autofocus]+input:p.w3-input.w3-section.w3-border[name="lastname" placeholder="Last Name" required]+input:p.w3-input.w3-section.w3-border[name="email" placeholder="Email" required]+input:p.w3-input.w3-section.w3-border[name="phone" placeholder="Phone" required]+textarea.w3-input.w3-section.w3-border[name="message" placeholder="Message" required]+btn.w3-btn.w3-section.w3-block.w3-blue{Send}" description="W3 Contact" toReformat="false" toShortenFQNames="true">
<context>
<option name="OTHER" value="true" />
</context>
</template>
</templateSet>