提交 21f56bf1 编写于 作者: K kohsuke

added glorified <input type="password">

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@8370 71c3de6d-444a-0410-be80-ed276b4c234a
上级 52059461
<!--
Glorified <input type="password">
-->
<j:jelly xmlns:j="jelly:core" xmlns:d="jelly:define">
<input class="setting-input ${h.ifThenElse(attrs.checkUrl!=null,'validated','')}" name="${attrs.name}" id="${attrs.id}"
type="password" value="${attrs.value}" checkUrl="${attrs.checkUrl}" checkMethod="${attrs.checkMethod}"
onchange="${attrs.onchange}" onkeyup="${attrs.onkeyup}"/>
</j:jelly>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册