comparison mod_jsxc/templates/template.html @ 4826:3a5fbb6c61b3

mod_jsxc: Try not to put username and password into the ?query ...
author Kim Alvefur <zash@zash.se>
date Wed, 15 Dec 2021 22:24:34 +0100
parents 4bdfd83e091f
children
comparison
equal deleted inserted replaced
4825:4bdfd83e091f 4826:3a5fbb6c61b3
10 <title>{service_name?Prosody IM and JSXC}</title> 10 <title>{service_name?Prosody IM and JSXC}</title>
11 {header_tags# 11 {header_tags#
12 {item!}} 12 {item!}}
13 </head> 13 </head>
14 <body> 14 <body>
15 <form id="jsxc_login_form"> 15 <form id="jsxc_login_form" action="javascript:">
16 <dl> 16 <dl>
17 <dt><label for="jsxc_username">Username</label></dt> 17 <dt><label for="jsxc_username">Username</label></dt>
18 <dd><input id="jsxc_username" name="username" placeholder="Alice"/></dd> 18 <dd><input id="jsxc_username" name="username" placeholder="Alice"/></dd>
19 <dt><label for="jsxc_password">Password</label></dt> 19 <dt><label for="jsxc_password">Password</label></dt>
20 <dd><input id="jsxc_password" name="password" type="password"/></dd> 20 <dd><input id="jsxc_password" name="password" type="password"/></dd>